diff options
Diffstat (limited to 'doc/help/cyclone/decide.pd')
-rw-r--r-- | doc/help/cyclone/decide.pd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/help/cyclone/decide.pd b/doc/help/cyclone/decide.pd new file mode 100644 index 0000000..61f9a9f --- /dev/null +++ b/doc/help/cyclone/decide.pd @@ -0,0 +1,29 @@ +#N canvas 259 235 421 295 10; +#X text 32 242 cyclone is (c) Miller Puckette and others; +#X text 33 255 docs based on the MAX/MSP reference (c) cycling'74; +#X text 32 269 ___________________________________________________ +; +#X obj 29 16 decide; +#X text 94 16 output 0/1 randomly; +#X obj 46 143 decide 12; +#X obj 265 135 decide; +#X obj 46 184 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 +; +#X obj 46 96 metro 300; +#X obj 46 69 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 +; +#X text 120 143 arg seeds the rng; +#X floatatom 104 121 5 0 0 0 - - -; +#X text 151 120 reseed rng; +#X obj 265 109 metro 300; +#X obj 265 82 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 +; +#X obj 265 172 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 +1; +#X connect 5 0 7 0; +#X connect 6 0 15 0; +#X connect 8 0 5 0; +#X connect 9 0 8 0; +#X connect 11 0 5 1; +#X connect 13 0 6 0; +#X connect 14 0 13 0; |