void(* mix_buffers_with_gain_t)(ARDOUR::Sample *, const ARDOUR::Sample *, pframes_t, float)
float(* compute_peak_t)(const ARDOUR::Sample *, pframes_t, float)
void(* apply_gain_to_buffer_t)(ARDOUR::Sample *, pframes_t, float)
void(* copy_vector_t)(ARDOUR::Sample *, const ARDOUR::Sample *, pframes_t)
apply_gain_to_buffer_t apply_gain_to_buffer
mix_buffers_with_gain_t mix_buffers_with_gain
compute_peak_t compute_peak
void(* mix_buffers_no_gain_t)(ARDOUR::Sample *, const ARDOUR::Sample *, pframes_t)
mix_buffers_no_gain_t mix_buffers_no_gain
copy_vector_t copy_vector
void(* find_peaks_t)(const ARDOUR::Sample *, pframes_t, float *, float *)