Uses of Class
heronarts.lx.parameter.ObjectParameter
Packages that use ObjectParameter
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.
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
Fields in heronarts.glx.ui declared as ObjectParameter -
Uses of ObjectParameter in heronarts.lx
Fields in heronarts.lx declared as ObjectParameterMethods in heronarts.lx that return ObjectParameterModifier and TypeMethodDescriptionstatic ObjectParameter<Tempo.Quantization> Tempo.newQuantizationParameter(String label, String description) -
Uses of ObjectParameter in heronarts.lx.audio
Subclasses of ObjectParameter in heronarts.lx.audioFields in heronarts.lx.audio declared as ObjectParameter -
Uses of ObjectParameter in heronarts.lx.clip
Fields in heronarts.lx.clip declared as ObjectParameter -
Uses of ObjectParameter in heronarts.lx.effect
Fields in heronarts.lx.effect declared as ObjectParameter -
Uses of ObjectParameter in heronarts.lx.midi
Fields in heronarts.lx.midi declared as ObjectParameterModifier and TypeFieldDescriptionfinal ObjectParameter<Integer> LXMidiEngine.computerKeyboardVelocityfinal ObjectParameter<T> MidiSelector.terminal -
Uses of ObjectParameter in heronarts.lx.mixer
Fields in heronarts.lx.mixer declared as ObjectParameterModifier and TypeFieldDescriptionfinal ObjectParameter<LXBlend> LXAbstractChannel.blendModefinal ObjectParameter<LXBlend> LXMixerEngine.crossfaderBlendModefinal ObjectParameter<LXBlend> LXChannel.transitionBlendMode -
Uses of ObjectParameter in heronarts.lx.modulator
Fields in heronarts.lx.modulator declared as ObjectParameterModifier and TypeFieldDescriptionQuantizer.quantizationfinal ObjectParameter<LXWaveshape> VariableLFO.waveshapeParameter ofLXWaveshapeobjects that select the wave shape used by this LFO. -
Uses of ObjectParameter in heronarts.lx.parameter
Subclasses of ObjectParameter in heronarts.lx.parameterMethods in heronarts.lx.parameter that return ObjectParameterModifier and TypeMethodDescriptionObjectParameter.setDescription(String description) ObjectParameter.setMappable(boolean mappable) ObjectParameter.setObjects(T[] objects) Set a list of objects for the parameterObjectParameter.setObjects(T[] objects, String[] options) ObjectParameter.setRange(int minValue, long maxValue) ObjectParameter.setWrappable(boolean wrappable) Methods in heronarts.lx.parameter with parameters of type ObjectParameterModifier and TypeMethodDescriptionQuantizedTriggerParameter.setQuantization(ObjectParameter<Tempo.Quantization> quantization) Constructors in heronarts.lx.parameter with parameters of type ObjectParameterModifierConstructorDescriptionQuantizedTriggerParameter(LX lx, String label, ObjectParameter<Tempo.Quantization> quantization) QuantizedTriggerParameter(LX lx, String label, ObjectParameter<Tempo.Quantization> quantization, QuantizedTriggerParameter.QuantizedTriggerFunction onTrigger) QuantizedTriggerParameter(LX lx, String label, ObjectParameter<Tempo.Quantization> quantization, Runnable onTrigger) -
Uses of ObjectParameter in heronarts.lx.pattern
Fields in heronarts.lx.pattern declared as ObjectParameter -
Uses of ObjectParameter in heronarts.lx.pattern.image
Fields in heronarts.lx.pattern.image declared as ObjectParameterModifier and TypeFieldDescriptionfinal ObjectParameter<LXBlend> SlideshowPattern.transitionBlendMode -
Uses of ObjectParameter in heronarts.lx.pattern.strip
Fields in heronarts.lx.pattern.strip declared as ObjectParameter -
Uses of ObjectParameter in heronarts.lx.pattern.texture
Fields in heronarts.lx.pattern.texture declared as ObjectParameterModifier and TypeFieldDescriptionfinal ObjectParameter<LXWaveshape> SparklePattern.Engine.waveshape -
Uses of ObjectParameter in heronarts.lx.structure
Fields in heronarts.lx.structure declared as ObjectParameterModifier and TypeFieldDescriptionfinal ObjectParameter<String> JsonFixture.ParameterDefinition.stringSelectParameter -
Uses of ObjectParameter in heronarts.lx.structure.view
Subclasses of ObjectParameter in heronarts.lx.structure.viewModifier and TypeClassDescriptionstatic classclassclass