Uses of Enum Class
org.jjazz.midi.api.MidiAddress.BankSelectMethod
Packages that use 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
Methods in org.jjazz.midi.api that return MidiAddress.BankSelectMethodModifier and TypeMethodDescriptionMidiAddress.getBankSelectMethod()InstrumentBank.getDefaultBankSelectMethod()The default BankSelect method.static MidiAddress.BankSelectMethodReturns 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.Constructors in org.jjazz.midi.api with parameters of type MidiAddress.BankSelectMethodModifierConstructorDescriptionInstrumentBank(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
Fields in org.jjazz.midi.api.synths declared as MidiAddress.BankSelectMethodModifier and TypeFieldDescriptionstatic final MidiAddress.BankSelectMethodGM1Bank.DEFAULT_BANK_SELECT_METHODstatic final MidiAddress.BankSelectMethodGM2Bank.DEFAULT_BANK_SELECT_METHODstatic final MidiAddress.BankSelectMethodGSBank_SC88Pro.DEFAULT_BANK_SELECT_METHODstatic final MidiAddress.BankSelectMethodGSBank.DEFAULT_BANK_SELECT_METHODstatic final MidiAddress.BankSelectMethodXGBank.DEFAULT_BANK_SELECT_METHODMethods in org.jjazz.midi.api.synths with parameters of type MidiAddress.BankSelectMethodModifier and TypeMethodDescriptionvoidGM1Bank.setBankSelectMethod(MidiAddress.BankSelectMethod m)