Package heronarts.lx.midi
Interface LXMidiMessage
- All Known Implementing Classes:
LXShortMessage,LXSysexMessage,MidiAftertouch,MidiBeat,MidiControlChange,MidiNote,MidiNoteOff,MidiNoteOn,MidiPanic,MidiPitchBend,MidiProgramChange
public interface LXMidiMessage
Common interface for messages that are passed through the midi input queue
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispatch(LXMidiListener listener) default LXMidiInputgetInput()setSource(LXMidiSource source)
-
Method Details
-
setSource
-
getSource
LXMidiSource getSource() -
getInput
-
dispatch
-