mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 04:50:14 +02:00
Implement IAudioProcessor::setProcessing()
This commit is contained in:
@@ -194,9 +194,8 @@ YaComponentPluginImpl::setupProcessing(Steinberg::Vst::ProcessSetup& setup) {
|
||||
}
|
||||
|
||||
tresult PLUGIN_API YaComponentPluginImpl::setProcessing(TBool state) {
|
||||
// TODO: Implement
|
||||
bridge.logger.log("TODO: IAudioProcessor::setProcessing()");
|
||||
return Steinberg::kNotImplemented;
|
||||
return bridge.send_message(YaComponent::SetProcessing{
|
||||
.instance_id = arguments.instance_id, .state = state});
|
||||
}
|
||||
|
||||
tresult PLUGIN_API
|
||||
|
||||
Reference in New Issue
Block a user