Implement IUnitInfo::getSelectedUnit

This commit is contained in:
Robbert van der Helm
2020-12-27 16:48:47 +01:00
parent fbef37b924
commit 70c5792593
6 changed files with 33 additions and 4 deletions
+1
View File
@@ -116,6 +116,7 @@ class Vst3Logger {
bool log_request(bool is_host_vst, const YaUnitInfo::GetProgramInfo&);
bool log_request(bool is_host_vst, const YaUnitInfo::HasProgramPitchNames&);
bool log_request(bool is_host_vst, const YaUnitInfo::GetProgramPitchName&);
bool log_request(bool is_host_vst, const YaUnitInfo::GetSelectedUnit&);
bool log_request(bool is_host_vst,
const YaAudioProcessor::SetBusArrangements&);