diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-09 02:55:45 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-09 02:55:45 +0000 |
commit | 7a281be324e31dd40b918bcdcb3532f4593ed9b1 (patch) | |
tree | 2e26a9ed07b72df8b8c965fe551fdf22333337e0 /doc/help/cyclone/switch.pd | |
parent | 7bf516a7a3136c707de58e94f7b0f7c0cc43ce28 (diff) |
checked in sources from CK <x@meta.lo-res.org>
svn path=/trunk/externals/miXed/; revision=1583
Diffstat (limited to 'doc/help/cyclone/switch.pd')
-rw-r--r-- | doc/help/cyclone/switch.pd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/help/cyclone/switch.pd b/doc/help/cyclone/switch.pd new file mode 100644 index 0000000..9d163ec --- /dev/null +++ b/doc/help/cyclone/switch.pd @@ -0,0 +1,29 @@ +#N canvas 342 212 515 376 10; +#X text 5 317 cyclone is (c) Miller Puckette and others; +#X text 5 331 docs based on the MAX/MSP reference (c) cycling'74; +#X text 4 345 ___________________________________________________; +#X obj 13 32 switch; +#X text 85 33 output a message from a specific inlet; +#X obj 220 216 switch 4; +#X obj 220 244 print; +#X floatatom 147 88 5 0 0 0 - - -; +#X msg 232 115 one; +#X msg 245 137 two; +#X msg 258 163 three; +#X msg 271 188 four; +#X obj 192 87 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X text 286 217 arg is nr of inlets; +#X msg 146 177 bang; +#X text 15 177 which one's open ?; +#X connect 5 0 6 0; +#X connect 7 0 5 0; +#X connect 8 0 5 1; +#X connect 9 0 5 2; +#X connect 10 0 5 3; +#X connect 11 0 5 4; +#X connect 12 0 8 0; +#X connect 12 0 9 0; +#X connect 12 0 10 0; +#X connect 12 0 11 0; +#X connect 14 0 5 0; |