diff options
author | André Nusser <andre.nusser@googlemail.com> | 2019-05-11 22:10:16 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2019-05-11 22:10:16 +0200 |
commit | 1d0fb78aa2dcda5e31be85a4bac263792e1535bc (patch) | |
tree | 27bc074b7f497328b76c61a422445e7d91bddd43 /plugingui/sampleselectionframecontent.h | |
parent | 18650bf589c459e60c2435d9a547218a744cdb32 (diff) |
Parameter tweaking of sample selection.
Diffstat (limited to 'plugingui/sampleselectionframecontent.h')
-rw-r--r-- | plugingui/sampleselectionframecontent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugingui/sampleselectionframecontent.h b/plugingui/sampleselectionframecontent.h index 272d620..20765ed 100644 --- a/plugingui/sampleselectionframecontent.h +++ b/plugingui/sampleselectionframecontent.h @@ -46,8 +46,8 @@ 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_close_factor = 16.f; + static float constexpr f_diverse_factor = .5f; static float constexpr f_random_factor = .5f; void fCloseKnobValueChanged(float value); |