Package org.jjazz.midi.api.synths
Class GM2Bank
General Midi 2 bank. Instance should be obtained from the StdSynth.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final MidiAddress.BankSelectMethod
static final int
static final String
-
Method Summary
Modifier and TypeMethodDescriptiongetDrumsInstruments
(DrumKit kit, boolean tryHarder) Overridden to accept any GM-compatible keymaps when trying harder.Methods inherited from class org.jjazz.midi.api.InstrumentBank
addInstrument, clear, findInstruments, getDefaultBankSelectLSB, getDefaultBankSelectMethod, getDefaultBankSelectMSB, getDrumsInstruments, getIndex, getInstrument, getInstrument, getInstrument, getInstruments, getInstruments, getInstrumentsFromFamily, getInstrumentsFromSubstitute, getKeyMaps, getMidiSynth, getName, getNextInstrument, getNonDrumsInstruments, getPreviousInstrument, getSize, getTypes, removeInstrument, setMidiSynth, toString
-
Field Details
-
GM2_BANKNAME
- See Also:
-
DEFAULT_BANK_SELECT_LSB
public static final int DEFAULT_BANK_SELECT_LSB- See Also:
-
DEFAULT_BANK_SELECT_MSB
public static final int DEFAULT_BANK_SELECT_MSB- See Also:
-
DEFAULT_BANK_SELECT_METHOD
-
-
Method Details
-
getDefaultDrumsInstrument
-
getDrumsInstruments
Overridden to accept any GM-compatible keymaps when trying harder.- Overrides:
getDrumsInstruments
in classInstrumentBank<Instrument>
- Parameters:
kit
-tryHarder
-- Returns:
-