aboutsummaryrefslogtreecommitdiffstats
path: root/core/effects/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/effects/base.h')
-rw-r--r--core/effects/base.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/core/effects/base.h b/core/effects/base.h
index 672d3f04..66182bf5 100644
--- a/core/effects/base.h
+++ b/core/effects/base.h
@@ -171,7 +171,11 @@ struct VmorpherProps {
VMorpherWaveform Waveform;
};
-struct DedicatedProps {
+struct DedicatedDialogProps {
+ float Gain;
+};
+
+struct DedicatedLfeProps {
float Gain;
};
@@ -193,7 +197,8 @@ union EffectProps {
ModulatorProps Modulator;
PshifterProps Pshifter;
VmorpherProps Vmorpher;
- DedicatedProps Dedicated;
+ DedicatedDialogProps DedicatedDialog;
+ DedicatedLfeProps DedicatedLfe;
ConvolutionProps Convolution;
};