From c8b3be9dd3ec952ebbf3b5667072882217e56792 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Wed, 24 Jun 2009 02:08:07 +0000 Subject: created a home for meta-abs (will merge in the contributions from the list next~), going to keep works-in-progress (which is all that exists right now) in experimental/. added a version of ds-array that oversamples for a more detailed waveform view (similar to the vanilla [table]). added a couple note-abs for simply changing octave and for randomly remapping notes to each other. added a flashing color-canvas tempo display to time-abs. switch-delay waits for a 'release' phase of a voice to finish before switching off. svn path=/trunk/abstractions/sfruit/; revision=11815 --- sfruit/switch-delay.pd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sfruit/switch-delay.pd (limited to 'sfruit/switch-delay.pd') diff --git a/sfruit/switch-delay.pd b/sfruit/switch-delay.pd new file mode 100644 index 0000000..af93533 --- /dev/null +++ b/sfruit/switch-delay.pd @@ -0,0 +1,20 @@ +#N canvas 726 300 268 325 10; +#X obj 77 77 inlet; +#X obj 77 254 outlet; +#X obj 77 102 t a b; +#X msg 104 127 stop; +#X obj 77 187 del; +#X msg 77 216 0; +#X obj 77 155 sel 0; +#X msg 104 215 1; +#X obj 138 153 inlet; +#X connect 0 0 2 0; +#X connect 2 0 6 0; +#X connect 2 1 3 0; +#X connect 3 0 4 0; +#X connect 4 0 5 0; +#X connect 5 0 1 0; +#X connect 6 0 4 0; +#X connect 6 1 7 0; +#X connect 7 0 1 0; +#X connect 8 0 4 1; -- cgit v1.2.1