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 TypeMethodDescriptionvoid
dispatch
(LXMidiListener listener) default LXMidiInput
getInput()
setSource
(LXMidiSource source)
-
Method Details
-
setSource
-
getSource
LXMidiSource getSource() -
getInput
-
dispatch
-