ardour/libs
Robin Gareus b9cfb31205
Fix control-list editing (#8384)
This fixes segfaults as well as corrupt listes when copy/pasting
due to invalid iterators.

::mark_dirty() must be called with WriterLock, and
::rt_safe_earliest_event_linear_unlocked() must not be called
while _events is being modified. The Sequence iterator
(only user of that function) does not ensure this. Only the
sequence read-lock is taken.
2020-08-31 07:39:45 +02:00
..
appleutility
ardour Fix previous commit (MIDI alignment) 2020-08-31 01:38:04 +02:00
ardouralsautil
audiographer Update post-export analysis to report max short/mom loudness 2020-07-20 05:16:51 +02:00
backends RT-safe jack transport time-master 2020-08-19 19:07:41 +02:00
canvas
clearlooks-newer
evoral Fix control-list editing (#8384) 2020-08-31 07:39:45 +02:00
fluidsynth
fst
gtkmm2ext
hidapi
libltc
lua
midi++2
panners
pbd Use soundtouch for vocal audio time stretching (1/2) 2020-08-26 19:04:58 +02:00
plugins Amend 0c7895298d, fix parameter order #8388 2020-08-30 19:15:59 +02:00
ptformat
qm-dsp
surfaces Remove more libwebsocket C++11isms 2020-08-30 22:57:43 +02:00
temporal
vamp-plugins
vamp-pyin
vfork
waveview
widgets Increase precision of numeric dB entry 2020-08-01 09:57:18 +02:00
zita-convolver
zita-resampler