Improve the drag icon for processor drags.
[ardour.git] / libs / audiographer / src / routines.cc
1 #include "audiographer/routines.h"
2
3 namespace AudioGrapher
4 {
5 Routines::compute_peak_t Routines::_compute_peak = &Routines::default_compute_peak;
6 Routines::apply_gain_to_buffer_t Routines::_apply_gain_to_buffer = &Routines::default_apply_gain_to_buffer;
7 }