Uses of Class
heronarts.lx.parameter.ObjectParameter
Package
Description
Modulator classes for real-time audio analysis.
Layer components that mutate existing buffers with standardized enable/disable.
Integration with MIDI devices.
Utility abstraction for values that vary over time.
Abstraction for values that may be monitored and controlled via UI.
Core classes for procedural animation.
-
Uses of ObjectParameter in heronarts.glx.ui
-
Uses of ObjectParameter in heronarts.lx.audio
-
Uses of ObjectParameter in heronarts.lx.effect
-
Uses of ObjectParameter in heronarts.lx.midi
Modifier and TypeFieldDescriptionfinal ObjectParameter<Integer>
LXMidiEngine.computerKeyboardVelocity
-
Uses of ObjectParameter in heronarts.lx.mixer
Modifier and TypeFieldDescriptionfinal ObjectParameter<LXBlend>
LXAbstractChannel.blendMode
final ObjectParameter<LXBlend>
LXMixerEngine.crossfaderBlendMode
final ObjectParameter<LXBlend>
LXChannel.transitionBlendMode
-
Uses of ObjectParameter in heronarts.lx.modulator
Modifier and TypeFieldDescriptionfinal ObjectParameter<LXWaveshape>
VariableLFO.waveshape
Parameter ofLXWaveshape
objects that select the wave shape used by this LFO. -
Uses of ObjectParameter in heronarts.lx.parameter
Modifier and TypeMethodDescriptionObjectParameter.setDescription
(String description) ObjectParameter.setObjects
(T[] objects) Set a list of objects for the parameterObjectParameter.setObjects
(T[] objects, String[] options) ObjectParameter.setRange
(int minValue, int maxValue) -
Uses of ObjectParameter in heronarts.lx.pattern
-
Uses of ObjectParameter in heronarts.lx.pattern.image
Modifier and TypeFieldDescriptionfinal ObjectParameter<LXBlend>
SlideshowPattern.transitionBlendMode
-
Uses of ObjectParameter in heronarts.lx.pattern.strip
-
Uses of ObjectParameter in heronarts.lx.pattern.texture
Modifier and TypeFieldDescriptionfinal ObjectParameter<LXWaveshape>
SparklePattern.Engine.waveshape
-
Uses of ObjectParameter in heronarts.lx.structure
Modifier and TypeFieldDescriptionfinal ObjectParameter<String>
JsonFixture.ParameterDefinition.stringSelectParameter
-
Uses of ObjectParameter in heronarts.lx.structure.view
Modifier and TypeClassDescriptionstatic class
class
class