aboutsummaryrefslogtreecommitdiffstats
path: root/core/voice.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/voice.h')
-rw-r--r--core/voice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/voice.h b/core/voice.h
index 169517d5..94385884 100644
--- a/core/voice.h
+++ b/core/voice.h
@@ -241,7 +241,7 @@ struct Voice {
al::vector<HistoryLine,16> mPrevSamples{2};
struct ChannelData {
- float mAmbiScale;
+ float mAmbiHFScale, mAmbiLFScale;
BandSplitter mAmbiSplitter;
DirectParams mDryParams;