mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Use a recursive mutex for the Melda deadlock fix
This seems safer with the whole mutual recursion thing.
This commit is contained in:
@@ -227,7 +227,7 @@ struct Vst3PluginInstance {
|
||||
* browser), but it seems like a good idea to make sure that this
|
||||
* doesn't cause any freezes.
|
||||
*/
|
||||
std::mutex get_size_mutex;
|
||||
std::recursive_mutex get_size_mutex;
|
||||
|
||||
/**
|
||||
* This contains smart pointers to all VST3 plugin interfaces that can be
|
||||
|
||||
Reference in New Issue
Block a user