From c0dc3476a8baa832e6874b229470decfd522e3cd Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Thu, 21 May 2009 05:10:26 +0000 Subject: more work on the delegate/dispatch design pattern switched time- series to delegate/dispatch and added more beat-sync objects midi-stream2notes turns a continuous stream of midi notes into static lists of notes and durations - great for building sequencers but still has a bug. list-extract to "split" a list into a sublist and the remainder ds-criteria to get a pointer to the first item with a specific variable value svn path=/trunk/abstractions/sfruit/; revision=11471 --- sfruit/randrange-help.pd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sfruit/randrange-help.pd (limited to 'sfruit/randrange-help.pd') diff --git a/sfruit/randrange-help.pd b/sfruit/randrange-help.pd new file mode 100644 index 0000000..966649b --- /dev/null +++ b/sfruit/randrange-help.pd @@ -0,0 +1,14 @@ +#N canvas 394 438 450 300 10; +#X obj 77 114 randrange 10 20; +#X obj 77 160 print; +#X obj 77 67 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X floatatom 120 52 5 0 0 0 - - -; +#X floatatom 164 52 5 0 0 0 - - -; +#X text 175 114 arg1...(arg2-1); +#X text 178 98 produces random numbers in the range; +#X text 259 248 2009 Luke Iannini; +#X connect 0 0 1 0; +#X connect 2 0 0 0; +#X connect 3 0 0 1; +#X connect 4 0 0 2; -- cgit v1.2.1