Uses of Class
heronarts.lx.midi.LXShortMessage
Packages that use 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
Methods in heronarts.lx with parameters of type LXShortMessageModifier 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
Methods in heronarts.lx.clip with parameters of type LXShortMessageModifier and TypeMethodDescriptionvoid
LXAbstractChannelClip.midiReceived
(LXAbstractChannel channel, LXShortMessage message) -
Uses of LXShortMessage in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXShortMessageModifierConstructorDescriptionAddMapping
(LXShortMessage message, LXNormalizedParameter parameter) -
Uses of LXShortMessage in heronarts.lx.midi
Subclasses of LXShortMessage in heronarts.lx.midiModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Methods in heronarts.lx.midi that return LXShortMessageModifier and TypeMethodDescriptionstatic LXShortMessage
LXShortMessage.fromShortMessage
(ShortMessage message) Methods in heronarts.lx.midi with parameters of type LXShortMessageModifier 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
Methods in heronarts.lx.mixer with parameters of type LXShortMessageModifier 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
Methods in heronarts.lx.modulation with parameters of type LXShortMessageModifier 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
Methods in heronarts.lx.pattern with parameters of type LXShortMessage