/usr/lib/pd/extra/osc/routeOSC-help.pd is in pd-osc 0.1-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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | #N canvas 4 49 923 562 12;
#X obj 81 389 cnv 15 200 40 empty empty empty 20 12 0 14 -4034 -66577
0;
#X obj -76 40 udpreceive 9997;
#X floatatom 91 111 3 0 0 0 - - -;
#X floatatom 118 111 3 0 0 0 - - -;
#X floatatom 145 111 3 0 0 0 - - -;
#X floatatom 172 111 3 0 0 0 - - -;
#X text 51 110 from;
#X obj -76 164 unpackOSC;
#X obj 112 399 routeOSC /test /west;
#X msg 76 343 set /left;
#X msg 53 320 set /left /right;
#X text 324 108 see also:;
#X obj 396 109 packOSC;
#X floatatom 483 184 10 0 0 1 millisecond_delay - -;
#X obj -76 191 pipelist;
#X text 283 398 arguments are OSC addresses to be routed;
#X text 231 341 (but new outlets can't be created);
#X obj -110 218 print unpacked;
#X text 503 476 2011/01/17 Martin Peach;
#X obj 91 87 unpack 0 0 0 0 0;
#X floatatom 200 111 8 0 0 0 - - -;
#X obj 26 64 route received from;
#X floatatom 26 132 5 0 0 0 - - -;
#X text 66 132 bytes;
#X msg 99 366 set /test/one/two/three;
#X msg 27 294 paths;
#X msg 4 271 verbosity \$1;
#X obj 4 253 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1
;
#X text 22 249 set to 1 for debugging;
#X text 275 365 routeOSC will match deep paths;
#X text 245 40 [routeOSC] parses lists of floats (only integers on
[0..255]) as OSC packets.;
#X text 246 77 Open [packOSC-help] to send packets to this patch.;
#X text -6 186 If the OSC packet has a timetag \, [pipelist] will delay
it until the time occurs;
#X obj 112 480 print match_1;
#X obj 180 457 print match_2;
#X obj 249 434 print no_match;
#X text 177 319 [set( reassigns outputs from left to right;
#X text 81 294 [paths( will print the current OSC addresses to Pd console
;
#N canvas 498 257 494 344 META 0;
#X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2 or later;
#X text 12 135 AUTHOR Roman Haefeli;
#X text 12 5 KEYWORDS control list_op;
#X text 12 45 DESCRIPTION parses lists of floats (only integers on
[0..255]) as OSC packets.;
#X text 12 75 INLET_0 list verbosity paths set;
#X text 12 95 OUTLET_N list;
#X text 12 115 OUTLET_R list;
#X restore 708 522 pd META;
#X connect 1 0 7 0;
#X connect 1 1 21 0;
#X connect 7 0 14 0;
#X connect 7 0 17 0;
#X connect 7 1 13 0;
#X connect 7 1 14 1;
#X connect 8 0 33 0;
#X connect 8 1 34 0;
#X connect 8 2 35 0;
#X connect 9 0 8 0;
#X connect 10 0 8 0;
#X connect 14 0 8 0;
#X connect 19 0 2 0;
#X connect 19 1 3 0;
#X connect 19 2 4 0;
#X connect 19 3 5 0;
#X connect 19 4 20 0;
#X connect 21 0 22 0;
#X connect 21 1 19 0;
#X connect 24 0 8 0;
#X connect 25 0 8 0;
#X connect 26 0 8 0;
#X connect 27 0 26 0;
|