Package | Description |
---|---|
heronarts.lx |
Core LX engine and component functionality.
|
heronarts.lx.audio |
Modulator classes for real-time audio analysis.
|
heronarts.lx.color |
Classes for color manipulation, blending, color values.
|
heronarts.lx.effect |
Layer components that mutate existing buffers with standardized enable/disable.
|
heronarts.lx.effect.color | |
heronarts.lx.effect.midi | |
heronarts.lx.midi.surface | |
heronarts.lx.mixer | |
heronarts.lx.modulation |
Components that control automated modulation of parameter values.
|
heronarts.lx.modulator |
Utility abstraction for values that vary over time.
|
heronarts.lx.output |
Output support for various networking protocols.
|
heronarts.lx.parameter |
Abstraction for values that may be monitored and controlled via UI.
|
heronarts.lx.pattern |
Core classes for procedural animation.
|
heronarts.lx.pattern.color | |
heronarts.lx.pattern.form | |
heronarts.lx.pattern.test | |
heronarts.lx.pattern.texture | |
heronarts.lx.snapshot | |
heronarts.lx.structure | |
heronarts.lx.studio.ui.device | |
heronarts.lx.studio.ui.fixture | |
heronarts.p3lx.ui |
Framework for building modular 3d+2d UI in Processing 2.
|
heronarts.p3lx.ui.component |
Collection of standard UI components.
|
Modifier and Type | Field and Description |
---|---|
EnumParameter<Tempo.ClockSource> |
Tempo.clockSource |
EnumParameter<LXMappingEngine.Mode> |
LXMappingEngine.mode |
Modifier and Type | Field and Description |
---|---|
EnumParameter<LXAudioEngine.Mode> |
LXAudioEngine.mode |
Modifier and Type | Field and Description |
---|---|
EnumParameter<LXPalette.AutoCycleMode> |
LXPalette.autoCycleMode
Auto-cycle to a random palette, not the next one
|
EnumParameter<LXDynamicColor.BlendMode> |
LXDynamicColor.blendMode |
EnumParameter<LXDynamicColor.Mode> |
LXDynamicColor.mode |
EnumParameter<LXPalette.TransitionMode> |
LXPalette.transitionMode |
Modifier and Type | Field and Description |
---|---|
EnumParameter<BlurEffect.Mode> |
BlurEffect.mode |
EnumParameter<Tempo.Division> |
StrobeEffect.tempoDivision |
Modifier and Type | Field and Description |
---|---|
EnumParameter<GradientUtils.BlendMode> |
ColorizeEffect.blendMode |
EnumParameter<ColorizeEffect.ColorMode> |
ColorizeEffect.colorMode |
EnumParameter<ColorizeEffect.SourceMode> |
ColorizeEffect.source |
Modifier and Type | Field and Description |
---|---|
EnumParameter<GateEffect.TriggerMode> |
GateEffect.triggerMode |
Modifier and Type | Field and Description |
---|---|
EnumParameter<DJM900nxs2.Channel> |
DJM900nxs2.aChannel |
EnumParameter<DJM900nxs2.Channel> |
DJM900nxs2.bChannel |
Modifier and Type | Field and Description |
---|---|
EnumParameter<LXChannel.AutoCycleMode> |
LXChannel.autoCycleMode
Auto-cycle to a random pattern, not the next one
|
EnumParameter<LXAbstractChannel.CrossfadeGroup> |
LXAbstractChannel.crossfadeGroup
Crossfade group this channel belongs to
|
EnumParameter<LXMidiEngine.Channel> |
LXAbstractChannel.midiChannel
Which channel MIDI messages this channel observes
|
Modifier and Type | Field and Description |
---|---|
EnumParameter<LXParameter.Polarity> |
LXCompoundModulation.polarity |
Modifier and Type | Field and Description |
---|---|
EnumParameter<VariableLFO.ClockMode> |
VariableLFO.clockMode |
EnumParameter<Tempo.Division> |
LXPeriodicModulator.tempoDivision |
Modifier and Type | Field and Description |
---|---|
EnumParameter<LXOutput.GammaMode> |
LXOutput.gammaMode
Gamma table mode, whether to inherit gamma
|
Modifier and Type | Method and Description |
---|---|
EnumParameter<T> |
EnumParameter.addListener(LXParameterListener listener) |
EnumParameter<T> |
EnumParameter.setDescription(String description) |
EnumParameter<T> |
EnumParameter.setMappable(boolean mappable) |
Modifier and Type | Field and Description |
---|---|
EnumParameter<GraphicEqualizerPattern.Plane> |
GraphicEqualizerPattern.plane |
Modifier and Type | Field and Description |
---|---|
EnumParameter<GradientUtils.BlendMode> |
GradientPattern.blendMode |
EnumParameter<SolidPattern.ColorMode> |
SolidPattern.colorMode |
EnumParameter<GradientPattern.ColorMode> |
GradientPattern.colorMode |
EnumParameter<GradientPattern.CoordinateMode> |
GradientPattern.xMode |
EnumParameter<GradientPattern.CoordinateMode> |
GradientPattern.yMode |
EnumParameter<GradientPattern.CoordinateMode> |
GradientPattern.zMode |
Modifier and Type | Field and Description |
---|---|
EnumParameter<PlanesPattern.Axis> |
PlanesPattern.Plane.axis |
Modifier and Type | Field and Description |
---|---|
EnumParameter<TestPattern.Mode> |
TestPattern.mode |
Modifier and Type | Field and Description |
---|---|
EnumParameter<NoisePattern.Algorithm> |
NoisePattern.algorithm |
EnumParameter<NoisePattern.CoordinateMode> |
NoisePattern.xMode |
EnumParameter<NoisePattern.CoordinateMode> |
NoisePattern.yMode |
EnumParameter<NoisePattern.CoordinateMode> |
NoisePattern.zMode |
Modifier and Type | Field and Description |
---|---|
EnumParameter<LXSnapshotEngine.AutoCycleMode> |
LXSnapshotEngine.autoCycleMode
Auto-cycle to a random snapshot, not the next one
|
EnumParameter<LXSnapshotEngine.ChannelMode> |
LXSnapshotEngine.channelMode |
EnumParameter<LXSnapshotEngine.MissingChannelMode> |
LXSnapshotEngine.missingChannelMode |
Modifier and Type | Field and Description |
---|---|
EnumParameter<GridFixture.PositionMode> |
GridFixture.positionMode |
EnumParameter<ArcFixture.PositionMode> |
ArcFixture.positionMode |
EnumParameter<LXFixture.Protocol> |
LXProtocolFixture.protocol |
EnumParameter<LXProtocolFixture.Transport> |
LXProtocolFixture.transport |
EnumParameter<GridFixture.Wiring> |
GridFixture.wiring |
Modifier and Type | Method and Description |
---|---|
default UIButton |
UIDeviceControls.newButton(EnumParameter<?> p) |
default UIEnumBox |
UIDeviceControls.newEnumBox(EnumParameter<?> p) |
Modifier and Type | Method and Description |
---|---|
UIButton |
UIFixture.newControlButton(EnumParameter<?> parameter,
float width) |
Modifier and Type | Field and Description |
---|---|
EnumParameter<UI3dContext.MouseMode> |
UI3dContext.mouseMode
Mouse interaction mode
|
EnumParameter<UI3dContext.ProjectionMode> |
UI3dContext.projection
Projection mode
|
Modifier and Type | Method and Description |
---|---|
UIButton |
UIButton.setParameter(EnumParameter<?> parameter) |
Constructor and Description |
---|
UIButton(float w,
EnumParameter<?> p) |
UIButton(float w,
float h,
EnumParameter<?> p) |
UIEnumBox(float w,
EnumParameter<?> parameter) |
UIEnumBox(float x,
float y,
float w,
float h,
EnumParameter<?> parameter) |
LX library by Mark C. Slee. © 2012-2020