Implement IAudioProcessor::setupProcessing()

This commit is contained in:
Robbert van der Helm
2020-12-14 21:25:05 +01:00
parent cb7413c521
commit b1bcfd3873
6 changed files with 52 additions and 8 deletions
+1
View File
@@ -73,6 +73,7 @@ using ControlRequest = std::variant<YaComponent::Construct,
YaComponent::GetBusArrangement,
YaComponent::CanProcessSampleSize,
YaComponent::GetLatencySamples,
YaComponent::SetupProcessing,
YaPluginFactory::Construct,
YaPluginFactory::SetHostContext>;