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.midi | |
heronarts.lx.midi.surface | |
heronarts.lx.mixer | |
heronarts.lx.modulation |
Components that control automated modulation of parameter values.
|
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.form | |
heronarts.lx.pattern.texture | |
heronarts.lx.scheduler | |
heronarts.lx.snapshot | |
heronarts.lx.structure | |
heronarts.lx.studio.ui | |
heronarts.lx.studio.ui.device | |
heronarts.lx.studio.ui.fixture | |
heronarts.lx.studio.ui.global | |
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 |
---|---|
BoundedParameter |
Tempo.bpm |
BoundedParameter |
LXEngine.framesPerSecond |
BoundedParameter |
LXEngine.speed |
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
BandGate.attack
Meter attack time, in milliseconds
|
BoundedParameter |
BandGate.decay
The time the trigger takes to falloff from 1 to 0 after triggered, in
milliseconds
|
BoundedParameter |
BandGate.floor
The floor at which the trigger releases.
|
BoundedParameter |
BandGate.gain
Gain of the meter, in decibels
|
BoundedParameter |
BandGate.maxFreq
Maximum frequency for the band
|
BoundedParameter |
BandGate.minFreq
Minimum frequency for the band
|
BoundedParameter |
BandGate.range
Range of the meter, in decibels.
|
BoundedParameter |
BandGate.release
Meter release time, in milliseconds
|
BoundedParameter |
BandGate.slope
dB/octave slope applied to the equalizer
|
BoundedParameter |
BandGate.threshold
The gate level at which the trigger is engaged.
|
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
LXPalette.autoCycleTimeSecs
Time in seconds after which transition thru the pattern set is automatically initiated.
|
BoundedParameter |
LXDynamicColor.period |
BoundedParameter |
LXPalette.transitionTimeSecs
Amount of time taken in seconds to transition into a new snapshot view
|
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
StrobeEffect.maxFrequency |
BoundedParameter |
StrobeEffect.minFrequency |
BoundedParameter |
StrobeEffect.tempoPhaseOffset |
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
GateEffect.midiVelocityResponse |
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
LXChannel.autoCycleTimeSecs
Time in seconds after which transition thru the pattern set is automatically initiated.
|
BoundedParameter |
LXChannel.transitionTimeSecs |
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
LXCompoundModulation.range |
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
LXOutput.framesPerSecond
Framerate throttle
|
BoundedParameter |
LXOutput.gamma
Gamma correction level
|
Modifier and Type | Class and Description |
---|---|
class |
CompoundParameter |
Modifier and Type | Method and Description |
---|---|
BoundedParameter |
BoundedParameter.incrementValue(double amount,
boolean wrap) |
BoundedParameter |
BoundedParameter.setDescription(String description) |
BoundedParameter |
BoundedParameter.setExponent(double exponent) |
BoundedParameter |
BoundedParameter.setNormalized(double normalized)
Sets the value of parameter using normal 0-1
|
BoundedParameter |
BoundedParameter.setPolarity(LXParameter.Polarity polarity) |
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
PlanesPattern.Plane.positionMax |
BoundedParameter |
PlanesPattern.Plane.positionMin |
BoundedParameter |
PlanesPattern.Plane.widthMax |
BoundedParameter |
PlanesPattern.Plane.widthMin |
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
NoisePattern.gain |
BoundedParameter |
NoisePattern.lacunarity |
BoundedParameter |
NoisePattern.maxScale |
BoundedParameter |
NoisePattern.minScale |
BoundedParameter |
NoisePattern.motionSpeedRange |
BoundedParameter |
NoisePattern.ridgeOffset |
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
LXScheduler.fadeTimeSecs |
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
LXSnapshotEngine.autoCycleTimeSecs
Time in seconds after which transition thru the pattern set is automatically initiated.
|
BoundedParameter |
LXSnapshotEngine.transitionTimeSecs
Amount of time taken in seconds to transition into a new snapshot view
|
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
LXFixture.brightness |
BoundedParameter |
GridFixture.columnSpacing |
BoundedParameter |
ArcFixture.degrees |
BoundedParameter |
JsonFixture.ParameterDefinition.floatParameter |
BoundedParameter |
LXFixture.pitch |
BoundedParameter |
ArcFixture.radius |
BoundedParameter |
LXFixture.roll |
BoundedParameter |
GridFixture.rowSpacing |
BoundedParameter |
JsonFixture.scale |
BoundedParameter |
StripFixture.spacing |
BoundedParameter |
LXFixture.x |
BoundedParameter |
LXFixture.y |
BoundedParameter |
LXFixture.yaw |
BoundedParameter |
LXFixture.z |
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
UIPreviewWindow.Grid.spacing |
BoundedParameter |
UIPreviewWindow.Grid.x |
BoundedParameter |
UIPreviewWindow.Grid.y |
BoundedParameter |
UIPreviewWindow.Grid.z |
Modifier and Type | Method and Description |
---|---|
default UIDoubleBox |
UIDeviceControls.newDoubleBox(BoundedParameter p) |
Modifier and Type | Method and Description |
---|---|
UIDoubleBox |
UIFixture.newControlBox(BoundedParameter parameter,
float width) |
Modifier and Type | Method and Description |
---|---|
static void |
UIAudio.addAttackAndRelease(UI2dContainer container,
float yp,
BoundedParameter attack,
BoundedParameter release) |
static void |
UIAudio.addGainAndRange(UI2dContainer container,
float yp,
BoundedParameter gain,
BoundedParameter range) |
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
UI3dContext.animationTime
Animation time
|
BoundedParameter |
UI3dContext.depth
Depth of perspective field, exponential factor of radius by exp(10, Depth)
|
BoundedParameter |
UI3dContext.perspective
Perspective of view
|
Modifier and Type | Field and Description |
---|---|
BoundedParameter |
UIPointCloud.pointSize |
Modifier and Type | Method and Description |
---|---|
BoundedParameter |
UIDoubleBox.getParameter() |
Modifier and Type | Method and Description |
---|---|
UIDoubleBox |
UIDoubleBox.setParameter(BoundedParameter parameter) |
Constructor and Description |
---|
UIDoubleBox(float w,
BoundedParameter parameter) |
UIDoubleBox(float w,
float h,
BoundedParameter parameter) |
UIDoubleBox(float x,
float y,
float w,
BoundedParameter parameter) |
UIDoubleBox(float x,
float y,
float w,
float h,
BoundedParameter parameter) |
LX library by Mark C. Slee. © 2012-2020