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 TempoRangeModifier and TypeMethodDescriptionstatic TempoRangeTempoRange.getStandardTempoRange(int tempo) static TempoRangeTry to guess a standard TempoRange from the parameters.RhythmFeatures.tempoRange()Returns the value of thetempoRangerecord component.Methods 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(Genre genre, Division division, TempoRange tempoRange) Creates an instance of aRhythmFeaturesrecord class.TempoRange(TempoRange tr)