Uses of Enum Class
org.jjazz.midi.api.DrumKit.Subset
Packages that use 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
Methods in org.jjazz.midi.api that return DrumKit.SubsetModifier 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.Methods in org.jjazz.midi.api that return types with arguments of type DrumKit.SubsetModifier and TypeMethodDescriptionDrumKit.getSubsetPitches
(DrumKit.Subset... subsets) Get a map which provide the subset corresponding to a pitch for this DrumKit.Methods in org.jjazz.midi.api with parameters of type DrumKit.SubsetModifier 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
Methods in org.jjazz.midi.api.keymap with parameters of type DrumKit.SubsetModifier and TypeMethodDescriptionKeyMapGM.getKeys
(DrumKit.Subset... subsets) KeyMapGSGM2.getKeys
(DrumKit.Subset... subsets) KeyMapXG_PopLatin.getKeys
(DrumKit.Subset... subsets) KeyMapXG.getKeys
(DrumKit.Subset... subsets)