Implement IUnitInfo::hasProgramPitchNames

This commit is contained in:
Robbert van der Helm
2020-12-26 23:04:02 +01:00
parent f96e6b5a1e
commit e414c58a7a
6 changed files with 45 additions and 4 deletions
+1
View File
@@ -114,6 +114,7 @@ class Vst3Logger {
bool log_request(bool is_host_vst, const YaUnitInfo::GetProgramListInfo&);
bool log_request(bool is_host_vst, const YaUnitInfo::GetProgramName&);
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 YaAudioProcessor::SetBusArrangements&);