Mackie Control Surface: Update the meters even when the transport is stopped
This commit is contained in:
parent
41ac0cb753
commit
e94239cc92
@ -906,7 +906,7 @@ Strip::update_meter ()
|
||||
return;
|
||||
}
|
||||
|
||||
if (_meter && _transport_is_rolling && _metering_active && _stripable->peak_meter()) {
|
||||
if (_meter && _metering_active && _stripable->peak_meter()) {
|
||||
float dB = _stripable->peak_meter()->meter_level (0, MeterMCP);
|
||||
_meter->send_update (*_surface, dB);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user