ev_grid-help.pd 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #N canvas 362 22 727 714 10;
  2. #X declare -path . -path .. -path data -path ../data -path ev-in -path
  3. ../ev-in -path ev-main -path ../ev-main -path ev-pano -path ../ev-pano
  4. -path ev-pro -path ../ev-pro -path libs/gil -path ../libs/gil -path
  5. libs/kollabs -path ../libs/kollabs -path media -path ../media -path
  6. ev-glsl -path ../ev-glsl;
  7. #X obj 45 -14 cnv 15 600 16 empty empty EXTENDED_VIEW_GRID_MODULE 20
  8. 8 0 14 -233017 -66577 0;
  9. #X obj 47 16 cnv 15 164 80 empty empty gui_controls 5 8 0 12 -204800
  10. -66577 0;
  11. #X text 50 31 grid: toggles grid on/off;
  12. #X text 50 43 labeling: toggles colored;
  13. #X text 98 55 orientation lines;
  14. #X text 51 67 segments x/y: determines;
  15. #X text 63 77 the number of segments;
  16. #X obj 47 104 cnv 15 200 200 empty empty description 5 8 0 14 -233017
  17. -66577 0;
  18. #X text 50 118 the grid module is supposed to;
  19. #X text 50 130 help adjusting projections by;
  20. #X text 50 141 providing a rectangled grid with;
  21. #X text 50 152 variable amount of segments.;
  22. #X text 50 162 It also features a labeling tool \,;
  23. #X text 51 172 that draws vertical lines in;
  24. #X text 51 183 45degree Intervals \, assuming;
  25. #X text 51 194 the grid covers a 360 degrees.;
  26. #X text 52 211 Can be controlled via OSC \, which;
  27. #X text 52 222 uses the same syntax as the /ev;
  28. #X text 51 234 internal send/recieve message;
  29. #X obj 47 311 cnv 15 200 60 empty empty creation_arguments 5 8 0 14
  30. -162280 -66577 0;
  31. #X text 51 328 1st: module ID;
  32. #X obj 47 388 cnv 15 200 60 empty empty inlets/outlets 5 8 0 14 -233017
  33. -66577 0;
  34. #X text 51 403 Inlet: GEMlist;
  35. #X obj 45 515 cnv 15 360 170 empty empty PARAMETER_LIST_for_ev_grid
  36. 20 8 0 14 -233017 -66577 0;
  37. #X text 52 246 system see parameter list below;
  38. #X text 52 258 for additional information about;
  39. #X text 52 268 the specific parameter-names.;
  40. #X obj 45 457 cnv 15 360 50 empty empty empty 20 8 0 14 -233017 -66577
  41. 0;
  42. #X text 52 464 Contains specific storage_&_osc-subpatch which houses
  43. abstractions to register parameters for storage and osc communication
  44. ;
  45. #X text 48 535 /ev/grid/<id>/size --- scaling factor \; /ev/grid/<id>/state
  46. --- turn module on (1) and off (0) \; /ev/grid/<id>/res/x --- number
  47. of segments in x-direction \; /ev/grid/<id>/res/y --- number of segments
  48. in y-direction \; /ev/grid/<id>/labeling/state --- labeling on (1)
  49. / off (0) \; /ev/grid/<id>/labeling/zero/color --- color of zero line
  50. \; /ev/grid/<id>/labeling/border/color --- color of border \; /ev/grid/<id>/labeling/mark/color
  51. --- color of 45deg marks \; /ev/grid/<id>/labeling/size -- thickness
  52. of labeling lines \; \; colors format: (r g b);
  53. #X obj 291 183 gemhead;
  54. #X obj 319 98 gemwin 20;
  55. #X msg 331 60 0 \, destroy;
  56. #X text 242 37 CLICK HERE:;
  57. #X text 269 405 (c)2011 Peter Venus & Marian Weger /part of EXTENDED
  58. VIEW toolkit/ gpl v3;
  59. #X obj 291 216 ev_grid \$0;
  60. #X text 51 341 2nd: storage domain;
  61. #X obj 318 358 ../ev-main/ev_declare;
  62. #X text 273 338 set the pathes to the needed abstractions;
  63. #X msg 319 38 dimen 800 600 \, color 0.2 0.2 0.2 \, create \, 1;
  64. #X connect 30 0 35 0;
  65. #X connect 32 0 31 0;
  66. #X connect 39 0 31 0;
  67. #X coords 0 714 1 713 110 85 0;