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
|
#N canvas 455 81 557 534 10;
#X obj -2 -1 cnv 15 552 40 empty empty dist 3 12 0 18 -204280 -1 0
;
#X obj 0 353 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#X obj 0 476 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 0 506 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#X obj 0 536 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289
0;
#N canvas 242 347 428 75 Related_objects 0;
#X obj 0 0 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0;
#X text 6 1 Related Objects;
#X restore 206 538 pd Related_objects;
#N canvas 770 422 379 261 META 0;
#X text 13 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42. Updated by Fred Jan Kraan 2016-02.;
#X text 12 86 AUTHOR Olaf Matthes;
#X text 12 25 LICENSE GPL v2;
#X text 12 45 DESCRIPTION send data to a list of receive objects;
#X text 12 5 KEYWORDS control nonlocal;
#X text 12 65 INLET_0 float send connect disconnect clear print;
#X text 12 106 MAINTAINER Fred Jan Kraan <fjkraan@xs4all.nl>;
#X restore 502 540 pd META;
#X obj 79 367 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X text 230 385 - set previous value to 0;
#X text 20 21 send data to a list of receive objects;
#X obj 513 4 dist;
#X text 107 421 clear;
#X text 107 439 print;
#X text 230 420 - disconnects all objects;
#X text 230 438 - logs list of connected objects to console;
#X text 230 403 - dicconnects object;
#X text 107 404 disconnect <object>;
#X text 107 385 connect <object;
#X text 107 367 anything;
#X text 230 367 - sends anything to connected objects;
#X text 107 455 send <anything>;
#X text 230 454 - sends <anything> to connected objects;
#X msg 134 108 connect bla;
#X msg 152 132 connect foo;
#X msg 180 179 disconnect bla;
#X msg 194 203 disconnect foo;
#X msg 207 251 clear;
#X obj 304 292 receive bla;
#X obj 410 292 receive foo;
#X obj 304 318 print bla;
#X obj 410 318 print foo;
#X floatatom 83 60 5 0 0 0 - - -, f 5;
#X msg 219 275 print;
#X msg 105 84 send anything 1 2 dog;
#X msg 171 155 connect dog cat;
#X msg 208 226 disconnect cat dog;
#X msg 137 60 aap noot;
#X text 96 515 default connected objects;
#X obj 83 311 maxlib/dist;
#X connect 22 0 38 0;
#X connect 23 0 38 0;
#X connect 24 0 38 0;
#X connect 25 0 38 0;
#X connect 26 0 38 0;
#X connect 27 0 29 0;
#X connect 28 0 30 0;
#X connect 31 0 38 0;
#X connect 32 0 38 0;
#X connect 33 0 38 0;
#X connect 34 0 38 0;
#X connect 35 0 38 0;
#X connect 36 0 38 0;
|