Uses of Interface
org.jjazz.midi.api.DrumKit.KeyMap
Packages that use DrumKit.KeyMap
Package
Description
All Midi stuff: JJazzMidiSystem, Midi synths, Midi instruments, Midi banks, Midi drumkits, drumkit keymaps, Midi file parsers, etc.
Midi-related service providers: Midi synth file readers and drumkit keymap providers.
-
Uses of DrumKit.KeyMap in org.jjazz.midi.api
Methods in org.jjazz.midi.api that return DrumKit.KeyMapMethods in org.jjazz.midi.api that return types with arguments of type DrumKit.KeyMapModifier and TypeMethodDescriptionInstrumentBank.getKeyMaps()Get all the DrumKit.KeyMaps used by this bank.Methods in org.jjazz.midi.api with parameters of type DrumKit.KeyMapModifier and TypeMethodDescriptionbooleanDrumKit.KeyMap.isContaining(DrumKit.KeyMap otherKeyMap) True if this KeyMap contains otherKeyMap.Constructors in org.jjazz.midi.api with parameters of type DrumKit.KeyMap -
Uses of DrumKit.KeyMap in org.jjazz.midi.api.keymap
Classes in org.jjazz.midi.api.keymap that implement DrumKit.KeyMapModifier and TypeClassDescriptionclassThe General Midi KeyMap.classThe GS/GM2 Midi Drum Map.classThe Yamaha XG standard Drum Map.classThe XG PopLatin key map.Methods in org.jjazz.midi.api.keymap that return types with arguments of type DrumKit.KeyMapMethods in org.jjazz.midi.api.keymap with parameters of type DrumKit.KeyMapModifier and TypeMethodDescriptionstatic booleanStandardKeyMapConverter.accept(DrumKit.KeyMap srcMap, DrumKit.KeyMap destMap) Check if this converter can convert notes between the specified KeyMaps.static intStandardKeyMapConverter.convertKey(DrumKit.KeyMap srcMap, int srcPitch, DrumKit.KeyMap destMap) booleanKeyMapGM.isContaining(DrumKit.KeyMap otherKeyMap) booleanKeyMapGSGM2.isContaining(DrumKit.KeyMap otherKeyMap) booleanKeyMapXG_PopLatin.isContaining(DrumKit.KeyMap otherKeyMap) booleanKeyMapXG.isContaining(DrumKit.KeyMap otherKeyMap) static booleanStandardKeyMapConverter.isStandardKeyMap(DrumKit.KeyMap map) -
Uses of DrumKit.KeyMap in org.jjazz.midi.spi
Methods in org.jjazz.midi.spi that return DrumKit.KeyMapModifier and TypeMethodDescriptionstatic DrumKit.KeyMapSearch for a matching KeyMap with specified name in all KeyMaps of all KeyMapProviders.Methods in org.jjazz.midi.spi that return types with arguments of type DrumKit.KeyMapModifier and TypeMethodDescriptionKeyMapProvider.getKeyMaps()Provide a list of KeyMaps.static List<DrumKit.KeyMap>KeyMapProvider.Util.getKeyMaps()Get all the KeyMaps from all the KeyMapProviders. -
Uses of DrumKit.KeyMap in org.jjazz.pianoroll.api
Methods in org.jjazz.pianoroll.api that return DrumKit.KeyMapModifier and TypeMethodDescriptionPianoRollEditor.getDrumKeyMap()The drum key map used by the edited phrase.Methods in org.jjazz.pianoroll.api with parameters of type DrumKit.KeyMapModifier and TypeMethodDescriptionvoidPianoRollEditor.setModel(Phrase p, FloatRange beatRange, int phraseStartBar, int rulerStartBar, int channel, NavigableMap<Float, TimeSignature> mapPosTs, DrumKit.KeyMap kMap) Set the edited model.voidPianoRollEditorTopComponent.setModelForSongPartCustomPhrase(SongPart spt, Phrase p, int channel, DrumKit.KeyMap keyMap) Configure the TopComponent to edit a custom phrase of a song part.voidPianoRollEditorTopComponent.setModelForUserPhrase(Phrase p, int channel, DrumKit.KeyMap keyMap) Configure the TopComponent to edit a user phrase on the whole song.