mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-10 22:32:10 +02:00
Add logging for IPrefetchableSupport
This commit is contained in:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user