Package | Description |
---|---|
heronarts.lx |
Core LX engine and component functionality.
|
heronarts.lx.clip | |
heronarts.lx.command | |
heronarts.lx.effect |
Layer components that mutate existing buffers with standardized enable/disable.
|
heronarts.lx.mixer | |
heronarts.lx.modulator |
Utility abstraction for values that vary over time.
|
heronarts.lx.parameter |
Abstraction for values that may be monitored and controlled via UI.
|
heronarts.lx.structure | |
heronarts.p3lx.ui |
Framework for building modular 3d+2d UI in Processing 2.
|
Modifier and Type | Field and Description |
---|---|
MutableParameter |
LXComponent.controlSurfaceSemaphore
A semaphore used to keep count of how many remote control surfaces may be
controlling this component.
|
MutableParameter |
LX.errorChanged
Parameter that is bang()-ed every time errors change
|
MutableParameter |
Tempo.period |
Modifier and Type | Class and Description |
---|---|
class |
LXClipEngine.FocusedClipParameter |
Modifier and Type | Field and Description |
---|---|
MutableParameter |
LXClip.length |
MutableParameter |
LXClipLane.onChange |
Modifier and Type | Field and Description |
---|---|
MutableParameter |
LXCommandEngine.redoChanged |
MutableParameter |
LXCommandEngine.undoChanged |
Modifier and Type | Field and Description |
---|---|
protected MutableParameter |
LXEffect.enabledDampingAttack |
protected MutableParameter |
LXEffect.enabledDampingRelease |
MutableParameter |
DynamicsEffect.waveChanged |
Modifier and Type | Field and Description |
---|---|
MutableParameter |
LXChannel.controlSurfaceFocusIndex |
MutableParameter |
LXChannel.controlSurfaceFocusLength |
Modifier and Type | Field and Description |
---|---|
MutableParameter |
MultiStageEnvelope.monitor |
Modifier and Type | Method and Description |
---|---|
MutableParameter |
MutableParameter.decrement() |
MutableParameter |
MutableParameter.increment() |
Modifier and Type | Field and Description |
---|---|
MutableParameter |
JsonFixture.parametersReloaded |
Modifier and Type | Field and Description |
---|---|
MutableParameter |
UI3dContext.cameraAcceleration
Acceleration used to change camera radius (zoom)
|
MutableParameter |
UI3dContext.cameraVelocity
Max velocity used to damp changes to radius (zoom)
|
MutableParameter |
UI3dContext.Camera.phi |
MutableParameter |
UI3dContext.Camera.radius |
MutableParameter |
UI3dContext.rotationAcceleration
Acceleration used to change rotation (theta/phi)
|
MutableParameter |
UI3dContext.rotationVelocity
Max velocity used to damp changes to rotation (theta/phi)
|
MutableParameter |
UI3dContext.Camera.theta |
LX library by Mark C. Slee. © 2012-2020