diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-09 13:06:58 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-09 13:06:58 +0100 |
commit | 216f7933c5b4b65f7f45d3c459ead10f160d124b (patch) | |
tree | 7d7e0c6a7af1723a4d536bd4d12c50572db77896 /synth/defines.h | |
parent | 8320af55e716f352f2720801fcd73913f2e7d19c (diff) |
envelope_update_frames can now be set via CLI and config file
Diffstat (limited to 'synth/defines.h')
-rw-r--r-- | synth/defines.h | 1 |
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 |