Files
ardour/libs
Robin Gareus 3c57085756 VST3: fix deadlock when loading a preset in some plugins
Some plugins call back to restartComponent() directly from
IEditController::setComponentState.

This lead to a deadlock since VST3Plugin::load_preset
takes a lock (since 7.2-85 b27467157b), and restartComponent
takes the same mutex again.
2023-02-15 23:50:50 +01:00
..
2023-02-06 21:04:17 -07:00
2022-08-03 12:10:01 -06:00
2022-09-21 19:09:55 -06:00
2023-02-08 02:03:54 +01:00
2023-02-04 18:23:18 +01:00