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