Home
last modified time | relevance | path

Searched refs:route_get_peak_input_power (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/tranzport/
H A Dshow.cc155 float level_l = route_get_peak_input_power (0, 0); in show_mini_meter()
160 float level_r = route_get_peak_input_power (0, 1); in show_mini_meter()
225 float level = route_get_peak_input_power (0, 0); in show_meter()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/control_protocol/control_protocol/
H A Dcontrol_protocol.h120 float route_get_peak_input_power (uint32_t table_index, uint32_t which_input);
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/control_protocol/
H A Dcontrol_protocol.cc218 ControlProtocol::route_get_peak_input_power (uint32_t table_index, uint32_t which_input) in route_get_peak_input_power() function in ControlProtocol
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/frontier/tranzport/
H A Dtranzport_control_protocol.cc503 float level = route_get_peak_input_power (0, 0); in show_meter()