mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Add stubs for IMidiMapping
This commit is contained in:
@@ -413,6 +413,16 @@ tresult PLUGIN_API Vst3PluginProxyImpl::openAboutBox(TBool onlyCheck) {
|
||||
.instance_id = instance_id(), .only_check = onlyCheck});
|
||||
}
|
||||
|
||||
tresult PLUGIN_API Vst3PluginProxyImpl::getMidiControllerAssignment(
|
||||
int32 busIndex,
|
||||
int16 channel,
|
||||
Steinberg::Vst::CtrlNumber midiControllerNumber,
|
||||
Steinberg::Vst::ParamID& id /*out*/) {
|
||||
// TODO: Implement
|
||||
bridge.logger.log("TODO: IMidiMapping::getMidiControllerAssignment()");
|
||||
return Steinberg::kNotImplemented;
|
||||
}
|
||||
|
||||
int32 PLUGIN_API Vst3PluginProxyImpl::getNoteExpressionCount(int32 busIndex,
|
||||
int16 channel) {
|
||||
return bridge.send_message(
|
||||
|
||||
Reference in New Issue
Block a user