Home
last modified time | relevance | path

Searched refs:no_roll_unlocked (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dmidi_track.h168 …int no_roll_unlocked (pframes_t nframes, samplepos_t start_sample, samplepos_t end_sample, bool st…
H A Droute.h600 …virtual int no_roll_unlocked (pframes_t nframes, samplepos_t start_sample, samplepos_t end_sample,…
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dmidi_track.cc361 MidiTrack::no_roll_unlocked (pframes_t nframes, samplepos_t start_sample, samplepos_t end_sample, b… in no_roll_unlocked() function in MidiTrack
363 int ret = Track::no_roll_unlocked (nframes, start_sample, end_sample, state_changing); in no_roll_unlocked()
H A Droute.cc3890 no_roll_unlocked (nframes, start_sample - latency_preroll, end_sample - latency_preroll, false); in latency_preroll()
3940 return no_roll_unlocked (nframes, start_sample, end_sample, session_state_changing); in no_roll()
3944 Route::no_roll_unlocked (pframes_t nframes, samplepos_t start_sample, samplepos_t end_sample, bool … in no_roll_unlocked() function in Route