mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Separate mutual recursion on GUI and other threads
I wasn't able to get this to clash, but this way we can be 100% sure that there aren't any weird issues.
This commit is contained in:
@@ -61,7 +61,7 @@ Vst3ComponentHandlerProxyImpl::endEdit(Steinberg::Vst::ParamID id) {
|
||||
|
||||
tresult PLUGIN_API
|
||||
Vst3ComponentHandlerProxyImpl::restartComponent(int32 flags) {
|
||||
return bridge.send_mutually_recursive_message(
|
||||
return bridge.send_mutually_recursive_message<false>(
|
||||
YaComponentHandler::RestartComponent{
|
||||
.owner_instance_id = owner_instance_id(), .flags = flags});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user