Add stubs for IParameterFunctionName

This commit is contained in:
Robbert van der Helm
2021-01-17 13:23:17 +01:00
parent 06f6e6acfc
commit 3d8ee1ddf1
4 changed files with 27 additions and 0 deletions
@@ -688,6 +688,17 @@ tresult PLUGIN_API Vst3PluginProxyImpl::getPhysicalUIMapping(
return response.result;
}
tresult PLUGIN_API Vst3PluginProxyImpl::getParameterIDFromFunctionName(
Steinberg::Vst::UnitID unitID,
Steinberg::FIDString functionName,
Steinberg::Vst::ParamID& paramID) {
// TODO: Implement
bridge.logger.log(
"TODO: Implement "
"IParameterFunctionName::getParameterIDFromFunctionName()");
return Steinberg::kNotImplemented;
}
tresult PLUGIN_API Vst3PluginProxyImpl::initialize(FUnknown* context) {
if (context) {
// We will create a proxy object that that supports all the same