diff options
author | André Nusser <andre.nusser@googlemail.com> | 2019-07-20 12:18:40 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2019-07-20 12:19:22 +0200 |
commit | 5cfe39aa82ce25895517fb16e5fb7856181dd6ca (patch) | |
tree | 4a73dba4ee76798e5fd8d60166cf2765cc1afc72 /plugingui/sampleselectionframecontent.h | |
parent | 932104c55a88ad788a8ab43ac15bc5ac23b34f34 (diff) |
Set new default values for sample selection alg and scale parameters.
The parameters are now all in [0,1].
Diffstat (limited to 'plugingui/sampleselectionframecontent.h')
-rw-r--r-- | plugingui/sampleselectionframecontent.h | 4 |
1 files changed, 0 insertions, 4 deletions
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); |