Files
ardour/libs
Robin Gareus fec37c58bd Flush plugins from rt-thread, prevent concurrent processing
Route::realtime_handle_transport_stopped() does have insufficient
information (PostTransportLocate), so "flush" is called from
Route::non_realtime_transport_stop in the butler thread.

However plugin de/activate() must not be called concurrently with
processing. e.g. https://lv2plug.in/ns/lv2core explicitly states:

"Hosts MUST guarantee that: An Instantiation function for an instance
is never called concurrently with any other function for that instance."
2020-11-14 02:49:50 +01:00
..
2020-11-11 15:59:26 +01:00
2020-07-09 02:10:28 +02:00
2020-11-02 01:57:03 +01:00
2020-11-10 19:31:25 +01:00
2020-10-24 16:06:04 -07:00