Synchronize meter-reset #7465

Queue reset to be handled when the meter is updated.
Also only call set_name(), set_active_state() when the
state changes.
This commit is contained in:
Robin Gareus 2020-04-10 23:36:17 +02:00
parent 58672bcaa2
commit e1a9034a0e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
7 changed files with 66 additions and 30 deletions

View file

@ -131,7 +131,8 @@ private:
std::vector<ARDOUR::DataType> _types;
ARDOUR::MeterType metric_type;
float max_peak;
bool _clear_meters;
bool _meter_peaked;
bool _has_midi;
int _tick_bar;
int _strip_type;