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 TempoRangeTempoRange.ALL_TEMPOstatic final TempoRangeTempoRange.FASTstatic final TempoRangeTempoRange.MEDIUMstatic final TempoRangeTempoRange.MEDIUM_FASTstatic final TempoRangeTempoRange.MEDIUM_SLOWstatic final TempoRangeTempoRange.SLOWMethods 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 TypeMethodDescriptionfloatTempoRange.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)