/usr/lib/pd/extra/kollabs/osc2send-help.pd is in pd-kollabs 2~repack-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | #N canvas 678 110 351 374 10;
#X text 28 -59 osc2send;
#X floatatom 42 25 5 0 0 0 - - -;
#X obj 42 86 osc2send;
#X obj 42 135 r /bla/blub;
#X floatatom 42 157 5 0 0 0 - - -;
#X obj 169 24 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
1;
#X obj 149 135 r /pling/plong;
#X obj 149 157 unpack f s;
#X floatatom 149 179 5 0 0 0 - - -;
#X symbolatom 206 179 10 0 0 0 - - -;
#X text 49 233 (c)2011 Marian Weger;
#X msg 169 44 /pling/plong \$1 #blip?\$1;
#X text 27 -32 takes osc style messages and routes them to the corresponding
send/receive;
#X msg 42 44 /bla/blub \$1;
#X connect 1 0 13 0;
#X connect 3 0 4 0;
#X connect 5 0 11 0;
#X connect 6 0 7 0;
#X connect 7 0 8 0;
#X connect 7 1 9 0;
#X connect 11 0 2 0;
#X connect 13 0 2 0;
#X coords 0 374 1 373 85 60 0;
|