mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 05:33:07 +02:00
Implement IUnitInfo::getProgramInfo
This commit is contained in:
@@ -113,6 +113,7 @@ class Vst3Logger {
|
||||
bool log_request(bool is_host_vst, const YaUnitInfo::GetProgramListCount&);
|
||||
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 YaAudioProcessor::SetBusArrangements&);
|
||||
@@ -171,6 +172,8 @@ class Vst3Logger {
|
||||
const YaUnitInfo::GetProgramListInfoResponse&);
|
||||
void log_response(bool is_host_vst,
|
||||
const YaUnitInfo::GetProgramNameResponse&);
|
||||
void log_response(bool is_host_vst,
|
||||
const YaUnitInfo::GetProgramInfoResponse&);
|
||||
|
||||
void log_response(bool is_host_vst,
|
||||
const YaAudioProcessor::GetBusArrangementResponse&);
|
||||
|
||||
Reference in New Issue
Block a user