Package | Description |
---|---|
heronarts.lx |
Core LX engine and component functionality.
|
heronarts.lx.audio |
Modulator classes for real-time audio analysis.
|
heronarts.lx.blend | |
heronarts.lx.clip | |
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 |
Integration with MIDI devices.
|
heronarts.lx.midi.surface | |
heronarts.lx.mixer | |
heronarts.lx.model |
Geometry models, points and fixtures.
|
heronarts.lx.modulation |
Components that control automated modulation of parameter values.
|
heronarts.lx.modulator |
Utility abstraction for values that vary over time.
|
heronarts.lx.osc | |
heronarts.lx.output |
Output support for various networking protocols.
|
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.scheduler | |
heronarts.lx.snapshot | |
heronarts.lx.structure | |
heronarts.lx.studio | |
heronarts.lx.studio.ui | |
heronarts.p3lx.pattern | |
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 | Class and Description |
---|---|
class |
LXComponent
Core base class for any component in the LX tree.
|
class |
LXDeviceComponent
A component which may have its own scoped user-level modulators.
|
class |
LXEngine
The engine is the core class that runs the internal animations.
|
class |
LXEngine.Output |
class |
LXLayer
A layer is a components that has a run method and operates on some other
buffer component.
|
class |
LXLayeredComponent
Base class for system components that run in the engine, which have common
attributes, such as parameters, modulators, and layers.
|
class |
LXModelComponent
A component that keeps a reference to a particular model, which may
potentially be different than the global model.
|
class |
LXModelLayer<T extends LXModel>
Templatized version of the LXLayerclass, which strongly types a particular model.
|
class |
LXModulatorComponent |
class |
LXPreferences |
class |
LXRegistry
Registry container for content classes used by the LX implementation
|
class |
LXRegistry.Plugin |
class |
LXRunnableComponent |
class |
Tempo
Class to represent a musical tempo at which patterns are operating.
|
Modifier and Type | Method and Description |
---|---|
static void |
LXSerializable.Utils.loadArray(LX lx,
LXSerializable[] serializables,
JsonObject object,
String key)
Loads an array of sub-objects from the given key, if it is found
|
static void |
LXSerializable.Utils.loadObject(LX lx,
LXSerializable serializable,
JsonObject object,
String key)
Loads a serializable object from a sub-key, if the key is found.
|
static void |
LXSerializable.Utils.loadObject(LX lx,
LXSerializable serializable,
JsonObject object,
String key,
boolean defaultEmptyObj)
Loads a serializable object from a sub-key, if the key is found.
|
LX |
LX.registerExternal(String key,
LXSerializable serializable) |
static JsonArray |
LXSerializable.Utils.toArray(LX lx,
LXSerializable[] serializables)
Serializes an array of subobjects
|
static JsonObject |
LXSerializable.Utils.toObject(LX lx,
LXSerializable serializable)
Serializes any LXSerializable to a JsonObject
|
Modifier and Type | Method and Description |
---|---|
static void |
LXSerializable.Utils.loadArray(LX lx,
List<? extends LXSerializable> serializables,
JsonObject object,
String key)
Loads an array of sub-objects from the given key, if it is found
|
static JsonArray |
LXSerializable.Utils.toArray(LX lx,
Collection<? extends LXSerializable> serializables)
Serialized a generic collection of sub-objects, not necessarily ordered
|
static JsonObject |
LXSerializable.Utils.toObject(LX lx,
Map<String,? extends LXSerializable> serializables)
Serializes a map of subobjects into a JsonObject
|
Modifier and Type | Class and Description |
---|---|
class |
BandGate
A frequency gate monitors a Graphic Meter for a particular frequency range and
triggers when that range passes a certain threshold.
|
class |
DecibelMeter
A DecibelMeter is a modulator that returns the level of an audio signal.
|
class |
GraphicMeter
A graphic meter splits the signal into frequency bands and computes
envelopes for each of the bands independently.
|
class |
LXAudioComponent |
class |
LXAudioEngine |
class |
LXAudioInput |
class |
LXAudioOutput |
Modifier and Type | Class and Description |
---|---|
class |
AddBlend |
class |
DarkestBlend |
class |
DifferenceBlend |
class |
DissolveBlend
The dissolve blend is a special blend used in the crossfader.
|
class |
LightestBlend |
class |
LXBlend
An LXBlend is a loop-based implementation of a compositing algorithm.
|
static class |
LXBlend.FunctionalBlend |
class |
MultiplyBlend |
class |
NormalBlend |
class |
ScreenBlend |
class |
SubtractBlend |
Modifier and Type | Class and Description |
---|---|
class |
LXAbstractChannelClip |
class |
LXChannelClip |
class |
LXClip |
class |
LXClipEngine |
class |
LXClipEvent |
class |
LXClipLane |
class |
LXGroupClip |
class |
LXMasterClip |
class |
MidiNoteClipEvent |
class |
MidiNoteClipLane |
class |
ParameterClipEvent |
class |
ParameterClipLane |
class |
PatternClipEvent |
class |
PatternClipLane |
Modifier and Type | Class and Description |
---|---|
class |
LXDynamicColor
A dynamic color is a color that has a few different settings that allows it to either
be fixed or to change its value over time.
|
class |
LXPalette
A palette is an object that is used to keep track of top-level color values and
set modes of color computation.
|
class |
LXSwatch
A swatch is a set of up to 5 dynamic colors that can be referenced by patterns and effects.
|
Modifier and Type | Class and Description |
---|---|
class |
BlurEffect |
class |
DynamicsEffect |
class |
HueSaturationEffect |
class |
InvertEffect |
class |
LXEffect
Class to represent an effect that may be applied to the color array.
|
static class |
LXEffect.Placeholder
Placeholder pattern for when a class is missing
|
class |
LXModelEffect<T extends LXModel> |
class |
SparkleEffect |
class |
StrobeEffect |
Modifier and Type | Class and Description |
---|---|
class |
ColorizeEffect |
Modifier and Type | Class and Description |
---|---|
class |
GateEffect |
Modifier and Type | Class and Description |
---|---|
class |
LXMidiEngine |
class |
LXMidiInput |
class |
LXMidiMapping |
static class |
LXMidiMapping.ControlChange |
static class |
LXMidiMapping.Note |
Modifier and Type | Class and Description |
---|---|
class |
APC40Mk2 |
class |
DJM900nxs2 |
class |
LXMidiSurface |
Modifier and Type | Class and Description |
---|---|
class |
LXAbstractChannel
Abstract subclass for both groups and channels
|
class |
LXBus
Abstract representation of a channel, which could be a normal channel with patterns
or the master channel.
|
class |
LXChannel
A channel is a single component of the engine that has a set of patterns from
which it plays and rotates.
|
class |
LXGroup |
class |
LXMasterBus
Represents the master channel.
|
class |
LXMixerEngine
Encapsulation of all the LX channel blending and mixer
|
Modifier and Type | Class and Description |
---|---|
class |
GridModel
Model of points in a simple grid.
|
class |
GridModel.Strip |
class |
LXModel
An LXModel is a representation of a set of points in 3D space.
|
class |
StripModel
Simple model of a strip of points in one axis.
|
Modifier and Type | Class and Description |
---|---|
class |
LXCompoundModulation |
class |
LXModulationEngine |
class |
LXParameterModulation |
class |
LXTriggerModulation |
Modifier and Type | Class and Description |
---|---|
class |
Accelerator
An accelerator is a free-running modulator that changes its value based on
velocity and acceleration, measured in units/second and units/second^2,
respectively.
|
class |
Accumulator
An accumulator oscillates between increasing and decreasing value by some velocity such that it never
overflows or stops moving outside of the floating point range.
|
class |
ADEnvelope |
class |
ADSREnvelope |
class |
Click
A click is a simple modulator that fires a value of 1 every time its period
has passed.
|
class |
DampedParameter
A modulator that tracks the value of a parameter but damps motion over time according
to rules.
|
class |
FunctionalModulator
An extendable modulator class that lets a custom normalized function be
supplied by simply extending this class and supplying a compute() and
invert() method.
|
class |
HistoryBuffer |
class |
LinearEnvelope
This modulator is a simple linear ramp from one value to another over a
specified number of milliseconds.
|
class |
LXModulator
A Modulator is an abstraction for a variable with a value that varies over
time, such as an envelope or a low frequency oscillator.
|
class |
LXPeriodicModulator
An LXPeriodicModulator is a modulator that moves through a cycle in a given
amount of time.
|
class |
LXRangeModulator
Utility subclass for modulators which oscillate in a range of values between
a minimum and a maximum.
|
class |
MacroKnobs |
class |
MultiStageEnvelope |
class |
MultiStageEnvelope.Stage |
class |
QuadraticEnvelope
A quadratic envelope moves from one value to another along a quadratic curve.
|
class |
SawLFO
A sawtooth LFO oscillates from one extreme value to another.
|
class |
SinLFO
A classic sinusoidal oscillator.
|
class |
SquareLFO
Simple square wave LFO.
|
class |
TriangleLFO
A triangular LFO is a simple linear modulator that oscillates between a low
and hi value over a specified time period.
|
class |
VariableLFO
A sawtooth LFO oscillates from one extreme value to another.
|
Modifier and Type | Class and Description |
---|---|
class |
LXOscEngine |
Modifier and Type | Class and Description |
---|---|
class |
ArtNetDatagram |
class |
ArtSyncDatagram |
class |
DDPDatagram
Distributed Display Protocol is a simple protocol developed by 3waylabs.
|
class |
DDPOutputGroup
DDPOutput is a helper class that constructs and sends a set of DDPDatagram packets
based upon a specified chunk size, which will typically be a function of either
the LED layout or UDP network settings.
|
class |
FadecandySocket |
class |
KinetDatagram
A datagram implementing the Kinet protocol, used by Color Kinetics devices.
|
class |
LXBufferOutput |
class |
LXDatagram |
class |
LXOutput
This class represents the output stage from the LX engine to real devices.
|
class |
LXOutputGroup
Simple concrete output class which does nothing but group its children.
|
class |
LXSocket |
class |
OPCDatagram
UDP implementation of http://openpixelcontrol.org/
|
class |
OPCSocket
TCP/IP streaming socket implementation of http://openpixelcontrol.org/
|
class |
StreamingACNDatagram
Streaming ACN, also referred to as E1.31, is a standardized protocol for
streaming DMX data over ACN protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphicEqualizerPattern |
class |
LifePattern |
class |
LXModelPattern<T extends LXModel>
Templatized version of the LXPattern class, which strongly types a particular model.
|
class |
LXPattern
A pattern is the core object that the animation engine uses to generate
colors for all the points.
|
static class |
LXPattern.Placeholder
Placeholder pattern for when a class is missing
|
Modifier and Type | Class and Description |
---|---|
class |
GradientPattern |
class |
SolidPattern |
Modifier and Type | Class and Description |
---|---|
class |
PlanesPattern |
class |
PlanesPattern.Plane |
Modifier and Type | Class and Description |
---|---|
class |
TestPattern
Braindead simple test pattern that iterates through all the nodes turning
them on one by one in fixed order.
|
Modifier and Type | Class and Description |
---|---|
class |
NoisePattern |
class |
SparklePattern |
Modifier and Type | Class and Description |
---|---|
class |
LXScheduledProject |
class |
LXScheduler |
Modifier and Type | Class and Description |
---|---|
class |
LXSnapshot
A snapshot holds a memory of the state of the program at a point in time.
|
class |
LXSnapshot.ActivePatternView
View for which pattern is active on a channel
|
class |
LXSnapshot.ChannelFaderView |
class |
LXSnapshot.ParameterView
Class for the recall of a simple parameter value
|
class |
LXSnapshot.View
A view is a component of a snapshot, it's a single piece of the snapshot that
is "looking at" one piece of state.
|
class |
LXSnapshotEngine
The snapshot engine stores snapshots in time of the state of project settings.
|
Modifier and Type | Class and Description |
---|---|
class |
ArcFixture |
class |
GridFixture |
class |
JsonFixture |
class |
LXBasicFixture
Class that represents a basic fixture with a fixed number of points,
no hierarchy, and that is addressed with a single datagram packet.
|
class |
LXFixture
An LXFixture is a rich LXComponent representing a physical lighting fixture which may
be addressed by output packets.
|
class |
LXFixture.Submodel
Helper class to ensure that Submodels are *only* constructed
using the points from the produced LXModel array.
|
class |
LXProtocolFixture
Utility base class that adds a bunch of parameters to a fixture
object for selection of the most common protocols.
|
class |
LXStructure |
class |
LXStructure.Output |
class |
PointFixture |
class |
StripFixture |
Modifier and Type | Class and Description |
---|---|
protected static class |
LXStudio.Registry
Registry class for the LXStudio application contains extensions to the default LX registry
for custom UI components
|
class |
LXStudio.UI |
Modifier and Type | Class and Description |
---|---|
class |
UIPreviewWindow |
class |
UIPreviewWindow.Grid |
Modifier and Type | Class and Description |
---|---|
class |
P3LXPattern |
Modifier and Type | Class and Description |
---|---|
class |
UI3dContext
This is a layer that contains a 3d scene with a camera.
|
class |
UI3dContext.Camera |
Modifier and Type | Class and Description |
---|---|
class |
UIGLPointCloud
Same as a UIPointCloud, except this version uses GLSL to draw
the points with a vertex shader.
|
class |
UIPointCloud
Draws a cloud of points in the layer
|
LX library by Mark C. Slee. © 2012-2020