Uses of Enum Class
org.jjazz.rhythm.api.RhythmVoice.Type
Packages that use 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
Methods in org.jjazz.rhythm.api that return RhythmVoice.TypeModifier and TypeMethodDescriptionRhythmVoice.getType()static RhythmVoice.TypeReturns 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.Constructors in org.jjazz.rhythm.api with parameters of type RhythmVoice.TypeModifierConstructorDescriptionRhythmVoice(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
Methods in org.jjazz.rhythmdatabase.api that return RhythmVoice.Type