Add logging for IPrefetchableSupport

This commit is contained in:
Robbert van der Helm
2021-01-12 15:33:14 +01:00
parent 2decaabb34
commit 892aaab65a
2 changed files with 26 additions and 0 deletions
+5
View File
@@ -184,6 +184,8 @@ class Vst3Logger {
bool log_request(bool is_host_vst, const YaComponent::GetRoutingInfo&);
bool log_request(bool is_host_vst, const YaComponent::ActivateBus&);
bool log_request(bool is_host_vst, const YaComponent::SetActive&);
bool log_request(bool is_host_vst,
const YaPrefetchableSupport::GetPrefetchableSupport&);
bool log_request(bool is_host_vst, const Vst3ContextMenuProxy::Destruct&);
bool log_request(bool is_host_vst, const WantsConfiguration&);
@@ -276,6 +278,9 @@ class Vst3Logger {
void log_response(bool is_host_vst, const YaComponent::GetBusInfoResponse&);
void log_response(bool is_host_vst,
const YaComponent::GetRoutingInfoResponse&);
void log_response(
bool is_host_vst,
const YaPrefetchableSupport::GetPrefetchableSupportResponse&);
void log_response(bool is_host_vst,
const YaComponentHandler3::CreateContextMenuResponse&);