summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ConfigParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ConfigParser.h b/src/ConfigParser.h
index 02b798a..2f49595 100644
--- a/src/ConfigParser.h
+++ b/src/ConfigParser.h
@@ -61,7 +61,7 @@ struct mod_settings_t {
float gainmodeVariance = 4.0f;
// To handle the timestamp offset of the modulator
- unsigned tist_delay_stages = 0;
+ unsigned tist_delay_stages = 1; // because GainControl is pipelined
double tist_offset_s = 0.0;
bool loop = false;