summaryrefslogtreecommitdiff
path: root/synth/defines.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-02-10 18:34:51 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-02-10 18:34:51 +0100
commitb9737dd44072cc219ade876d4df12f3118cead67 (patch)
tree678df0adc2fe44b3c1bdde40eaa3590996e5520a /synth/defines.h
parent67ec646a42b8b9e851c693effbdce18327b67501 (diff)
Updated TODO and changed a default in defines.h
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 1421c30..fb1d63b 100644
--- a/synth/defines.h
+++ b/synth/defines.h
@@ -11,7 +11,7 @@
#define FILTER_UPDATE_FREQ_HZ 250
#define LFO_UPDATE_FREQ_HZ 500
-#define ENVELOPE_UPDATE_FREQ_HZ 50
+#define ENVELOPE_UPDATE_FREQ_HZ 500 //>=10000 for high-quality
//when changing this, also change code marked with FINDLFO!
#define N_LFOS 3