Uses of Enum Class
org.jjazz.rhythm.api.Intensity
Package
Description
The model of a rhythm (or style, e.g "fast swing 4/4"), with its RhythmVoices and RhythmParameters.
-
Uses of Intensity in org.jjazz.rhythm.api
Modifier and TypeMethodDescriptionRhythmFeatures.getIntensity()
static Intensity
Returns the enum constant of this class with the specified name.static Intensity[]
Intensity.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionRhythmFeatures
(Feel f, Beat b, Genre g, TempoRange rg, Intensity i)