Uses of Class
org.jjazz.rhythm.api.TempoRange
Packages that use TempoRange
Package
Description
The model of a rhythm (or style, e.g "fast swing 4/4"), with its RhythmVoices and RhythmParameters.
-
Uses of TempoRange in org.jjazz.rhythm.api
Fields in org.jjazz.rhythm.api declared as TempoRangeModifier and TypeFieldDescriptionstatic final TempoRange
TempoRange.ALL_TEMPO
static final TempoRange
TempoRange.FAST
static final TempoRange
TempoRange.MEDIUM
static final TempoRange
TempoRange.MEDIUM_FAST
static final TempoRange
TempoRange.MEDIUM_SLOW
static final TempoRange
TempoRange.SLOW
Methods in org.jjazz.rhythm.api that return TempoRangeMethods in org.jjazz.rhythm.api that return types with arguments of type TempoRangeMethods in org.jjazz.rhythm.api with parameters of type TempoRangeModifier and TypeMethodDescriptionfloat
TempoRange.computeSimilarityLevel
(TempoRange tr) Compute a percentage that say how similar are this object's tempo bounds with tr's tempo bounds.Constructors in org.jjazz.rhythm.api with parameters of type TempoRangeModifierConstructorDescriptionRhythmFeatures
(Feel f, Beat b, Genre g, TempoRange rg, Intensity i) TempoRange
(TempoRange tr)