breakpoints-help.pd 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. #N canvas 1 53 905 635 10;
  2. #X obj 14 213 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
  3. -1;
  4. #X msg 7 173 0 1125 0.671429 300 0.557143 700 0.571429 0 0.792857 375
  5. 1 100 0.0857143 1250 0.492857 1150 0;
  6. #X obj 7 144 loadbang;
  7. #X obj 671 307 r \$0s;
  8. #X obj 616 307 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
  9. -1 -1;
  10. #X msg 617 355 dump;
  11. #X obj 673 355 r \$0d;
  12. #X obj 616 328 s \$0r;
  13. #X obj 617 377 s \$0r;
  14. #X text 616 281 The beakpoints can now be controlld remotely:;
  15. #X msg 23 237 duration 5000;
  16. #X obj 7 550 line;
  17. #X msg 36 263 dump;
  18. #X obj 106 551 print DUMP;
  19. #X obj 671 327 print data;
  20. #X obj 673 380 print dump;
  21. #X obj 206 551 bng 15 250 50 0 empty empty Change 17 7 0 10 -262144
  22. -1 -1;
  23. #X obj 9 400 tof/breakpoints;
  24. #X obj 487 320 tof/breakpoints 100 50 3000 \$0r \$0s \$0d;
  25. #X obj 6 9 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577
  26. 0;
  27. #X text 11 60 author: mrtoftrash@gmail.com;
  28. #X text 11 79 version: 2009-04-14 (initial release);
  29. #X text 11 9 description: A graphical breakpoint envelope generator
  30. based on [envgen] by ggee.;
  31. #X text 12 41 tags: ui timing;
  32. #X text 35 208 Inlet 1 bang: deliver values for line or line~.;
  33. #X text 68 137 Inlet 1 list: sets the point data (value0 delay1 value1
  34. delay2 value2 etc...);
  35. #X text 111 237 Inlet 1 duration: set the total duration in milliseconds
  36. ;
  37. #X text 76 262 Inlet 1 dump: dump the current point data out the second
  38. outlet;
  39. #X text 53 345 Select a point with the mouse and press the backspace
  40. key to delete it.;
  41. #X text 54 326 Click and drag to change points;
  42. #X obj 7 577 nbx 5 28 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 22
  43. -262144 -1 -1 0 256;
  44. #X text 474 139 Argument 1: display width;
  45. #X text 474 154 Argument 2: display height;
  46. #X text 474 169 Argument 3: receive name;
  47. #X text 474 184 Argument 4: send name;
  48. #X text 474 199 Argument 5: dump receive name;
  49. #X text 474 214 Argument 6: contents change by mouse receive name;
  50. #X text 478 245 The following breakpoints was created with the following:
  51. [breakpoints 100 50 3000 \$0r \$0s \$0d];
  52. #X text 147 119 -- Inlets --;
  53. #X text 557 119 -- Arguments --;
  54. #X floatatom 56 298 5 0 600 0 - - -;
  55. #X text 459 475 -- Outlets --;
  56. #X text 294 540 Outlet 2: The point data when dumped.;
  57. #X text 294 565 Outlet 3: Bangs when the contents was modified with
  58. the mouse.;
  59. #X text 94 292 Inlet 1 float: output the interpolated value at that
  60. index.;
  61. #X text 294 505 Outlet 1: The line or line~ data if [breakpoints] was
  62. banged \, or the value at that index if a float was sent.;
  63. #X text 607 421 -- See also --;
  64. #X text 600 441 [tof/breakpoints~];
  65. #X msg 150 371 0 0.5 1 0.5 0;
  66. #N canvas 297 202 494 344 META 0;
  67. #X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
  68. Wilkes for Pd version 0.42.;
  69. #X text 12 25 LICENSE GPL v2;
  70. #X text 12 155 AUTHOR Thomas Ouellet Fredericks;
  71. #X text 12 5 KEYWORDS signal GUI;
  72. #X text 12 135 OUTLET_2 bang;
  73. #X text 12 115 OUTLET_1 list;
  74. #X text 12 75 INLET_0 bang list float dump;
  75. #X text 12 95 OUTLET_0 list;
  76. #X text 12 45 DESCRIPTION graphical breakpoint envelope generator based
  77. on [envgen] by ggee;
  78. #X restore 852 586 pd META;
  79. #X connect 0 0 17 0;
  80. #X connect 1 0 17 0;
  81. #X connect 2 0 1 0;
  82. #X connect 3 0 14 0;
  83. #X connect 4 0 7 0;
  84. #X connect 5 0 8 0;
  85. #X connect 6 0 15 0;
  86. #X connect 10 0 17 0;
  87. #X connect 11 0 30 0;
  88. #X connect 12 0 17 0;
  89. #X connect 17 0 11 0;
  90. #X connect 17 1 13 0;
  91. #X connect 17 2 16 0;
  92. #X connect 40 0 17 0;
  93. #X connect 48 0 17 0;