Uses of Class
heronarts.lx.parameter.MutableParameter
Packages that use 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
Fields in heronarts.glx.ui declared as MutableParameterModifier 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
Fields in heronarts.lx declared as MutableParameterModifier 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
Fields in heronarts.lx.audio declared as MutableParameter -
Uses of MutableParameter in heronarts.lx.clip
Subclasses of MutableParameter in heronarts.lx.clipFields in heronarts.lx.clip declared as MutableParameterModifier and TypeFieldDescriptionfinal MutableParameter
LXClip.length
final MutableParameter
LXClipLane.onChange
-
Uses of MutableParameter in heronarts.lx.command
Fields in heronarts.lx.command declared as MutableParameterModifier and TypeFieldDescriptionfinal MutableParameter
LXCommandEngine.redoChanged
final MutableParameter
LXCommandEngine.undoChanged
-
Uses of MutableParameter in heronarts.lx.effect
Fields in heronarts.lx.effect declared as MutableParameterModifier and TypeFieldDescriptionprotected final MutableParameter
LXEffect.enabledDampingAttack
protected final MutableParameter
LXEffect.enabledDampingRelease
final MutableParameter
DynamicsEffect.waveChanged
-
Uses of MutableParameter in heronarts.lx.mixer
Fields in heronarts.lx.mixer declared as MutableParameterModifier and TypeFieldDescriptionfinal MutableParameter
LXChannel.controlSurfaceFocusIndex
final MutableParameter
LXChannel.controlSurfaceFocusLength
-
Uses of MutableParameter in heronarts.lx.modulator
Fields in heronarts.lx.modulator declared as MutableParameter -
Uses of MutableParameter in heronarts.lx.parameter
Fields in heronarts.lx.parameter declared as MutableParameterMethods in heronarts.lx.parameter that return MutableParameter -
Uses of MutableParameter in heronarts.lx.pattern.image
Fields in heronarts.lx.pattern.image declared as MutableParameter -
Uses of MutableParameter in heronarts.lx.script
Fields in heronarts.lx.script declared as MutableParameterModifier 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
Fields in heronarts.lx.structure declared as MutableParameterModifier and TypeFieldDescriptionfinal MutableParameter
JsonFixture.parametersDisposed
final MutableParameter
JsonFixture.parametersReloaded
-
Uses of MutableParameter in heronarts.lx.studio
Fields in heronarts.lx.studio declared as MutableParameter