aboutsummaryrefslogtreecommitdiff
path: root/BUG10/wavetables.udo
diff options
context:
space:
mode:
Diffstat (limited to 'BUG10/wavetables.udo')
-rw-r--r--BUG10/wavetables.udo16
1 files changed, 16 insertions, 0 deletions
diff --git a/BUG10/wavetables.udo b/BUG10/wavetables.udo
new file mode 100644
index 0000000..e81f075
--- /dev/null
+++ b/BUG10/wavetables.udo
@@ -0,0 +1,16 @@
+#ifndef UDO_WAVETABLES
+#define UDO_WAVETABLES ##
+/*
+ Debugger - Unfixed Bugs : BUG #3
+
+ General waveforms
+*/
+
+ipoints = 16384
+gifnCosine ftgen 0, 0, ipoints, 9, 1, 1, 90
+gifnSine ftgen 0, 0, ipoints, 10, 1
+gifnSquare ftgen 0, 0, ipoints, 10, 1, 0, 0.3, 0, 0.2, 0, 0.14, 0, .111
+gifnSaw ftgen 0, 0, ipoints, 10, 0, .2, 0, .4, 0, .6, 0, .8, 0, 1, 0, .8, 0, .6, 0, .4, 0, .2
+
+#end
+