Uses of Enum Class
org.jjazz.rhythm.api.RhythmVoice.Type
Package
Description
The model of a rhythm (or style, e.g "fast swing 4/4"), with its RhythmVoices and RhythmParameters.
The central place to get information about installed rhythms and get Rhythm instances.
-
Uses of RhythmVoice.Type in org.jjazz.rhythm.api
Modifier and TypeMethodDescriptionRhythmVoice.getType()
static RhythmVoice.Type
Returns the enum constant of this class with the specified name.static RhythmVoice.Type[]
RhythmVoice.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionRhythmVoice
(DrumKit drumKit, Rhythm container, RhythmVoice.Type type, String name, Instrument ins, int preferredChannel) Create a drums/percussion RhythmVoice with a default InstrumentSettings.RhythmVoice
(DrumKit drumKit, Rhythm container, RhythmVoice.Type type, String name, Instrument ins, InstrumentSettings is, int preferredChannel) Create a RhythmVoice for Drums/Percussion instruments.RhythmVoice
(Rhythm container, RhythmVoice.Type type, String name, Instrument instrument, int preferredChannel) Create a RhythmVoice for a non-drums voice with a default InstrumentSettings.RhythmVoice
(Rhythm container, RhythmVoice.Type type, String name, Instrument ins, InstrumentSettings is, int preferredChannel) Create a RhythmVoice for a non-drums voice. -
Uses of RhythmVoice.Type in org.jjazz.rhythmdatabase.api