Add logging for IPlugInterfaceSupport

This commit is contained in:
Robbert van der Helm
2021-01-16 14:47:49 +01:00
parent faf4abd91d
commit 701271c273
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -222,6 +222,8 @@ class Vst3Logger {
bool log_request(bool is_host_vst, const YaContextMenu::Popup&);
bool log_request(bool is_host_vst, const YaHostApplication::GetName&);
bool log_request(bool is_host_vst, const YaPlugFrame::ResizeView&);
bool log_request(bool is_host_vst,
const YaPlugInterfaceSupport::IsPlugInterfaceSupported&);
bool log_request(bool is_host_vst,
const YaUnitHandler::NotifyUnitSelection&);
bool log_request(bool is_host_vst,