Implement IAudioProcessor::getBusArrangement()

This commit is contained in:
Robbert van der Helm
2020-12-14 16:55:21 +01:00
parent e3b442de57
commit b26c2e08a7
6 changed files with 82 additions and 3 deletions
+1
View File
@@ -70,6 +70,7 @@ using ControlRequest = std::variant<YaComponent::Construct,
YaComponent::SetState,
YaComponent::GetState,
YaComponent::SetBusArrangements,
YaComponent::GetBusArrangement,
YaPluginFactory::Construct,
YaPluginFactory::SetHostContext>;