aboutsummaryrefslogtreecommitdiff
path: root/sfruit/oscinify.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2009-05-21 05:10:26 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2009-05-21 05:10:26 +0000
commitc0dc3476a8baa832e6874b229470decfd522e3cd (patch)
tree508b5527ad31a1eb4bc8aa31026504cd0a7805e3 /sfruit/oscinify.pd
parent3c670ef38aa37fa309ca0220f251279fbd94160d (diff)
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
Diffstat (limited to 'sfruit/oscinify.pd')
-rw-r--r--sfruit/oscinify.pd11
1 files changed, 3 insertions, 8 deletions
diff --git a/sfruit/oscinify.pd b/sfruit/oscinify.pd
index 11eeb9e..eac552b 100644
--- a/sfruit/oscinify.pd
+++ b/sfruit/oscinify.pd
@@ -1,11 +1,6 @@
#N canvas 433 96 153 116 10;
-#X obj 22 11 r PDOSC;
-#X obj 22 34 deeprouteOSC \$1;
#X obj 22 65 s \$2;
#X obj 22 91 outlet;
-#X obj 81 11 r /pd\$1;
-#X connect 0 0 1 0;
-#X connect 1 0 2 0;
-#X connect 1 0 3 0;
-#X connect 4 0 2 0;
-#X connect 4 0 3 0;
+#X obj 22 11 r /pd\$1;
+#X connect 2 0 0 0;
+#X connect 2 0 1 0;