Uses of Enum Class
org.jjazz.rhythm.api.Genre
Packages that use Genre
Package
Description
Various file readers
The model of a rhythm (or style, e.g "fast swing 4/4"), with its RhythmVoices and RhythmParameters.
-
Uses of Genre in org.jjazz.importers.api
Fields in org.jjazz.importers.api declared as GenreMethods in org.jjazz.importers.api that return GenreModifier and TypeMethodDescriptionstatic GenreBiabStyleFeatures.guessGenre(String fileName) Guess based on file extension.Constructors in org.jjazz.importers.api with parameters of type Genre -
Uses of Genre in org.jjazz.rhythm.api
Subclasses with type arguments of type Genre in org.jjazz.rhythm.apiMethods in org.jjazz.rhythm.api that return GenreModifier and TypeMethodDescriptionRhythmFeatures.genre()Returns the value of thegenrerecord component.static GenreTry to guess the genre from a string.static GenreReturns the enum constant of this class with the specified name.static Genrestatic Genre[]Genre.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 GenreModifier and TypeMethodDescriptionstatic DivisionTry to guess the division type from the specified parameters.static TempoRangeTry to guess a standard TempoRange from the parameters.static GenreConstructors in org.jjazz.rhythm.api with parameters of type GenreModifierConstructorDescriptionRhythmFeatures(Genre genre, Division division, TempoRange tempoRange) Creates an instance of aRhythmFeaturesrecord class. -
Uses of Genre in org.jjazz.yamjjazz.rhythm.api
Methods in org.jjazz.yamjjazz.rhythm.api that return Genre