aboutsummaryrefslogtreecommitdiff
path: root/BUG7/src_vox.udo
diff options
context:
space:
mode:
authorRichard <q@1bpm.net>2022-01-22 22:27:01 +0000
committerRichard <q@1bpm.net>2022-01-22 22:27:01 +0000
commit44d3d5ece0a53d5316a2ccc9898b79992d81fef7 (patch)
treeb456d3007f3e8c5a122f0dc286192e8eaf90a1b1 /BUG7/src_vox.udo
parent5afc582483c0658f3c8bac9cd854a7905e8d88c7 (diff)
downloadcsd-unfixedbugs1-44d3d5ece0a53d5316a2ccc9898b79992d81fef7.tar.gz
csd-unfixedbugs1-44d3d5ece0a53d5316a2ccc9898b79992d81fef7.tar.bz2
csd-unfixedbugs1-44d3d5ece0a53d5316a2ccc9898b79992d81fef7.zip
update
Diffstat (limited to 'BUG7/src_vox.udo')
-rw-r--r--BUG7/src_vox.udo11
1 files changed, 11 insertions, 0 deletions
diff --git a/BUG7/src_vox.udo b/BUG7/src_vox.udo
new file mode 100644
index 0000000..1a0c87f
--- /dev/null
+++ b/BUG7/src_vox.udo
@@ -0,0 +1,11 @@
+#ifndef SRC_VOX
+#define SRC_VOX ##
+
+
+instr src_vox
+ ipitch = p4
+ a1 adsyn 1, 1, 1, "vox.het"
+ out a1
+endin
+
+#end