diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2021-11-04 19:03:34 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-03-29 00:04:49 +0200 |
| commit | 6be234d918664dcabe1b5005e6261287f2321528 (patch) | |
| tree | f1ce26e228e76573bb1a1d538308b347d314f7cd /tracker-trackhat/trackhat.hpp | |
| parent | 12b2eab9cd15b25185d03d7774e3138836f342b7 (diff) | |
tracker/trackhat: add point filter gain limiter
Diffstat (limited to 'tracker-trackhat/trackhat.hpp')
| -rw-r--r-- | tracker-trackhat/trackhat.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-trackhat/trackhat.hpp b/tracker-trackhat/trackhat.hpp index 7dce6d76e..c844a520c 100644 --- a/tracker-trackhat/trackhat.hpp +++ b/tracker-trackhat/trackhat.hpp @@ -40,6 +40,7 @@ struct trackhat_settings : opts value<double> max_pt_size{b, "max-point-size", 50}; value<bool> enable_point_filter{b, "enable-point-filter", true }; value<slider_value> point_filter_coefficient{b, "point-filter-coefficient", { 1.5, 1, 4 }}; + value<slider_value> point_filter_limit { b, "point-filter-limit", { 0.1, 0.01, 1 }}; }; class setting_receiver : public QObject |
