mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 21:50:11 +02:00
Add stubs for IMidiMapping
This commit is contained in:
@@ -100,11 +100,11 @@ class YaMidiMapping : public Steinberg::Vst::IMidiMapping {
|
||||
}
|
||||
};
|
||||
|
||||
virtual tresult PLUGIN_API
|
||||
getMidiControllerAssignment(int32 busIndex,
|
||||
int16 channel,
|
||||
Steinberg::Vst::CtrlNumber midiControllerNumber,
|
||||
Steinberg::Vst::ParamID& id /*out*/) = 0;
|
||||
virtual tresult PLUGIN_API getMidiControllerAssignment(
|
||||
int32 busIndex,
|
||||
int16 channel,
|
||||
Steinberg::Vst::CtrlNumber midiControllerNumber,
|
||||
Steinberg::Vst::ParamID& id /*out*/) override = 0;
|
||||
|
||||
protected:
|
||||
ConstructArgs arguments;
|
||||
|
||||
Reference in New Issue
Block a user