summaryrefslogtreecommitdiff
path: root/synth/defines.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-09 13:06:58 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-09 13:22:20 +0100
commit65fe359eb034d8e4a4a7f4d673af6f473ef27ff8 (patch)
tree97c71e37ff314cd1a244b85c914809ae544e2fd8 /synth/defines.h
parent918f4c99f37b9ca2ae2bbd6c906b7e0f994af014 (diff)
envelope_update_frames can now be set via CLI and config file
Diffstat (limited to 'synth/defines.h')
-rw-r--r--synth/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/synth/defines.h b/synth/defines.h
index 4a2e929..34d745e 100644
--- a/synth/defines.h
+++ b/synth/defines.h
@@ -11,6 +11,7 @@
#define FILTER_UPDATE_FREQ_HZ 250
#define LFO_UPDATE_FREQ_HZ 500
+#define ENVELOPE_UPDATE_FREQ_HZ 50
//when changing this, also change code marked with FINDLFO!
#define N_LFOS 3