mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
58672bcaa2
commit
e1a9034a0e
7 changed files with 66 additions and 30 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue