summaryrefslogtreecommitdiff
path: root/synth/defines.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-16 18:18:39 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-16 18:30:53 +0100
commit12f20783b7ec8804825282fd04d9333ec83e31eb (patch)
treeaae39218ace9c7c12c14cf1246cd2485bf1323f1 /synth/defines.h
parent527e7400f227703b9f0932b685f2bf7f2c2c005b (diff)
Added waveforms and noise, changed foo++ into ++foo
List of waveforms: 0=sin 1=abssin 2=half_sin 3=pulse-sin 4=square 5=sawtooth 6=pyramid 7=white noise
Diffstat (limited to 'synth/defines.h')
-rw-r--r--synth/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/defines.h b/synth/defines.h
index 34d745e..1421c30 100644
--- a/synth/defines.h
+++ b/synth/defines.h
@@ -56,7 +56,7 @@ extern float LFO_FREQ_HZ[];
#define WAVE_RES 44100
-#define N_WAVEFORMS 5
+#define N_WAVEFORMS 8
#define NO_CONT 128