Uses of Class
heronarts.lx.parameter.QuantizedTriggerParameter
Packages that use QuantizedTriggerParameter
Package
Description
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 QuantizedTriggerParameter in heronarts.lx.clip
Fields in heronarts.lx.clip declared as QuantizedTriggerParameterModifier and TypeFieldDescriptionLXClip.launch
Launches the clip, including both snapshot recall and automation playbackLXClip.launchAutomation
Launches the clip's automation playback, if there is anyLXClipEngine.launchPatternCycle
LXClip.stop
Stop playback of the clipLXClipEngine.stopClips
LXClipEngine.triggerPatternCycle
Methods in heronarts.lx.clip that return QuantizedTriggerParameterModifier and TypeMethodDescriptionLXClipEngine.getPatternScene
(int index) Get the boolean parameter that launches a pattern sceneLXClipEngine.getScene
(int index) Get the boolean parameter that launches a scene -
Uses of QuantizedTriggerParameter in heronarts.lx.mixer
Fields in heronarts.lx.mixer declared as QuantizedTriggerParameter -
Uses of QuantizedTriggerParameter in heronarts.lx.modulator
Fields in heronarts.lx.modulator declared as QuantizedTriggerParameter -
Uses of QuantizedTriggerParameter in heronarts.lx.parameter
Subclasses of QuantizedTriggerParameter in heronarts.lx.parameterModifier and TypeClassDescriptionstatic class
Quantized parameter which uses the global launch quantization setting.Methods in heronarts.lx.parameter that return QuantizedTriggerParameterModifier and TypeMethodDescriptionQuantizedTriggerParameter.onQuantizedTrigger
(QuantizedTriggerParameter.QuantizedTriggerFunction onQuantizedTrigger) QuantizedTriggerParameter.onSchedule
(Runnable onSchedule) QuantizedTriggerParameter.setDescription
(String description) QuantizedTriggerParameter.setOutputMode
(QuantizedTriggerParameter.OutputMode outputMode) QuantizedTriggerParameter.setQuantization
(ObjectParameter<Tempo.Quantization> quantization) -
Uses of QuantizedTriggerParameter in heronarts.lx.pattern
Fields in heronarts.lx.pattern declared as QuantizedTriggerParameter -
Uses of QuantizedTriggerParameter in heronarts.lx.studio.ui.clip
Methods in heronarts.lx.studio.ui.clip that return QuantizedTriggerParameterModifier and TypeMethodDescriptionprotected QuantizedTriggerParameter
UISceneButton.Clip.getLaunchParameter()
protected abstract QuantizedTriggerParameter
UISceneButton.getLaunchParameter()
protected QuantizedTriggerParameter
UISceneButton.Pattern.getLaunchParameter()
Methods in heronarts.lx.studio.ui.clip with parameters of type QuantizedTriggerParameterModifier and TypeMethodDescriptionprotected void
UIClipAction.setLaunchParameter
(QuantizedTriggerParameter launch) Constructors in heronarts.lx.studio.ui.clip with parameters of type QuantizedTriggerParameterModifierConstructorDescriptionprotected
UIClipAction
(UI ui, float width, QuantizedTriggerParameter launchParameter) protected
UIStop
(UI ui, UIMixer mixer, float width, QuantizedTriggerParameter launch)