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/time-tempoflash.pd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sfruit/time-tempoflash.pd (limited to 'sfruit/time-tempoflash.pd') diff --git a/sfruit/time-tempoflash.pd b/sfruit/time-tempoflash.pd new file mode 100644 index 0000000..15fbba3 --- /dev/null +++ b/sfruit/time-tempoflash.pd @@ -0,0 +1,29 @@ +#N canvas 0 22 553 465 10; +#X obj 286 16 get_delegate time-clock beat; +#X obj 286 242 s \$0-tempo-canvas; +#X msg 285 155 color \$1; +#X msg 304 221 color -1; +#X obj 304 177 t b; +#X obj 304 200 del 120; +#X msg 286 104 15; +#X obj 0 0 cnv 15 250 400 empty \$0-tempo-canvas empty 20 12 0 14 -1 +-262144 0; +#X obj 286 47 sel 0 1 2 3; +#X msg 301 82 3; +#X msg 341 88 13; +#X msg 399 80 23; +#X connect 0 0 8 0; +#X connect 2 0 1 0; +#X connect 2 0 4 0; +#X connect 3 0 1 0; +#X connect 4 0 5 0; +#X connect 5 0 3 0; +#X connect 6 0 2 0; +#X connect 8 0 6 0; +#X connect 8 1 9 0; +#X connect 8 2 10 0; +#X connect 8 3 11 0; +#X connect 9 0 2 0; +#X connect 10 0 2 0; +#X connect 11 0 2 0; +#X coords 0 -1 1 1 250 400 2 0 0; -- cgit v1.2.1