Use a minimum step as provided by wireplubmer; Default step to 1

This commit is contained in:
Evyatar Stalinsky
2023-06-06 11:42:02 +03:00
parent 75990c2867
commit d22fd3bbd1
2 changed files with 8 additions and 7 deletions

View File

@ -38,7 +38,7 @@ class Wireplumber : public ALabel {
uint32_t pending_plugins_;
bool muted_;
double volume_;
double step_;
double min_step_;
uint32_t node_id_{0};
std::string node_name_;
};