mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Implement IComponentHandler::endEdit()
This commit is contained in:
@@ -96,6 +96,12 @@ Vst3PluginBridge::Vst3PluginBridge()
|
||||
.component_handler->performEdit(
|
||||
request.id, request.value_normalized);
|
||||
},
|
||||
[&](const YaComponentHandler::EndEdit& request)
|
||||
-> YaComponentHandler::EndEdit::Response {
|
||||
return plugin_proxies.at(request.owner_instance_id)
|
||||
.get()
|
||||
.component_handler->endEdit(request.id);
|
||||
},
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user