Home
last modified time | relevance | path

Searched refs:detection_threshold_adjustment (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Drhythm_ferret.cc82 , detection_threshold_adjustment (-35, -80, -6, 1, 6) in RhythmFerret()
83 , detection_threshold_scale (detection_threshold_adjustment) in RhythmFerret()
273 float dB = detection_threshold_adjustment.get_value(); in run_percussion_onset_analysis()
H A Drhythm_ferret.h79 Gtk::Adjustment detection_threshold_adjustment; variable