IMidiLearn2Trait

Trait IMidiLearn2Trait 

Source
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;
}

Required Methods§

Source

unsafe fn onLiveMidi2ControllerInput( &self, index: BusIndex, channel: MidiChannel, midiCC: Midi2Controller, ) -> tresult

Source

unsafe fn onLiveMidi1ControllerInput( &self, index: BusIndex, channel: MidiChannel, midiCC: CtrlNumber, ) -> tresult

Implementors§