From 4d9ede3d127572efe2605d28f5930a475137e273 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 5 Nov 2017 13:57:32 +0100 Subject: Add stddev sample selection scalar to UI. --- plugingui/humanizerframecontent.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugingui/humanizerframecontent.h') 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; -- cgit v1.2.3