mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
no strobe for the transport peak meter
This commit is contained in:
parent
036596ba3f
commit
08af0fe04a
1 changed files with 7 additions and 5 deletions
|
|
@ -1203,6 +1203,7 @@ ARDOUR_UI::every_point_zero_something_seconds ()
|
|||
_editor_meter_peaked = false;
|
||||
}
|
||||
|
||||
if (!ARDOUR_COMMAND_LINE::no_strobe) {
|
||||
const float mpeak = editor_meter->update_meters();
|
||||
const bool peaking = mpeak > UIConfiguration::instance().get_meter_peak();
|
||||
|
||||
|
|
@ -1212,6 +1213,7 @@ ARDOUR_UI::every_point_zero_something_seconds ()
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
ARDOUR_UI::set_fps_timeout_connection ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue