Implement IUnitInfo::getUnitCount

This commit is contained in:
Robbert van der Helm
2020-12-26 21:33:19 +01:00
parent aed369c4be
commit f3e706a39a
7 changed files with 37 additions and 6 deletions
+7
View File
@@ -430,6 +430,13 @@ bool Vst3Logger::log_request(bool is_host_vst,
});
}
bool Vst3Logger::log_request(bool is_host_vst,
const YaUnitInfo::GetUnitCount& request) {
return log_request_base(is_host_vst, [&](auto& message) {
message << request.instance_id << ": IUnitInfo::getUnitCount()";
});
}
bool Vst3Logger::log_request(
bool is_host_vst,
const YaAudioProcessor::SetBusArrangements& request) {