getdollarzero-help.pd 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. #N canvas 1 53 571 373 10;
  2. #X msg 42 193 bang;
  3. #X obj 42 269 print;
  4. #X symbolatom 87 268 10 0 0 0 - - -;
  5. #X obj -1 29 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577
  6. 0;
  7. #X text 4 73 author: mrtoftrash@gmail.com;
  8. #X text 3 50 tags: initialization patch;
  9. #X text 4 94 version: 2009-09-23 (release 2: added "root" keyword)
  10. ;
  11. #X text 204 162 ARGUMENT:;
  12. #X text 4 28 description: gets the \$0 of a patch.;
  13. #X text 203 181 float: How much recursion you want (If set to 1 \,
  14. it will get the parent patch's \$0. If set to 2 \, it will get the
  15. parent's parent's \$0 \, etc);
  16. #X text 200 234 root: Get the \$0 of the root patch;
  17. #N canvas 244 196 494 344 META 0;
  18. #X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
  19. Wilkes for Pd version 0.42.;
  20. #X text 12 25 LICENSE GPL v2;
  21. #X text 12 105 AUTHOR Thomas Ouellet Fredericks;
  22. #X text 12 45 DESCRIPTION get the \$0 of a patch;
  23. #X text 12 65 INLET_0 bang;
  24. #X text 12 85 OUTLET_0 symbol;
  25. #X text 12 5 KEYWORDS control abstraction_op symbol_op;
  26. #X restore 511 326 pd META;
  27. #X obj 42 231 getdollarzero;
  28. #X connect 0 0 12 0;
  29. #X connect 12 0 1 0;
  30. #X connect 12 0 2 0;