aboutsummaryrefslogtreecommitdiff
path: root/BID-rework/wavetables.udo
diff options
context:
space:
mode:
Diffstat (limited to 'BID-rework/wavetables.udo')
-rw-r--r--BID-rework/wavetables.udo16
1 files changed, 0 insertions, 16 deletions
diff --git a/BID-rework/wavetables.udo b/BID-rework/wavetables.udo
deleted file mode 100644
index 1b2c209..0000000
--- a/BID-rework/wavetables.udo
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef UDO_WAVETABLES
-#define UDO_WAVETABLES ##
-/*
- Debugger - Unfixed Bugs : BUG #5
-
- 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
-