Go to the source code of this file.
|
float | default_compute_peak (ARDOUR::Sample const *buf, ARDOUR::pframes_t nsamples, float current) |
|
void | default_find_peaks (ARDOUR::Sample const *buf, ARDOUR::pframes_t nsamples, float *min, float *max) |
|
void | default_apply_gain_to_buffer (ARDOUR::Sample *buf, ARDOUR::pframes_t nframes, float gain) |
|
void | default_mix_buffers_with_gain (ARDOUR::Sample *dst, ARDOUR::Sample const *src, ARDOUR::pframes_t nframes, float gain) |
|
void | default_mix_buffers_no_gain (ARDOUR::Sample *dst, ARDOUR::Sample const *src, ARDOUR::pframes_t nframes) |
|
void | default_copy_vector (ARDOUR::Sample *dst, ARDOUR::Sample const *src, ARDOUR::pframes_t nframes) |
|
◆ default_apply_gain_to_buffer()
◆ default_compute_peak()
◆ default_copy_vector()
◆ default_find_peaks()
◆ default_mix_buffers_no_gain()
◆ default_mix_buffers_with_gain()