Ardour  9.0-pre0-582-g084a23a80d
runtime_functions.h File Reference
Include dependency graph for runtime_functions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ARDOUR
 

Typedefs

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)
 

Variables

compute_peak_t ARDOUR::compute_peak
 
find_peaks_t ARDOUR::find_peaks
 
apply_gain_to_buffer_t ARDOUR::apply_gain_to_buffer
 
mix_buffers_with_gain_t ARDOUR::mix_buffers_with_gain
 
mix_buffers_no_gain_t ARDOUR::mix_buffers_no_gain
 
copy_vector_t ARDOUR::copy_vector