Go to the source code of this file.
|
typedef float(* | ARDOUR::compute_peak_t) (const ARDOUR::Sample *, pframes_t, float) |
|
typedef void(* | ARDOUR::find_peaks_t) (const ARDOUR::Sample *, pframes_t, float *, float *) |
|
typedef void(* | ARDOUR::apply_gain_to_buffer_t) (ARDOUR::Sample *, pframes_t, float) |
|
typedef void(* | ARDOUR::mix_buffers_with_gain_t) (ARDOUR::Sample *, const ARDOUR::Sample *, pframes_t, float) |
|
typedef void(* | ARDOUR::mix_buffers_no_gain_t) (ARDOUR::Sample *, const ARDOUR::Sample *, pframes_t) |
|
typedef void(* | ARDOUR::copy_vector_t) (ARDOUR::Sample *, const ARDOUR::Sample *, pframes_t) |
|