pub trait IMidiLearn2Trait {
// Required methods
unsafe fn onLiveMidi2ControllerInput(
&self,
index: BusIndex,
channel: MidiChannel,
midiCC: Midi2Controller,
) -> tresult;
unsafe fn onLiveMidi1ControllerInput(
&self,
index: BusIndex,
channel: MidiChannel,
midiCC: CtrlNumber,
) -> tresult;
}