ardour
Namespaces | Typedefs | Variables
runtime_functions.h File Reference
#include "ardour/libardour_visibility.h"
#include "ardour/types.h"

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)
 

Variables

LIBARDOUR_API compute_peak_t ARDOUR::compute_peak = 0
 
LIBARDOUR_API find_peaks_t ARDOUR::find_peaks = 0
 
LIBARDOUR_API
apply_gain_to_buffer_t 
ARDOUR::apply_gain_to_buffer = 0
 
LIBARDOUR_API
mix_buffers_with_gain_t 
ARDOUR::mix_buffers_with_gain = 0
 
LIBARDOUR_API mix_buffers_no_gain_t ARDOUR::mix_buffers_no_gain = 0