Uses of Enum Class
org.jjazz.midi.api.DrumKit.Subset
Package
Description
All Midi stuff: JJazzMidiSystem, Midi synths, Midi instruments, Midi banks, Midi drumkits, drumkit keymaps, Midi file parsers, etc.
-
Uses of DrumKit.Subset in org.jjazz.midi.api
Modifier and TypeMethodDescriptionstatic DrumKit.Subset
Returns the enum constant of this class with the specified name.static DrumKit.Subset[]
DrumKit.Subset.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDrumKit.getSubsetPitches
(DrumKit.Subset... subsets) Get a map which provide the subset corresponding to a pitch for this DrumKit.Modifier and TypeMethodDescriptionDrumKit.KeyMap.getKeys
(DrumKit.Subset... subsets) Get the notes of the given subset(s).DrumKit.getSubsetPitches
(DrumKit.Subset... subsets) Get a map which provide the subset corresponding to a pitch for this DrumKit. -
Uses of DrumKit.Subset in org.jjazz.midi.api.keymap
Modifier and TypeMethodDescriptionKeyMapGM.getKeys
(DrumKit.Subset... subsets) KeyMapGSGM2.getKeys
(DrumKit.Subset... subsets) KeyMapXG_PopLatin.getKeys
(DrumKit.Subset... subsets) KeyMapXG.getKeys
(DrumKit.Subset... subsets)