Files
ardour/libs/evoral
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
..
2020-01-16 14:01:18 -06:00
2019-11-02 16:32:18 -06:00
2019-11-02 16:32:18 -06:00
2019-11-02 16:32:18 -06:00
2019-11-02 16:32:18 -06:00
2019-11-02 16:32:18 -06:00
2019-11-02 16:32:18 -06:00
2020-07-16 18:38:03 +02:00
2019-11-02 16:32:18 -06:00
2019-11-02 16:32:18 -06:00
2020-01-27 17:43:37 +01:00