mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Implement Vst3ContextMenuProxyImpl destructor
This commit is contained in:
@@ -26,12 +26,9 @@ Vst3ContextMenuProxyImpl::Vst3ContextMenuProxyImpl(
|
||||
Vst3ContextMenuProxyImpl::~Vst3ContextMenuProxyImpl() {
|
||||
// Also drop the context menu smart pointer on plugin side when this gets
|
||||
// dropped
|
||||
// TODO: Uncomment when we implement this
|
||||
// bridge.send_message(
|
||||
// Vst3ContextMenuProxy::Destruct{.owner_instance_id =
|
||||
// owner_instance_id(),
|
||||
// .context_menu_id =
|
||||
// context_menu_id()});
|
||||
bridge.send_message(
|
||||
Vst3ContextMenuProxy::Destruct{.owner_instance_id = owner_instance_id(),
|
||||
.context_menu_id = context_menu_id()});
|
||||
}
|
||||
|
||||
tresult PLUGIN_API
|
||||
|
||||
Reference in New Issue
Block a user