aboutsummaryrefslogtreecommitdiff
path: root/dispatch-help.pd
blob: 359ac38b30df370ba1188b54ed632d66c962c0a1 (plain)
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
#N canvas 0 31 565 404 10;
#X obj 0 0 cnv 8 100 60 empty empty dispatch 10 20 1 18 -262144 -1109
0;
#X obj 40 131 r foo1-rcv;
#X obj 40 151 print foo1;
#X obj 121 131 r foo2-rcv;
#X obj 121 151 print foo2;
#X obj 198 132 r foo3-rcv;
#X obj 198 152 print foo3;
#X obj 293 78 dispatch foo 1 3;
#X text 291 60 args: name min-index max-index;
#X msg 310 102 2 truc;
#X text 132 12 link several pairs of send/receive addresses to;
#X msg 39 82 f1snd;
#X msg 119 83 f2snd;
#X msg 197 83 f3snd;
#X obj 39 102 s foo1-snd;
#X obj 119 103 s foo2-snd;
#X obj 197 103 s foo3-snd;
#X obj 310 154 r foo-snd;
#X obj 310 122 s foo-rcv;
#X obj 310 175 print foo-snd;
#X text 406 162 one "send" from all;
#X text 382 110 one "receive" to all;
#X obj 35 208 cnv 15 300 150 empty empty empty 20 12 0 14 -261681 -66577
0;
#X obj 77 223 tgl 15 0 \$0-bar1-snd \$0-bar1-rcv bar1 0 -6 1 8 -262144
-1 -1 0 1;
#X obj 104 223 tgl 15 0 \$0-bar2-snd \$0-bar2-rcv bar2 0 -6 1 8 -262144
-1 -1 0 1;
#X obj 132 223 tgl 15 0 \$0-bar3-snd \$0-bar3-rcv bar3 0 -6 1 8 -262144
-1 -1 0 1;
#X obj 49 223 tgl 15 0 \$0-bar0-snd \$0-bar0-rcv bar0 0 -6 1 8 -262144
-1 -1 0 1;
#X obj 173 321 s \$0-bar-rcv;
#X obj 49 276 r \$0-bar-snd;
#X obj 173 276 hdl 15 0 0 4 empty empty empty 0 -6 0 8 -262144 -1 -1
1;
#X obj 183 221 dispatch \$0-bar 0 3;
#X msg 173 297 \$1 bang;
#X obj 49 298 unpack f f;
#X floatatom 49 319 2 0 0 0 - - -;
#X floatatom 114 320 2 0 0 0 - - -;
#X text 5 383 (c) Moonix: Antoine Rousseau 2004;
#X text 362 238 Warning: you HAVE to name;
#X text 343 254 your boutton buses like this:;
#X text 362 241 _______;
#X text 351 280 (notice the -snd and -rcv);
#X text 351 268 skeletonX-snd skeletonX-rcv;
#X text 134 37 of the receiver/sender.;
#N canvas 579 234 494 344 META 0;
#X text 12 25 LICENSE GPL v2;
#X text 12 95 AUTHOR Antoine Rousseau;
#X text 12 115 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 45 DESCRIPTION link several pairs of send/receive addresses
to a single one;
#X text 12 75 INLET_0;
#X text 12 5 KEYWORDS control nonlocal needs_work (inlet_0?);
#X restore 508 371 pd META;
#X text 134 24 a single one \, in which data is prepended by the number
;
#X connect 1 0 2 0;
#X connect 3 0 4 0;
#X connect 5 0 6 0;
#X connect 9 0 18 0;
#X connect 11 0 14 0;
#X connect 12 0 15 0;
#X connect 13 0 16 0;
#X connect 17 0 19 0;
#X connect 28 0 32 0;
#X connect 29 0 31 0;
#X connect 31 0 27 0;
#X connect 32 0 33 0;
#X connect 32 1 34 0;