From 17ec1deb74e2e934dc11fb4d9a2f8c6cef34c5a7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 9 Jul 2007 20:45:58 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r7949, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/moonlib/; revision=7950 --- help/dispatch-help.pd | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 help/dispatch-help.pd (limited to 'help/dispatch-help.pd') diff --git a/help/dispatch-help.pd b/help/dispatch-help.pd new file mode 100644 index 0000000..16231ef --- /dev/null +++ b/help/dispatch-help.pd @@ -0,0 +1,65 @@ +#N canvas 479 347 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 185 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 24 a single one \, in which datas are prepended by the +number; +#X text 134 37 of the receiver/sender.; +#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; -- cgit v1.2.1