Uses of Enum Class
org.jjazz.midi.api.MidiAddress.BankSelectMethod
Package
Description
All Midi stuff: JJazzMidiSystem, Midi synths, Midi instruments, Midi banks, Midi drumkits, drumkit keymaps, Midi file parsers, etc.
-
Uses of MidiAddress.BankSelectMethod in org.jjazz.midi.api
Modifier and TypeMethodDescriptionMidiAddress.getBankSelectMethod()
InstrumentBank.getDefaultBankSelectMethod()
The default BankSelect method.static MidiAddress.BankSelectMethod
Returns the enum constant of this class with the specified name.static MidiAddress.BankSelectMethod[]
MidiAddress.BankSelectMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionInstrumentBank
(String name, int msb, int lsb, MidiAddress.BankSelectMethod m) Create an InstrumentBank.MidiAddress
(int progChange, int bankMSB, int bankLSB, MidiAddress.BankSelectMethod bsMethod) Create a MidiAddress. -
Uses of MidiAddress.BankSelectMethod in org.jjazz.midi.api.synths
Modifier and TypeFieldDescriptionstatic final MidiAddress.BankSelectMethod
GM1Bank.DEFAULT_BANK_SELECT_METHOD
static final MidiAddress.BankSelectMethod
GM2Bank.DEFAULT_BANK_SELECT_METHOD
static final MidiAddress.BankSelectMethod
GSBank_SC88Pro.DEFAULT_BANK_SELECT_METHOD
static final MidiAddress.BankSelectMethod
GSBank.DEFAULT_BANK_SELECT_METHOD
static final MidiAddress.BankSelectMethod
XGBank.DEFAULT_BANK_SELECT_METHOD
Modifier and TypeMethodDescriptionvoid
GM1Bank.setBankSelectMethod
(MidiAddress.BankSelectMethod m)