diff options
author | Richard Knight <q@1bpm.net> | 2021-10-31 04:35:16 +0000 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2021-10-31 04:35:16 +0000 |
commit | 4a2d04c8cd3b4640084b41ca65a54a6615625ce9 (patch) | |
tree | de4439781c46e99f52944e0eb586abc6ae30e0ef /BUG3/wavetables.udo | |
parent | ff5405cc2fd290d3d6715fb58e1ee5a6569b85e0 (diff) | |
download | csd-unfixedbugs1-4a2d04c8cd3b4640084b41ca65a54a6615625ce9.tar.gz csd-unfixedbugs1-4a2d04c8cd3b4640084b41ca65a54a6615625ce9.tar.bz2 csd-unfixedbugs1-4a2d04c8cd3b4640084b41ca65a54a6615625ce9.zip |
beta completion of BUG3
Diffstat (limited to 'BUG3/wavetables.udo')
-rw-r--r-- | BUG3/wavetables.udo | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/BUG3/wavetables.udo b/BUG3/wavetables.udo index d5b9c93..e81f075 100644 --- a/BUG3/wavetables.udo +++ b/BUG3/wavetables.udo @@ -1,9 +1,16 @@ #ifndef UDO_WAVETABLES #define UDO_WAVETABLES ## +/* + Debugger - Unfixed Bugs : BUG #3 -gifnCosine ftgen 0, 0, 16384, 9, 1, 1, 90 -gifnSine ftgen 0, 0, 16384, 10, 1 -gifnSquare ftgen 0, 0, 16384, 10, 1, 0, 0.3, 0, 0.2, 0, 0.14, 0, .111 + 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 |