summaryrefslogtreecommitdiff
path: root/synth/defines.h
diff options
context:
space:
mode:
authorFlorian Jung <florian.a.jung@web.de>2012-04-04 20:17:50 +0200
committerFlorian Jung <florian.a.jung@web.de>2012-04-04 20:17:50 +0200
commit829c7f8da9aa285029b9d636edda191b5c2b507b (patch)
treef82649301e827278a1e8c1a49022b86b82b03641 /synth/defines.h
parent531a6e90cbf1cc2afd8eae7683bda48c5cf4506a (diff)
reset filter-envelopes instead of reattacking
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 354e683..56d2ec5 100644
--- a/synth/defines.h
+++ b/synth/defines.h
@@ -80,7 +80,7 @@ extern float LFO_FREQ_HZ[];
#if ( (WAVE_SAW_START < N_NORMAL_WAVEFORMS) || \
(WAVE_PULSE_START < WAVE_SAW_START+WAVE_SAW_N) )
- #error NORMAL WAVEFORMS, SAW- AND PULSE-WAVES MAY NOT OVERLAP!
+ #error NORMAL WAVEFORMS, SAW- AND PULSE-WAVES MAY NOT OVERLAP!
#endif
#define N_WAVEFORMS (WAVE_PULSE_START+WAVE_PULSE_N)