Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dplaylist.h167 …p_threshold, samplepos_t leave_gap, boost::function<void (samplepos_t, samplecnt_t)> gap_callback);
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dplaylist.cc873 …ap_threshold, samplepos_t leave_gap, boost::function<void (samplepos_t, samplecnt_t)> gap_callback) in remove_gaps() argument
909 gap_callback ((*nxt)->position(), shift); in remove_gaps()