mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
use redesigned Route and VCA object architecture/API
This commit is contained in:
parent
406e9d05ce
commit
aee283f056
2 changed files with 2 additions and 3 deletions
|
|
@ -282,10 +282,9 @@ ControlProtocol::route_get_peak_input_power (uint32_t table_index, uint32_t whic
|
|||
return 0.0f;
|
||||
}
|
||||
|
||||
return r->peak_meter().meter_level (which_input, MeterPeak);
|
||||
return r->peak_meter()->meter_level (which_input, MeterPeak);
|
||||
}
|
||||
|
||||
|
||||
bool
|
||||
ControlProtocol::route_get_muted (uint32_t table_index)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue