OSCprepend-help.pd 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #N canvas 0 31 565 415 10;
  2. #X msg 121 238 /a 1 c 3;
  3. #X obj 121 350 print OSC;
  4. #X text 52 262 ignored:;
  5. #X text 72 238 okay:;
  6. #X obj 121 323 OSCprepend /synth/ha;
  7. #X msg 256 231 /osc;
  8. #X text 304 230 change OSC-messages;
  9. #X msg 256 257 /freq/1;
  10. #X obj 104 31 cnv 15 220 30 empty empty OSCprepend 20 12 0 14 -233017
  11. -66577 0;
  12. #X text 98 76 "Prepends" first argument to an OSC message list.;
  13. #X text 106 140 Right inlet lets you change the prepended argument
  14. ;
  15. #X msg 121 262 900 2 3 4 a b c;
  16. #X text 104 103 Example: with ARG_1 being "/synth" the message "/set
  17. x 1 2" will become "/synth/set x 1 2".;
  18. #X text 107 166 Lists not starting with a symbol are filtered out.
  19. ;
  20. #X msg 325 285 1;
  21. #X text 359 287 oops...;
  22. #X symbolatom 324 260 10 0 0 1 type-here - -;
  23. #N canvas 462 89 494 396 META 0;
  24. #X text 12 5 KEYWORDS control list_op;
  25. #X text 12 25 LICENSE SIBSD;
  26. #X text 12 125 AUTHOR Frank Barknecht;
  27. #X text 12 145 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
  28. added by Jonathan Wilkes for Pd version 0.42.;
  29. #X text 12 45 DESCRIPTION "Prepends" first argument to an OSC message
  30. list;
  31. #X text 12 65 INLET_0 anything;
  32. #X text 12 85 INLET_1 anything;
  33. #X text 12 105 OUTLET_0 anything;
  34. #X restore 504 381 pd META;
  35. #X connect 0 0 4 0;
  36. #X connect 4 0 1 0;
  37. #X connect 5 0 4 1;
  38. #X connect 7 0 4 1;
  39. #X connect 11 0 4 0;
  40. #X connect 14 0 4 1;
  41. #X connect 16 0 4 1;