Uses of Class
heronarts.lx.parameter.MutableParameter
Package
Description
Core LX engine and component functionality.
Modulator classes for real-time audio analysis.
Layer components that mutate existing buffers with standardized enable/disable.
Utility abstraction for values that vary over time.
Abstraction for values that may be monitored and controlled via UI.
-
Uses of MutableParameter in heronarts.glx.ui
Modifier and TypeFieldDescriptionfinal MutableParameter
UI3dContext.cameraAcceleration
Acceleration used to change camera radius (zoom)final MutableParameter
UI3dContext.cameraVelocity
Max velocity used to damp changes to radius (zoom)final MutableParameter
final MutableParameter
UI3dContext.rotationAcceleration
Acceleration used to change rotation (theta/phi)final MutableParameter
UI3dContext.rotationVelocity
Max velocity used to damp changes to rotation (theta/phi) -
Uses of MutableParameter in heronarts.lx
Modifier and TypeFieldDescriptionfinal MutableParameter
LXDeviceComponent.controlSurfaceSemaphore
A semaphore used to keep count of how many remote control surfaces may be controlling this component.final MutableParameter
LX.errorChanged
Parameter that is bang()-ed every time errors changefinal MutableParameter
Tempo.period
LXDeviceComponent.remoteControlsChanged
-
Uses of MutableParameter in heronarts.lx.audio
-
Uses of MutableParameter in heronarts.lx.clip
Modifier and TypeFieldDescriptionfinal MutableParameter
LXClip.length
final MutableParameter
LXClipLane.onChange
-
Uses of MutableParameter in heronarts.lx.command
Modifier and TypeFieldDescriptionfinal MutableParameter
LXCommandEngine.redoChanged
final MutableParameter
LXCommandEngine.undoChanged
-
Uses of MutableParameter in heronarts.lx.effect
Modifier and TypeFieldDescriptionprotected final MutableParameter
LXEffect.enabledDampingAttack
protected final MutableParameter
LXEffect.enabledDampingRelease
final MutableParameter
DynamicsEffect.waveChanged
-
Uses of MutableParameter in heronarts.lx.mixer
Modifier and TypeFieldDescriptionfinal MutableParameter
LXChannel.controlSurfaceFocusIndex
final MutableParameter
LXChannel.controlSurfaceFocusLength
-
Uses of MutableParameter in heronarts.lx.modulator
-
Uses of MutableParameter in heronarts.lx.parameter
-
Uses of MutableParameter in heronarts.lx.pattern.image
-
Uses of MutableParameter in heronarts.lx.script
Modifier and TypeFieldDescriptionfinal MutableParameter
LXScriptEngine.onReload
A bang is sent to this parameter to notify the UI when a reload has happened for any reason at all, or any event that require UI update. -
Uses of MutableParameter in heronarts.lx.structure
Modifier and TypeFieldDescriptionfinal MutableParameter
JsonFixture.parametersDisposed
final MutableParameter
JsonFixture.parametersReloaded
-
Uses of MutableParameter in heronarts.lx.studio