Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Drhythm_ferret.cc90 , silence_threshold_scale (silence_threshold_adjustment) in RhythmFerret()
139 t->attach (silence_threshold_scale, 1, 2, n, n + 1, FILL); in RhythmFerret()
195 silence_threshold_scale.set_sensitive (!perc); in analysis_mode_changed()
H A Drhythm_ferret.h91 Gtk::HScale silence_threshold_scale; variable