mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Add stubs for IParameterFunctionName
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user