Package | Description |
---|---|
heronarts.lx.clip | |
heronarts.lx.command | |
heronarts.lx.midi |
Integration with MIDI devices.
|
heronarts.lx.mixer |
Modifier and Type | Method and Description |
---|---|
void |
LXAbstractChannelClip.midiReceived(LXAbstractChannel channel,
LXShortMessage message) |
Constructor and Description |
---|
AddMapping(LXShortMessage message,
LXParameter parameter) |
Modifier and Type | Class and Description |
---|---|
class |
MidiAftertouch |
class |
MidiBeat |
class |
MidiControlChange |
class |
MidiNote |
class |
MidiNoteOff |
class |
MidiNoteOn |
class |
MidiPitchBend |
class |
MidiProgramChange |
Modifier and Type | Method and Description |
---|---|
static LXShortMessage |
LXShortMessage.fromShortMessage(ShortMessage message) |
Modifier and Type | Method and Description |
---|---|
static LXMidiMapping |
LXMidiMapping.create(LX lx,
LXShortMessage message,
LXParameter parameter) |
void |
LXMidiEngine.dispatch(LXShortMessage message) |
Modifier and Type | Method and Description |
---|---|
void |
LXChannel.midiDispatch(LXShortMessage message) |
void |
LXAbstractChannel.midiDispatch(LXShortMessage message)
Dispatch a MIDI message to all the active devices on this channel, without
notifying listeners.
|
void |
LXAbstractChannel.midiMessage(LXShortMessage message)
Invoked by the MIDI/OSC/Clip engines when this channel should process a
MIDI message.
|
void |
LXAbstractChannel.MidiListener.midiReceived(LXAbstractChannel channel,
LXShortMessage message) |
LX library by Mark C. Slee. © 2012-2020