Implement IPlugView::removed()

This commit is contained in:
Robbert van der Helm
2020-12-21 18:30:42 +01:00
parent 7e34cf69fe
commit f1009f1941
6 changed files with 42 additions and 3 deletions
+1
View File
@@ -90,6 +90,7 @@ class Vst3Logger {
bool log_request(bool is_host_vst,
const YaPlugView::IsPlatformTypeSupported&);
bool log_request(bool is_host_vst, const YaPlugView::Attached&);
bool log_request(bool is_host_vst, const YaPlugView::Removed&);
bool log_request(bool is_host_vst, const YaPlugView::GetSize&);
bool log_request(bool is_host_vst, const YaPluginBase::Initialize&);
bool log_request(bool is_host_vst, const YaPluginBase::Terminate&);