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 MutableParameterUI3dContext.cameraAccelerationAcceleration used to change camera radius (zoom)final MutableParameterUI3dContext.cameraVelocityMax velocity used to damp changes to radius (zoom)final MutableParameterfinal MutableParameterUI3dContext.rotationAccelerationAcceleration used to change rotation (theta/phi)final MutableParameterUI3dContext.rotationVelocityMax velocity used to damp changes to rotation (theta/phi) -
Uses of MutableParameter in heronarts.lx
Fields in heronarts.lx declared as MutableParameterModifier and TypeFieldDescriptionfinal MutableParameterLXDeviceComponent.controlSurfaceSemaphoreA semaphore used to keep count of how many remote control surfaces may be controlling this component.final MutableParameterLX.errorChangedParameter that is bang()-ed every time errors changefinal MutableParameterTempo.periodLXDeviceComponent.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 MutableParameterLXClipEngine.controlSurfaceSemaphoreA semaphore used to keep count of how many remote control surfaces may be controlling this component.final MutableParameterLXClip.CursorParameter.millisfinal MutableParameterLXClipLane.onChangefinal MutableParameterLXClipLane.uiHeightfinal MutableParameterMidiNoteClipLane.uiOffsetfinal MutableParameterMidiNoteClipLane.uiZoomZoom is specified as multiple of lane heightfinal MutableParameterLXClip.zoom -
Uses of MutableParameter in heronarts.lx.command
Fields in heronarts.lx.command declared as MutableParameterModifier and TypeFieldDescriptionfinal MutableParameterLXCommandEngine.redoChangedfinal MutableParameterLXCommandEngine.undoChanged -
Uses of MutableParameter in heronarts.lx.effect
Fields in heronarts.lx.effect declared as MutableParameterModifier and TypeFieldDescriptionprotected final MutableParameterLXEffect.enabledDampingAttackprotected final MutableParameterLXEffect.enabledDampingReleasefinal MutableParameterDynamicsEffect.waveChanged -
Uses of MutableParameter in heronarts.lx.mixer
Fields in heronarts.lx.mixer declared as MutableParameterModifier and TypeFieldDescriptionfinal MutableParameterLXChannel.controlSurfaceSemaphoreA semaphore used to keep count of how many remote control surfaces may be controlling this channel's patterns. -
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 MutableParameterModifier and TypeMethodDescriptionMutableParameter.decrement()MutableParameter.increment()MutableParameter.setDescription(String description) MutableParameter.setFormatter(LXParameter.Formatter formatter) MutableParameter.setMappable(boolean mappable) MutableParameter.setMaximum(double maximum) MutableParameter.setMinimum(double minimum) MutableParameter.setPolarity(LXParameter.Polarity polarity) MutableParameter.setUnits(LXParameter.Units units) -
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 MutableParameterLXScriptEngine.onReloadA 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 MutableParameterJsonFixture.parametersDisposedfinal MutableParameterJsonFixture.parametersReloaded -
Uses of MutableParameter in heronarts.lx.studio
Fields in heronarts.lx.studio declared as MutableParameter -
Uses of MutableParameter in heronarts.lx.utils
Fields in heronarts.lx.utils declared as MutableParameter