summaryrefslogtreecommitdiff
path: root/synth/globals.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:06:58 +0100
commit216f7933c5b4b65f7f45d3c459ead10f160d124b (patch)
tree7d7e0c6a7af1723a4d536bd4d12c50572db77896 /synth/globals.h
parent8320af55e716f352f2720801fcd73913f2e7d19c (diff)
envelope_update_frames can now be set via CLI and config file
Diffstat (limited to 'synth/globals.h')
-rw-r--r--synth/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/synth/globals.h b/synth/globals.h
index ad921c2..ffc1de5 100644
--- a/synth/globals.h
+++ b/synth/globals.h
@@ -36,9 +36,11 @@ extern float max_port_time_sec;
extern float filter_update_freq_hz;
extern float lfo_update_freq_hz;
+extern float envelope_update_freq_hz;
extern int filter_update_frames;
extern int lfo_update_frames;
+extern int envelope_update_frames;
extern float xrun_time;
extern int xrun_n;