mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Implement IComponent::terminate()
This commit is contained in:
@@ -40,8 +40,10 @@ tresult PLUGIN_API YaComponentPluginImpl::initialize(FUnknown* context) {
|
||||
}
|
||||
|
||||
tresult PLUGIN_API YaComponentPluginImpl::terminate() {
|
||||
// TODO: Implement
|
||||
return Steinberg::kNotImplemented;
|
||||
return bridge
|
||||
.send_message(
|
||||
YaComponent::Terminate{.instance_id = arguments.instance_id})
|
||||
.native();
|
||||
}
|
||||
|
||||
tresult PLUGIN_API
|
||||
|
||||
Reference in New Issue
Block a user