Implement IAudioProcessor::canProcessSampleSize()

This commit is contained in:
Robbert van der Helm
2020-12-14 17:12:49 +01:00
parent b26c2e08a7
commit d9585fac78
6 changed files with 44 additions and 5 deletions
+1
View File
@@ -71,6 +71,7 @@ using ControlRequest = std::variant<YaComponent::Construct,
YaComponent::GetState,
YaComponent::SetBusArrangements,
YaComponent::GetBusArrangement,
YaComponent::CanProcessSampleSize,
YaPluginFactory::Construct,
YaPluginFactory::SetHostContext>;