Implement IEditController::getParameterInfo()

This commit is contained in:
Robbert van der Helm
2020-12-17 22:16:20 +01:00
parent 4cc24f74d1
commit ccc5688f0c
6 changed files with 103 additions and 4 deletions
+4
View File
@@ -83,6 +83,8 @@ class Vst3Logger {
const YaEditController2::SetComponentState&);
void log_request(bool is_host_vst,
const YaEditController2::GetParameterCount&);
void log_request(bool is_host_vst,
const YaEditController2::GetParameterInfo&);
void log_request(bool is_host_vst, const YaPluginBase::Initialize&);
void log_request(bool is_host_vst, const YaPluginBase::Terminate&);
void log_request(bool is_host_vst, const YaPluginFactory::Construct&);
@@ -102,6 +104,8 @@ 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 YaEditController2::GetParameterInfoResponse&);
void log_response(bool is_host_vst, const YaPluginFactory::ConstructArgs&);
void log_response(bool is_host_vst, const Configuration&);