Uses of Enum Class
heronarts.lx.Tempo.Division
Packages that use Tempo.Division
Package
Description
Core LX engine and component functionality.
Layer components that mutate existing buffers with standardized enable/disable.
Utility abstraction for values that vary over time.
Abstraction for values that may be monitored and controlled via UI.
-
Uses of Tempo.Division in heronarts.lx
Methods in heronarts.lx that return Tempo.DivisionModifier and TypeMethodDescriptionTempo.Division.getDivision()
Tempo.Quantization.getDivision()
Tempo.getLaunchQuantization()
Gets the current launch quantization valuestatic Tempo.Division
Returns the enum constant of this class with the specified name.static Tempo.Division[]
Tempo.Division.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in heronarts.lx with parameters of type Tempo.DivisionModifier and TypeMethodDescriptionstatic Tempo.Quantization
Tempo.Quantization.create
(Tempo.Division division, String label) double
Tempo.getBasis
(Tempo.Division division) Gets the basis of the tempo, relative to a tempo division.int
Tempo.getCycleCount
(Tempo.Division division) Gets the cycle count at this tempo division -
Uses of Tempo.Division in heronarts.lx.clip
Methods in heronarts.lx.clip with parameters of type Tempo.DivisionModifier and TypeMethodDescriptionLXClip.constructTempoCursor
(Tempo.Division division) Constructs a cursor using a tempo-division reference, with millisecond value computed using this clip's reference BPMLXClip.snapTempo
(Cursor cursor, Tempo.Division division) Snap a value to a tempo division -
Uses of Tempo.Division in heronarts.lx.effect
Fields in heronarts.lx.effect with type parameters of type Tempo.Division -
Uses of Tempo.Division in heronarts.lx.modulator
Fields in heronarts.lx.modulator with type parameters of type Tempo.DivisionModifier and TypeFieldDescriptionfinal EnumParameter
<Tempo.Division> Damper.tempoDivision
final EnumParameter
<Tempo.Division> LXPeriodicModulator.tempoDivision
-
Uses of Tempo.Division in heronarts.lx.parameter
Methods in heronarts.lx.parameter with parameters of type Tempo.DivisionModifier and TypeMethodDescriptionstatic void
QuantizedTriggerParameter.resolve
(LX lx, Tempo.Division division) Invoked from the Tempo engine to resolve all pending parameters when a particular launch quantization is fired. -
Uses of Tempo.Division in heronarts.lx.pattern.form
Fields in heronarts.lx.pattern.form with type parameters of type Tempo.DivisionModifier and TypeFieldDescriptionfinal EnumParameter
<Tempo.Division> ChevronPattern.tempoDivision
-
Uses of Tempo.Division in heronarts.lx.pattern.strip
Fields in heronarts.lx.pattern.strip with type parameters of type Tempo.Division -
Uses of Tempo.Division in heronarts.lx.pattern.texture
Fields in heronarts.lx.pattern.texture with type parameters of type Tempo.Division