Rename YaEditController2 to YaEditController

Adding versions to our implementations doesn't work when the versions
and extensions start becoming non-numerical. This is what happened with
`IComponentHandler`.
This commit is contained in:
Robbert van der Helm
2020-12-19 13:48:21 +01:00
parent 1ede385784
commit 7e3568e333
9 changed files with 73 additions and 73 deletions
+9 -9
View File
@@ -77,15 +77,15 @@ using ControlRequest = std::variant<Vst3PluginProxy::Construct,
YaComponent::SetActive,
YaConnectionPoint::Connect,
YaConnectionPoint::Disconnect,
YaEditController2::SetComponentState,
YaEditController2::GetParameterCount,
YaEditController2::GetParameterInfo,
YaEditController2::GetParamStringByValue,
YaEditController2::GetParamValueByString,
YaEditController2::NormalizedParamToPlain,
YaEditController2::PlainParamToNormalized,
YaEditController2::GetParamNormalized,
YaEditController2::SetParamNormalized,
YaEditController::SetComponentState,
YaEditController::GetParameterCount,
YaEditController::GetParameterInfo,
YaEditController::GetParamStringByValue,
YaEditController::GetParamValueByString,
YaEditController::NormalizedParamToPlain,
YaEditController::PlainParamToNormalized,
YaEditController::GetParamNormalized,
YaEditController::SetParamNormalized,
YaPluginBase::Initialize,
YaPluginBase::Terminate,
YaPluginFactory::Construct,