Uses of Class
heronarts.lx.midi.LXShortMessage
Package
Description
Core LX engine and component functionality.
Integration with MIDI devices.
Components that control automated modulation of parameter values.
Core classes for procedural animation.
-
Uses of LXShortMessage in heronarts.lx
Modifier and TypeMethodDescriptionvoid
LXDeviceComponent.midiDispatch
(LXShortMessage message) Dispatch a MIDI message to this device, and any of its modulators which should receive that -
Uses of LXShortMessage in heronarts.lx.clip
Modifier and TypeMethodDescriptionvoid
LXAbstractChannelClip.midiReceived
(LXAbstractChannel channel, LXShortMessage message) -
Uses of LXShortMessage in heronarts.lx.command
ModifierConstructorDescriptionAddMapping
(LXShortMessage message, LXNormalizedParameter parameter) -
Uses of LXShortMessage in heronarts.lx.midi
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionstatic LXShortMessage
LXShortMessage.fromShortMessage
(ShortMessage message) Modifier and TypeMethodDescriptionstatic LXMidiMapping
LXMidiMapping.create
(LX lx, LXShortMessage message, LXNormalizedParameter parameter) void
LXMidiEngine.dispatch
(LXShortMessage message) boolean
MidiFilterParameter.filter
(LXShortMessage message) Check whether this MIDI note passes through the filter -
Uses of LXShortMessage in heronarts.lx.mixer
Modifier and TypeMethodDescriptionvoid
LXAbstractChannel.midiDispatch
(LXShortMessage message) Dispatch a MIDI message to all the active devices on this channel, without notifying listeners.void
LXChannel.midiDispatch
(LXShortMessage message) 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) -
Uses of LXShortMessage in heronarts.lx.modulation
Modifier and TypeMethodDescriptionvoid
LXModulationEngine.midiDispatch
(LXShortMessage message) Dispatch a MIDI message to any modulators on this engine which are running and receive MIDI -
Uses of LXShortMessage in heronarts.lx.pattern