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 --- ds-abs/ds-first.pd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ds-abs/ds-first.pd') diff --git a/ds-abs/ds-first.pd b/ds-abs/ds-first.pd index ed37847..43ff5d7 100644 --- a/ds-abs/ds-first.pd +++ b/ds-abs/ds-first.pd @@ -1,5 +1,4 @@ #N canvas 540 376 450 300 10; - #X obj 182 135 until; #X msg 182 156 next; #X obj 56 90 list append \$1; @@ -13,6 +12,7 @@ #X obj 182 52 t b b; #X obj 297 50 t b b; #X obj 289 17 import-disabled list-abs; +#X text 8 4 [ds-first data-canvas template]; #X connect 0 0 1 0; #X connect 1 0 8 0; #X connect 2 0 3 0; -- cgit v1.2.1