From 5cfe39aa82ce25895517fb16e5fb7856181dd6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 20 Jul 2019 12:18:40 +0200 Subject: Set new default values for sample selection alg and scale parameters. The parameters are now all in [0,1]. --- plugingui/sampleselectionframecontent.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugingui/sampleselectionframecontent.h') diff --git a/plugingui/sampleselectionframecontent.h b/plugingui/sampleselectionframecontent.h index 67da213..d94b3fc 100644 --- a/plugingui/sampleselectionframecontent.h +++ b/plugingui/sampleselectionframecontent.h @@ -46,10 +46,6 @@ public: SettingsNotifier& settings_notifier); private: - static float constexpr f_close_factor = 4.f; - static float constexpr f_diverse_factor = 1.f; - static float constexpr f_random_factor = 1.f; - void fCloseKnobValueChanged(float value); void fDiverseKnobValueChanged(float value); void fRandomKnobValueChanged(float value); -- cgit v1.2.3