Implement IUnitHandler::notifyProgramListChange

With this IUnitHandler has been fully implemented.
This commit is contained in:
Robbert van der Helm
2020-12-26 14:30:28 +01:00
parent bf40e10780
commit 47177ed889
6 changed files with 48 additions and 4 deletions
+2
View File
@@ -141,6 +141,8 @@ class Vst3Logger {
bool log_request(bool is_host_vst, const YaPlugFrame::ResizeView&);
bool log_request(bool is_host_vst,
const YaUnitHandler::NotifyUnitSelection&);
bool log_request(bool is_host_vst,
const YaUnitHandler::NotifyProgramListChange&);
void log_response(bool is_host_vst, const Ack&);
void log_response(