Uses of Enum Class
org.episteme.social.arts.music.RhythmEngine.RhythmStyle
Packages that use RhythmEngine.RhythmStyle
-
Uses of RhythmEngine.RhythmStyle in org.episteme.social.arts.music
Subclasses with type arguments of type RhythmEngine.RhythmStyle in org.episteme.social.arts.musicMethods in org.episteme.social.arts.music that return RhythmEngine.RhythmStyleModifier and TypeMethodDescriptionstatic RhythmEngine.RhythmStyleReturns the enum constant of this class with the specified name.static RhythmEngine.RhythmStyle[]RhythmEngine.RhythmStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.social.arts.music with parameters of type RhythmEngine.RhythmStyleModifier and TypeMethodDescriptionstatic List<int[]> RhythmEngine.generatePattern(RhythmEngine.RhythmStyle style, int measures, int beatsPerMeasure) Generates a rhythmic pattern for a given style and number of measures.static List<RhythmEngine.RhythmCell> RhythmEngine.getStylePatterns(RhythmEngine.RhythmStyle style) Gets characteristic patterns for a style.