Uses of Class
heronarts.lx.parameter.EnumParameter
Packages that use EnumParameter
Package
Description
Core LX engine and component functionality.
Modulator classes for real-time audio analysis.
Classes for color manipulation, blending, color values.
Layer components that mutate existing buffers with standardized enable/disable.
Integration with MIDI devices.
Components that control automated modulation of parameter values.
Utility abstraction for values that vary over time.
Output support for various networking protocols.
Abstraction for values that may be monitored and controlled via UI.
Core classes for procedural animation.
-
Uses of EnumParameter in heronarts.glx.ui
Fields in heronarts.glx.ui declared as EnumParameterModifier and TypeFieldDescriptionUI3dContext.mouseMode
Mouse interaction modeUI3dContext.projection
Projection mode -
Uses of EnumParameter in heronarts.glx.ui.component
Fields in heronarts.glx.ui.component declared as EnumParameterMethods in heronarts.glx.ui.component with parameters of type EnumParameterModifier and TypeMethodDescriptionUIButton.setParameter
(EnumParameter<? extends Object> parameter) UIButton.EnumFormatter.toString
(EnumParameter<? extends Object> enumParameter) Constructors in heronarts.glx.ui.component with parameters of type EnumParameterModifierConstructorDescriptionUIButton
(float x, float y, float w, float h, EnumParameter<?> p) UIButton
(float w, float h, EnumParameter<?> p) UIButton
(float w, EnumParameter<?> p) UIEnumBox
(float x, float y, float w, float h, EnumParameter<?> parameter) UIEnumBox
(float w, EnumParameter<?> parameter) -
Uses of EnumParameter in heronarts.lx
Fields in heronarts.lx declared as EnumParameterModifier and TypeFieldDescriptionfinal EnumParameter<Tempo.ClockSource>
Tempo.clockSource
LXMappingEngine.mode
-
Uses of EnumParameter in heronarts.lx.audio
Fields in heronarts.lx.audio declared as EnumParameterModifier and TypeFieldDescriptionSoundObject.audioMeterSource
final EnumParameter<Reaper.FoldMode>
Reaper.foldMode
SoundObject.meterSource
final EnumParameter<LXAudioEngine.Mode>
LXAudioEngine.mode
SoundStage.mode
SoundStage.soundObjectMeterMode
-
Uses of EnumParameter in heronarts.lx.color
Fields in heronarts.lx.color declared as EnumParameterModifier and TypeFieldDescriptionLXPalette.autoCycleMode
Auto-cycle to a random palette, not the next oneLXDynamicColor.blendMode
LinkedColorParameter.mode
final EnumParameter<LXDynamicColor.Mode>
LXDynamicColor.mode
LXPalette.transitionMode
-
Uses of EnumParameter in heronarts.lx.dmx
Fields in heronarts.lx.dmx declared as EnumParameterModifier and TypeFieldDescriptionfinal EnumParameter<LXOscEngine.IOState>
LXDmxEngine.artNetReceiveState
DmxColorModulator.byteOrder
DmxPattern.byteOrder
final EnumParameter<DmxModulator.Mode>
DmxModulator.mode
-
Uses of EnumParameter in heronarts.lx.effect
Fields in heronarts.lx.effect declared as EnumParameterModifier and TypeFieldDescriptionfinal EnumParameter<BlurEffect.Mode>
BlurEffect.mode
final EnumParameter<Tempo.Division>
StrobeEffect.tempoDivision
-
Uses of EnumParameter in heronarts.lx.effect.audio
Fields in heronarts.lx.effect.audio declared as EnumParameter -
Uses of EnumParameter in heronarts.lx.effect.color
Fields in heronarts.lx.effect.color declared as EnumParameter -
Uses of EnumParameter in heronarts.lx.effect.image
Fields in heronarts.lx.effect.image declared as EnumParameter -
Uses of EnumParameter in heronarts.lx.effect.midi
Fields in heronarts.lx.effect.midi declared as EnumParameter -
Uses of EnumParameter in heronarts.lx.midi
Fields in heronarts.lx.midi declared as EnumParameterModifier and TypeFieldDescriptionMidiFilterParameter.channel
LXMidiMapping.Note.discreteMode
LXMidiMapping.Note.mode
-
Uses of EnumParameter in heronarts.lx.midi.surface
Fields in heronarts.lx.midi.surface declared as EnumParameterModifier and TypeFieldDescriptionfinal EnumParameter<DJM900nxs2.Channel>
DJM900nxs2.aChannel
final EnumParameter<DJMA9.Channel>
DJMA9.aChannel
final EnumParameter<DJMV10.Channel>
DJMV10.aChannel
final EnumParameter<DJM900nxs2.Channel>
DJM900nxs2.bChannel
final EnumParameter<DJMA9.Channel>
DJMA9.bChannel
final EnumParameter<DJMV10.Channel>
DJMV10.bChannel
MidiFighterTwister.focusMode
MidiFighterTwister.knobClickMode
final EnumParameter<DJMA9.MidiChannel>
DJMA9.midiChannel
final EnumParameter<DJMV10.MidiChannel>
DJMV10.midiChannel
final EnumParameter<DJM900nxs2.XFMode>
DJM900nxs2.xfMode
final EnumParameter<DJMA9.XFMode>
DJMA9.xfMode
final EnumParameter<DJMV10.XFMode>
DJMV10.xfMode
-
Uses of EnumParameter in heronarts.lx.mixer
Fields in heronarts.lx.mixer declared as EnumParameterModifier and TypeFieldDescriptionLXChannel.autoCycleMode
Auto-cycle to a random pattern, not the next oneLXChannel.compositeMode
Auto-cycle to a random pattern, not the next oneLXAbstractChannel.crossfadeGroup
Crossfade group this channel belongs toLXMasterBus.previewMode
-
Uses of EnumParameter in heronarts.lx.modulation
Fields in heronarts.lx.modulation declared as EnumParameterModifier and TypeFieldDescriptionLXTriggerModulation.momentaryToggleMode
LXCompoundModulation.polarity
LXTriggerModulation.toggleMode
LXTriggerModulation.toggleMomentaryMode
Methods in heronarts.lx.modulation that return EnumParameter -
Uses of EnumParameter in heronarts.lx.modulator
Fields in heronarts.lx.modulator declared as EnumParameterModifier and TypeFieldDescriptionNoiseModulator.algorithm
LXVariablePeriodModulator.clockMode
ComparatorModulator.comparison
Scaler.gainPolarity
Scaler.inputPolarity
Randomizer.lerpMode
final EnumParameter<MultiTrig.Mode>
MultiTrig.mode
BooleanLogic.op1
BooleanLogic.op2
BooleanLogic.op3
OperatorModulator.operation
AHDSREnvelope.stageMode
final EnumParameter<Tempo.Division>
Damper.tempoDivision
final EnumParameter<Tempo.Division>
LXPeriodicModulator.tempoDivision
Randomizer.triggerMode
StepSequencer.triggerMode
-
Uses of EnumParameter in heronarts.lx.osc
Fields in heronarts.lx.osc declared as EnumParameterModifier and TypeFieldDescriptionfinal EnumParameter<LXOscEngine.IOState>
LXOscEngine.receiveState
final EnumParameter<LXOscEngine.IOState>
LXOscEngine.transmitState
-
Uses of EnumParameter in heronarts.lx.output
Fields in heronarts.lx.output declared as EnumParameterModifier and TypeFieldDescriptionfinal EnumParameter<LXOutput.GammaMode>
LXOutput.gammaMode
Gamma table mode, whether to inherit gamma -
Uses of EnumParameter in heronarts.lx.parameter
Methods in heronarts.lx.parameter that return EnumParameterModifier and TypeMethodDescriptionEnumParameter.addListener
(LXParameterListener listener) EnumParameter.setDescription
(String description) EnumParameter.setMappable
(boolean mappable) -
Uses of EnumParameter in heronarts.lx.pattern
Fields in heronarts.lx.pattern declared as EnumParameter -
Uses of EnumParameter in heronarts.lx.pattern.audio
Fields in heronarts.lx.pattern.audio declared as EnumParameterModifier and TypeFieldDescriptionSoundObjectPattern.Engine.positionMode
SoundObjectPattern.Engine.shapeMode1
SoundObjectPattern.Engine.shapeMode2
-
Uses of EnumParameter in heronarts.lx.pattern.color
Fields in heronarts.lx.pattern.color declared as EnumParameter -
Uses of EnumParameter in heronarts.lx.pattern.form
Fields in heronarts.lx.pattern.form declared as EnumParameterModifier and TypeFieldDescriptionfinal EnumParameter<PlanesPattern.Axis>
PlanesPattern.Plane.axis
GeometryTestPattern.geometry
final EnumParameter<OrboxPattern.Shape>
OrboxPattern.shape1
final EnumParameter<OrboxPattern.Shape>
OrboxPattern.shape2
final EnumParameter<Tempo.Division>
ChevronPattern.tempoDivision
-
Uses of EnumParameter in heronarts.lx.pattern.image
Fields in heronarts.lx.pattern.image declared as EnumParameterModifier and TypeFieldDescriptionSlideshowPattern.autoCycleMode
Auto-cycle to a random pattern, not the next oneImagePattern.Image.imageMode
-
Uses of EnumParameter in heronarts.lx.pattern.strip
Fields in heronarts.lx.pattern.strip declared as EnumParameterModifier and TypeFieldDescriptionfinal EnumParameter<Tempo.Division>
ChasePattern.tempoDivision
ChasePattern.wrap
-
Uses of EnumParameter in heronarts.lx.pattern.test
Fields in heronarts.lx.pattern.test declared as EnumParameter -
Uses of EnumParameter in heronarts.lx.pattern.texture
Fields in heronarts.lx.pattern.texture declared as EnumParameterModifier and TypeFieldDescriptionNoisePattern.algorithm
final EnumParameter<Tempo.Division>
LifePattern.tempoDivision
LifePattern.wrapMode
NoisePattern.xMode
NoisePattern.yMode
NoisePattern.zMode
-
Uses of EnumParameter in heronarts.lx.snapshot
Fields in heronarts.lx.snapshot declared as EnumParameterModifier and TypeFieldDescriptionLXSnapshotEngine.autoCycleMode
Auto-cycle to a random snapshot, not the next oneLXSnapshotEngine.channelMode
LXSnapshotEngine.missingChannelMode
-
Uses of EnumParameter in heronarts.lx.structure
Fields in heronarts.lx.structure declared as EnumParameterModifier and TypeFieldDescriptionLXProtocolFixture.byteOrder
LXProtocolFixture.kinetVersion
LXStructure.normalizationMode
ArcFixture.positionMode
GridFixture.positionMode
final EnumParameter<LXFixture.Protocol>
LXProtocolFixture.protocol
final EnumParameter<LXFixture.Transport>
LXProtocolFixture.transport
final EnumParameter<GridFixture.Wiring>
GridFixture.wiring
-
Uses of EnumParameter in heronarts.lx.structure.view
Fields in heronarts.lx.structure.view declared as EnumParameter -
Uses of EnumParameter in heronarts.lx.studio.ui.device
Methods in heronarts.lx.studio.ui.device with parameters of type EnumParameterModifier and TypeMethodDescriptiondefault UIButton
UIControls.newButton
(EnumParameter<?> p) default UIButton
UIControls.newButton
(EnumParameter<?> p, float width) default UIEnumBox
UIControls.newEnumBox
(EnumParameter<?> p) default UIEnumBox
UIControls.newEnumBox
(EnumParameter<?> p, float width) -
Uses of EnumParameter in heronarts.lx.studio.ui.fixture
Methods in heronarts.lx.studio.ui.fixture with parameters of type EnumParameterModifier and TypeMethodDescriptionUIFixture.newControlButton
(EnumParameter<?> parameter, float width) -
Uses of EnumParameter in heronarts.lx.studio.ui.preview
Fields in heronarts.lx.studio.ui.preview declared as EnumParameter