Home
last modified time | relevance | path

Searched refs:show_timestretch (Results 1 – 6 of 6) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dautomation_time_axis.h104 …void show_timestretch (samplepos_t /*start*/, samplepos_t /*end*/, int /*layers*/, int /*layer*/) … in show_timestretch() function
H A Dtime_axis_view.h180 virtual void show_timestretch (samplepos_t start, samplepos_t end, int layers, int layer);
H A Droute_time_axis.h98 void show_timestretch (samplepos_t start, samplepos_t end, int layers, int layer);
H A Dtime_axis_view.cc831 TimeAxisView::show_timestretch (samplepos_t start, samplepos_t end, int layers, int layer) in show_timestretch() function in TimeAxisView
834 (*i)->show_timestretch (start, end, layers, layer); in show_timestretch()
H A Droute_time_axis.cc886 RouteTimeAxisView::show_timestretch (samplepos_t start, samplepos_t end, int layers, int layer) in show_timestretch() function in RouteTimeAxisView
888 TimeAxisView::show_timestretch (start, end, layers, layer); in show_timestretch()
H A Deditor_drag.cc5474 rv->get_time_axis_view().show_timestretch (rv->region()->position(), pf.sample, layers, layer); in motion()