aboutsummaryrefslogtreecommitdiff
path: root/mtosr.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-13 00:09:07 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:36:00 +0200
commit3e8a7f24ad58544d6bd76781510aeac12bef59d1 (patch)
tree6dfbb9e1da758d6ad834d67a9b4c4185c1bd31d4 /mtosr.pd
parent274ff10b2f686b3f450103477cd5818860398c8a (diff)
ported to library template and debianized
svn path=/trunk/externals/bsaylor/; revision=14100
Diffstat (limited to 'mtosr.pd')
-rw-r--r--mtosr.pd11
1 files changed, 11 insertions, 0 deletions
diff --git a/mtosr.pd b/mtosr.pd
new file mode 100644
index 0000000..0807e69
--- /dev/null
+++ b/mtosr.pd
@@ -0,0 +1,11 @@
+#N canvas 0 0 450 300 10;
+#X obj 38 57 mtof;
+#X obj 38 33 inlet;
+#X obj 38 82 expr \$1 / 261.626 * $f1;
+#X obj 38 106 outlet;
+#X text 74 249 creation argument: samplerate at middle C.;
+#X text 25 190 takes midi note value and converts to a samplerate for
+sample playback.;
+#X connect 0 0 2 0;
+#X connect 1 0 0 0;
+#X connect 2 0 3 0;