aboutsummaryrefslogtreecommitdiff
path: root/sfruit/note-octave.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-octave.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-octave.pd')
-rw-r--r--sfruit/note-octave.pd14
1 files changed, 14 insertions, 0 deletions
diff --git a/sfruit/note-octave.pd b/sfruit/note-octave.pd
new file mode 100644
index 0000000..e7775a4
--- /dev/null
+++ b/sfruit/note-octave.pd
@@ -0,0 +1,14 @@
+#N canvas 0 22 450 300 10;
+#X obj 71 50 inlet;
+#X obj 71 117 +;
+#X obj 71 161 outlet;
+#X obj 146 73 f \$1;
+#X obj 146 52 loadbang;
+#X obj 146 117 * 12;
+#X obj 206 52 inlet;
+#X connect 0 0 1 0;
+#X connect 1 0 2 0;
+#X connect 3 0 5 0;
+#X connect 4 0 3 0;
+#X connect 5 0 1 1;
+#X connect 6 0 5 0;