use redesigned Route and VCA object architecture/API
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user