Home
last modified time | relevance | path

Searched refs:gui_stretch_tempo (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtempo.h525 …void gui_stretch_tempo (TempoSection* tempo, const samplepos_t sample, const samplepos_t end_sampl…
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dtempo.cc3379 TempoMap::gui_stretch_tempo (TempoSection* ts, const samplepos_t sample, const samplepos_t end_samp… in gui_stretch_tempo() function in TempoMap
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_drag.cc3792 …_editor->session()->tempo_map().gui_stretch_tempo (_tempo, map.sample_at_quarter_note (_grab_qn), … in motion()