aboutsummaryrefslogtreecommitdiff
path: root/sfruit/note-remap.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2009-06-24 02:08:07 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2009-06-24 02:08:07 +0000
commitc8b3be9dd3ec952ebbf3b5667072882217e56792 (patch)
tree7de31af2ab06f56561e7e954343ef217c4f2727f /sfruit/note-remap.pd
parentee1f00b8767b723e378802f510d8f4dd0917eb61 (diff)
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
Diffstat (limited to 'sfruit/note-remap.pd')
-rw-r--r--sfruit/note-remap.pd34
1 files changed, 34 insertions, 0 deletions
diff --git a/sfruit/note-remap.pd b/sfruit/note-remap.pd
new file mode 100644
index 0000000..614f1a5
--- /dev/null
+++ b/sfruit/note-remap.pd
@@ -0,0 +1,34 @@
+#N canvas 838 140 449 566 10;
+#X obj 74 128 list-unique;
+#X obj 74 104 list prepend;
+#X obj 98 272 list-shuffle;
+#X obj 47 310 list-find;
+#X obj 47 413 list-idx;
+#X obj 47 371 t b a;
+#X obj 98 248 list-value \$0-note_bag;
+#X obj 47 392 list-value \$0-note_bag;
+#X text 49 326 incoming note;
+#X obj 74 151 list-value \$0-note_bag;
+#X obj 47 81 t a a;
+#X obj 47 434 note-octave -1;
+#X obj 47 43 inlet;
+#X obj 47 467 outlet;
+#X obj 254 47 inlet;
+#X obj 254 82 t b;
+#X text 268 64 new sequence;
+#X connect 0 0 1 1;
+#X connect 0 0 9 0;
+#X connect 1 0 0 0;
+#X connect 2 0 3 1;
+#X connect 3 0 5 0;
+#X connect 4 0 11 0;
+#X connect 5 0 7 0;
+#X connect 5 1 4 1;
+#X connect 6 0 2 0;
+#X connect 7 0 4 0;
+#X connect 10 0 3 0;
+#X connect 10 1 1 0;
+#X connect 11 0 13 0;
+#X connect 12 0 10 0;
+#X connect 14 0 15 0;
+#X connect 15 0 6 0;