Files
ardour/libs
Robin Gareus 5c9f5ae895 Prevent DelayLine::set_delay() while processing
It was possible that auto-connect-thread or GUI thread called
DelayLine::set_delay without acquiring the process-lock.
Changing the delay while processing is not supported and
can cause glitches.

backtrace:
```
DelayLine::set_delay
Send::update_delaylines
Send::set_delay_out
InternalReturn::set_playback_offset
Route::update_signal_latency
Session::update_route_latency
Session::update_latency_compensation
Session::auto_connect_thread_run

```
2021-08-03 16:12:25 +03:00
..
2021-07-23 01:37:46 +02:00
2021-05-05 17:57:16 +02:00
2021-07-03 19:07:25 +02:00
2021-05-22 22:11:42 +02:00
2021-03-01 22:14:38 +01:00
2021-07-22 19:48:24 +02:00