Uses of Interface
heronarts.lx.Tempo.Quantization
Packages that use Tempo.Quantization
Package
Description
Core LX engine and component functionality.
Utility abstraction for values that vary over time.
Abstraction for values that may be monitored and controlled via UI.
-
Uses of Tempo.Quantization in heronarts.lx
Classes in heronarts.lx that implement Tempo.QuantizationFields in heronarts.lx declared as Tempo.QuantizationFields in heronarts.lx with type parameters of type Tempo.QuantizationMethods in heronarts.lx that return Tempo.QuantizationModifier and TypeMethodDescriptionstatic Tempo.Quantization
Tempo.Quantization.create
(Tempo.Division division, String label) Tempo.Division.toQuantization
(String label) Methods in heronarts.lx that return types with arguments of type Tempo.QuantizationModifier and TypeMethodDescriptionstatic ObjectParameter
<Tempo.Quantization> Tempo.newQuantizationParameter
(String label, String description) -
Uses of Tempo.Quantization in heronarts.lx.clip
Fields in heronarts.lx.clip with type parameters of type Tempo.Quantization -
Uses of Tempo.Quantization in heronarts.lx.modulator
Fields in heronarts.lx.modulator with type parameters of type Tempo.Quantization -
Uses of Tempo.Quantization in heronarts.lx.parameter
Method parameters in heronarts.lx.parameter with type arguments of type Tempo.QuantizationModifier and TypeMethodDescriptionQuantizedTriggerParameter.setQuantization
(ObjectParameter<Tempo.Quantization> quantization) Constructor parameters in heronarts.lx.parameter with type arguments of type Tempo.QuantizationModifierConstructorDescriptionQuantizedTriggerParameter
(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)