diff options
author | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-10-06 05:14:51 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 13:35:59 +0200 |
commit | e35e02331589e993df65856ddacd5a99f936a99e (patch) | |
tree | f1172b629f381e81d901b6bdcb72cc60ee93ae09 /help/mtosr.pd | |
parent | 78ff76fee88298cfb6de419334ae0d4916ad91a8 (diff) |
This commit was generated by cvs2svn to compensate for changes in r159,
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/externals/bsaylor/; revision=160
Diffstat (limited to 'help/mtosr.pd')
-rw-r--r-- | help/mtosr.pd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/help/mtosr.pd b/help/mtosr.pd new file mode 100644 index 0000000..0807e69 --- /dev/null +++ b/help/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;
|