Uses of Enum Class
org.jjazz.rhythm.api.Feel
Packages that use Feel
Package
Description
The model of a rhythm (or style, e.g "fast swing 4/4"), with its RhythmVoices and RhythmParameters.
-
Uses of Feel in org.jjazz.rhythm.api
Methods in org.jjazz.rhythm.api that return FeelModifier and TypeMethodDescriptionRhythmFeatures.getFeel()static FeelReturns the enum constant of this class with the specified name.static Feelstatic Feel[]Feel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jjazz.rhythm.api with parameters of type FeelConstructors in org.jjazz.rhythm.api with parameters of type FeelModifierConstructorDescriptionRhythmFeatures(Feel f, Beat b, Genre g, TempoRange rg, Intensity i)