From 7a281be324e31dd40b918bcdcb3532f4593ed9b1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 9 Apr 2004 02:55:45 +0000 Subject: checked in sources from CK svn path=/trunk/externals/miXed/; revision=1583 --- doc/help/cyclone/split.pd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/help/cyclone/split.pd (limited to 'doc/help/cyclone/split.pd') diff --git a/doc/help/cyclone/split.pd b/doc/help/cyclone/split.pd new file mode 100644 index 0000000..e75cd86 --- /dev/null +++ b/doc/help/cyclone/split.pd @@ -0,0 +1,27 @@ +#N canvas 200 160 485 308 10; +#X text 25 256 cyclone is (c) Miller Puckette and others; +#X text 25 270 docs based on the MAX/MSP reference (c) cycling'74; +#X text 24 284 ___________________________________________________ +; +#X obj 26 26 split; +#X text 82 28 look for a range of numbers; +#X obj 230 149 split 10 20; +#X floatatom 230 205 5 0 0 0 - - -; +#X floatatom 302 175 5 0 0 0 - - -; +#X floatatom 230 80 5 0 0 0 - - -; +#X text 351 174 not in range; +#X text 275 206 in range; +#X floatatom 266 104 5 0 0 0 - - -; +#X floatatom 302 129 5 0 0 0 - - -; +#X text 309 104 set min; +#X text 346 127 set max; +#X msg 108 118 3 0 10; +#X text 28 72 list means:; +#X msg 32 90 val_to_compare min max; +#X text 64 118 i.e.:; +#X connect 5 0 6 0; +#X connect 5 1 7 0; +#X connect 8 0 5 0; +#X connect 11 0 5 1; +#X connect 12 0 5 2; +#X connect 15 0 5 0; -- cgit v1.2.1