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.launchLaunches the clip, including both snapshot recall and automation playbackLXClip.launchAutomationLaunches the clip's automation playback, if there is anyLXClipEngine.launchPatternCycleLXClip.stopStop playback of the clipLXClipEngine.stopClipsLXClipEngine.triggerPatternCycleMethods 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 classQuantized 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 QuantizedTriggerParameterUISceneButton.Clip.getLaunchParameter()protected abstract QuantizedTriggerParameterUISceneButton.getLaunchParameter()protected QuantizedTriggerParameterUISceneButton.Pattern.getLaunchParameter()Methods in heronarts.lx.studio.ui.clip with parameters of type QuantizedTriggerParameterModifier and TypeMethodDescriptionprotected voidUIClipAction.setLaunchParameter(QuantizedTriggerParameter launch) Constructors in heronarts.lx.studio.ui.clip with parameters of type QuantizedTriggerParameterModifierConstructorDescriptionprotectedUIClipAction(UI ui, float width, QuantizedTriggerParameter launchParameter) protectedUIStop(UI ui, UIMixer mixer, float width, QuantizedTriggerParameter launch)