diff options
author | Richard Knight <q@1bpm.net> | 2021-10-29 22:32:21 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2021-10-29 22:32:21 +0100 |
commit | c4b96cdd87738e9f0cba695904d2d484b4335e7f (patch) | |
tree | 111cf121905aa3d7a317bd96b5e7db0f2a8aac6e /BUG3/wavetables.udo | |
download | csd-unfixedbugs1-c4b96cdd87738e9f0cba695904d2d484b4335e7f.tar.gz csd-unfixedbugs1-c4b96cdd87738e9f0cba695904d2d484b4335e7f.tar.bz2 csd-unfixedbugs1-c4b96cdd87738e9f0cba695904d2d484b4335e7f.zip |
initial
Diffstat (limited to 'BUG3/wavetables.udo')
-rw-r--r-- | BUG3/wavetables.udo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BUG3/wavetables.udo b/BUG3/wavetables.udo new file mode 100644 index 0000000..d5b9c93 --- /dev/null +++ b/BUG3/wavetables.udo @@ -0,0 +1,9 @@ +#ifndef UDO_WAVETABLES +#define UDO_WAVETABLES ## + +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 + +#end + |