Uses of Class
heronarts.lx.osc.OscMessage
Packages that use OscMessage
Package
Description
Core LX engine and component functionality.
Modulator classes for real-time audio analysis.
Classes for color manipulation, blending, color values.
Integration with MIDI devices.
Components that control automated modulation of parameter values.
Core classes for procedural animation.
-
Uses of OscMessage in heronarts.lx
Methods in heronarts.lx with parameters of type OscMessageModifier and TypeMethodDescriptionboolean
LXComponent.handleOscMessage
(OscMessage message, String[] parts, int index) Handles an OSC message sent to this component.boolean
LXEngine.handleOscMessage
(OscMessage message, String[] parts, int index) boolean
Tempo.handleOscMessage
(OscMessage message, String[] parts, int index) void
Tempo.trigger
(int beat, OscMessage message) Triggers the metronome, setting the beat count to the given value with a specified offset into the beat.void
Tempo.triggerBarAndBeat
(int bar, int beat, OscMessage message) Trigger the given bar and beat position, both 1-indexedvoid
Tempo.triggerBeatWithinBar
(int beatWithinBar, OscMessage message) Triggers the given beat within bar, keeping count over subsequent bars if desired. -
Uses of OscMessage in heronarts.lx.audio
Methods in heronarts.lx.audio with parameters of type OscMessageModifier and TypeMethodDescriptionboolean
ADM.handleAdmOscMessage
(OscMessage message, String[] parts, int index) boolean
Envelop.handleEnvelopOscMessage
(OscMessage message, String[] parts, int index) boolean
Reaper.handleReaperOscMessage
(OscMessage message, String[] parts, int index) protected void
Envelop.MultiMeter.setLevel
(int index, OscMessage message) protected void
Envelop.MultiMeter.setLevels
(OscMessage message) -
Uses of OscMessage in heronarts.lx.color
Methods in heronarts.lx.color with parameters of type OscMessageModifier and TypeMethodDescriptionboolean
LXPalette.handleOscMessage
(OscMessage message, String[] parts, int index) -
Uses of OscMessage in heronarts.lx.midi
Methods in heronarts.lx.midi with parameters of type OscMessageModifier and TypeMethodDescriptionboolean
LXMidiEngine.handleOscMessage
(OscMessage message, String[] parts, int index) -
Uses of OscMessage in heronarts.lx.mixer
Methods in heronarts.lx.mixer with parameters of type OscMessageModifier and TypeMethodDescriptionboolean
LXBus.handleOscMessage
(OscMessage message, String[] parts, int index) boolean
LXChannel.handleOscMessage
(OscMessage message, String[] parts, int index) boolean
LXMixerEngine.handleOscMessage
(OscMessage message, String[] parts, int index) -
Uses of OscMessage in heronarts.lx.modulation
Methods in heronarts.lx.modulation with parameters of type OscMessageModifier and TypeMethodDescriptionboolean
LXModulationEngine.handleOscMessage
(OscMessage message, String[] parts, int index) -
Uses of OscMessage in heronarts.lx.osc
Methods in heronarts.lx.osc that return OscMessageModifier and TypeMethodDescriptionOscMessage.add
(double argument) OscMessage.add
(float argument) OscMessage.add
(int argument) OscMessage.add
(OscArgument argument) OscMessage.clearArguments()
static OscMessage
OscMessage.parse
(InetAddress source, byte[] data, int offset, int len) OscMessage.resetCursor()
OscMessage.setAddressPattern
(OscString addressPattern) OscMessage.setAddressPattern
(String addressPattern) Methods in heronarts.lx.osc that return types with arguments of type OscMessageMethods in heronarts.lx.osc with parameters of type OscMessageModifier and TypeMethodDescriptionboolean
LXOscComponent.handleOscMessage
(OscMessage message, String[] parts, int index) void
LXOscListener.oscMessage
(OscMessage message) -
Uses of OscMessage in heronarts.lx.pattern
Methods in heronarts.lx.pattern with parameters of type OscMessageModifier and TypeMethodDescriptionboolean
LXPattern.handleOscMessage
(OscMessage message, String[] parts, int index) -
Uses of OscMessage in heronarts.lx.snapshot
Methods in heronarts.lx.snapshot with parameters of type OscMessageModifier and TypeMethodDescriptionboolean
LXSnapshotEngine.handleOscMessage
(OscMessage message, String[] parts, int index)