summaryrefslogtreecommitdiff
path: root/plugingui/humanizerframecontent.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/humanizerframecontent.h')
-rw-r--r--plugingui/humanizerframecontent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugingui/humanizerframecontent.h b/plugingui/humanizerframecontent.h
index e13f739..61ba73b 100644
--- a/plugingui/humanizerframecontent.h
+++ b/plugingui/humanizerframecontent.h
@@ -93,14 +93,18 @@ public:
private:
void attackValueChanged(float value);
void falloffValueChanged(float value);
+ void stddevKnobValueChanged(float value);
+ void stddevSettingsValueChanged(float value);
GridLayout layout{this, 4, 1};
LabeledControl attack{this, "Attack"};
LabeledControl falloff{this, "Release"};
+ LabeledControl stddev{this, "StdDev"};
Knob attack_knob{&attack};
Knob falloff_knob{&falloff};
+ Knob stddev_knob{&stddev};
Settings& settings;
SettingsNotifier& settings_notifier;