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