/usr/lib/pd/extra/maxlib/unroute-help.pd is in pd-maxlib 1.5.5-1.
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 | #N canvas 0 26 481 371 12;
#X obj 64 343 print;
#X msg 64 89 1 \$1;
#X msg 112 110 2 \$1;
#X msg 163 116 3 \$1;
#X floatatom 64 62 5 0 0 0 - - -;
#X floatatom 112 85 5 0 0 0 - - -;
#X floatatom 163 91 5 0 0 0 - - -;
#X obj 64 232 route 1 2 3 4;
#X obj 64 314 unroute one 2 three 4;
#X text 52 13 unroute :: merges all inputs into one output;
#X text 138 30 and prepends an identifier;
#X text 138 47 written by Olaf Matthes <olaf.matthes@gmx.de>;
#X msg 194 170 4 this came through 4;
#X msg 209 196 3 drei;
#X msg 174 146 4 25 467 23.6;
#N canvas 293 158 494 344 META 0;
#X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 145 AUTHOR Olaf Matthes <olaf.matthes@gmx.de>;
#X text 12 5 KEYWORDS control list_op;
#X text 12 45 DESCRIPTION merges all inputs into one output and prepends
an identifier;
#X text 12 85 INLET_0 anything;
#X text 12 105 INLET_N anything;
#X text 12 125 OUTLET_0 list;
#X restore 420 344 pd META;
#X connect 1 0 7 0;
#X connect 2 0 7 0;
#X connect 3 0 7 0;
#X connect 4 0 1 0;
#X connect 5 0 2 0;
#X connect 6 0 3 0;
#X connect 7 0 8 0;
#X connect 7 1 8 1;
#X connect 7 2 8 2;
#X connect 7 3 8 3;
#X connect 8 0 0 0;
#X connect 12 0 7 0;
#X connect 13 0 7 0;
#X connect 14 0 7 0;
|