Uses of Enum Class
org.jjazz.midi.api.DrumKit.Type
Packages that use DrumKit.Type
Package
Description
All Midi stuff: JJazzMidiSystem, Midi synths, Midi instruments, Midi banks, Midi drumkits, drumkit keymaps, Midi file parsers, etc.
-
Uses of DrumKit.Type in org.jjazz.midi.api
Methods in org.jjazz.midi.api that return DrumKit.TypeModifier and TypeMethodDescriptionDrumKit.getType()
static DrumKit.Type
Returns the enum constant of this class with the specified name.static DrumKit.Type[]
DrumKit.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jjazz.midi.api that return types with arguments of type DrumKit.TypeModifier and TypeMethodDescriptionInstrumentBank.getTypes()
Get all the DrumKit.Types used by this bank.Constructors in org.jjazz.midi.api with parameters of type DrumKit.Type