mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04: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;
|
_editor_meter_peaked = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!ARDOUR_COMMAND_LINE::no_strobe) {
|
||||||
const float mpeak = editor_meter->update_meters();
|
const float mpeak = editor_meter->update_meters();
|
||||||
const bool peaking = mpeak > UIConfiguration::instance().get_meter_peak();
|
const bool peaking = mpeak > UIConfiguration::instance().get_meter_peak();
|
||||||
|
|
||||||
|
|
@ -1212,6 +1213,7 @@ ARDOUR_UI::every_point_zero_something_seconds ()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
ARDOUR_UI::set_fps_timeout_connection ()
|
ARDOUR_UI::set_fps_timeout_connection ()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue