/usr/lib/pd/extra/maxlib/netdist-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 43 44 45 46 47 | #N canvas 0 26 458 404 12;
#X obj 23 299 netdist;
#X obj 275 249 netreceive 3000;
#X floatatom 275 275 5 0 0 0 - - -;
#X floatatom 390 275 5 0 0 0 - - -;
#X msg 23 64 connect localhost 3000;
#X floatatom 276 328 5 0 0 0 - - -;
#X floatatom 391 328 5 0 0 0 - - -;
#X obj 276 302 netreceive 3001;
#X msg 67 120 disconnect localhost 3000;
#X msg 42 93 connect localhost 3001;
#X msg 88 147 disconnect localhost 3001;
#X msg 102 177 print;
#X msg 113 203 clear;
#X floatatom 23 326 5 0 0 0 - - -;
#X msg 120 232 send 23;
#X msg 146 259 send 17.3;
#X text 151 178 print list of connections;
#X text 164 202 disconnect all;
#X text 189 232 send values;
#X text 213 64 add connection to list;
#X text 278 119 remove connection;
#X text 33 8 netdist :: distribute data to several netreceive;
#X text 122 24 written by Olaf Matthes;
#N canvas 293 158 494 344 META 0;
#X text 12 125 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 105 AUTHOR Olaf Matthes <olaf.matthes@gmx.de>;
#X text 12 45 DESCRIPTION distribute data to several netreceive;
#X text 12 5 KEYWORDS control network;
#X text 12 65 INLET_0 connect disconnect print clear send;
#X text 12 85 OUTLET_0 float;
#X restore 395 373 pd META;
#X connect 0 0 13 0;
#X connect 1 0 2 0;
#X connect 1 1 3 0;
#X connect 4 0 0 0;
#X connect 7 0 5 0;
#X connect 7 1 6 0;
#X connect 8 0 0 0;
#X connect 9 0 0 0;
#X connect 10 0 0 0;
#X connect 11 0 0 0;
#X connect 12 0 0 0;
#X connect 14 0 0 0;
#X connect 15 0 0 0;
|