mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 08:57:41 +01:00
Fix Mackie control metering (fixes #6608).
This commit is contained in:
parent
7f86418340
commit
239da0efb5
5 changed files with 18 additions and 3 deletions
|
|
@ -719,7 +719,7 @@ void
|
|||
Strip::update_meter ()
|
||||
{
|
||||
if (_meter && _transport_is_rolling && _metering_active) {
|
||||
float dB = const_cast<PeakMeter&> (_route->peak_meter()).meter_level (0, MeterPeak);
|
||||
float dB = const_cast<PeakMeter&> (_route->peak_meter()).meter_level (0, MeterMCP);
|
||||
_meter->send_update (*_surface, dB);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue