mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-20 11:02:52 +02:00
Fix creating component handler proxy
This commit is contained in:
@@ -323,7 +323,7 @@ tresult PLUGIN_API Vst3PluginProxyImpl::setComponentHandler(
|
|||||||
component_handler = handler;
|
component_handler = handler;
|
||||||
|
|
||||||
component_handler_proxy_args = Vst3ComponentHandlerProxy::ConstructArgs(
|
component_handler_proxy_args = Vst3ComponentHandlerProxy::ConstructArgs(
|
||||||
host_application_context, instance_id());
|
component_handler, instance_id());
|
||||||
} else {
|
} else {
|
||||||
bridge.logger.log(
|
bridge.logger.log(
|
||||||
"Null pointer passed to 'IEditController::setComponentHandler'");
|
"Null pointer passed to 'IEditController::setComponentHandler'");
|
||||||
|
|||||||
Reference in New Issue
Block a user