Add logging for IComponentHandlerBusActivation

This commit is contained in:
Robbert van der Helm
2021-01-14 16:24:46 +01:00
parent 9d59492888
commit d9d508a47e
2 changed files with 16 additions and 0 deletions
+3
View File
@@ -208,6 +208,9 @@ class Vst3Logger {
const YaComponentHandler2::FinishGroupEdit&);
bool log_request(bool is_host_vst,
const YaComponentHandler3::CreateContextMenu&);
bool log_request(
bool is_host_vst,
const YaComponentHandlerBusActivation::RequestBusActivation&);
bool log_request(bool is_host_vst, const YaContextMenu::GetItemCount&);
bool log_request(bool is_host_vst, const YaContextMenu::AddItem&);
bool log_request(bool is_host_vst, const YaContextMenu::RemoveItem&);