13
0
livetrax/libs
Robin Gareus 21f4598395
Fix DR refill when exporting multiple timespans #8742
In between timespans Ardour disables freewheeling and
only later resumes freewheel. It can happen that
Session::process can summon the butler while start_audio_export()
calls Track::seek.

Just waiting for an earlier Butler::wait_until_finished() does
not prevent the butler from running again later.

This can lead to concurrent calls of DR::refill_audio from both
the butler and start_audio_export(), leading to garbled buffers.
2021-06-14 02:18:54 +02:00
..
appleutility
ardour Fix DR refill when exporting multiple timespans #8742 2021-06-14 02:18:54 +02:00
ardouralsautil Consistent env variable naming (see also 6801c2cac2) 2021-06-10 03:17:49 +02:00
audiographer Fix Upsampler new/delete mismatch 2021-06-12 21:16:18 +02:00
backends JACK backend: "fix" RunLoop timing 2021-06-13 11:11:03 -06:00
canvas
clearlooks-newer
evoral
fluidsynth
fst
gtkmm2ext Fix a moderate memory leak 2021-05-22 22:11:42 +02:00
hidapi
libltc
lua
midi++2
panners
pbd Explicitly prevent unsigned int wrap-around 2021-06-14 00:43:08 +02:00
plugins Remove unused function (Wunused-function) 2021-05-30 20:09:35 -04:00
ptformat
qm-dsp
surfaces WebSockets: notify server there are pending client updates 2021-06-13 22:00:29 +02:00
temporal
vamp-plugins
vamp-pyin
vfork
vst3
waveview Fix assert in Waveview cache size 2021-05-23 21:41:45 +02:00
widgets
zita-convolver
zita-resampler