Uses of Class
org.jjazz.midi.api.MidiAddress
Package
Description
All Midi stuff: JJazzMidiSystem, Midi synths, Midi instruments, Midi banks, Midi drumkits, drumkit keymaps, Midi file parsers, etc.
-
Uses of MidiAddress in org.jjazz.midi.api
Modifier and TypeMethodDescriptionMidiSynth.getGM1BankBaseMidiAddress()
Get the MidiAddress to be used to directly access the first instrument (piano) of the GM bank of this MidiSynth.MidiSynth.getGM1BankMidiAddress
(int programChange) Get the MidiAddress of the specified GM bank instrument.Instrument.getMidiAddress()
Get the MidiAddress for this instrument.Modifier and TypeMethodDescriptionInstrumentBank.getInstrument
(MidiAddress address) Get the instrument at the specified MidiAddress.final Instrument
MidiSynth.getInstrument
(MidiAddress addr) Find the instrument with the specified address.boolean
MidiSynth.isGM1BankMidiAddress
(MidiAddress addr) Return true if this MidiSynth is GM-compatible and the specified MidiAddress is part of the this synth'GM bank.void
MidiSynth.setGM1BankBaseMidiAddress
(MidiAddress ma) Set the base MidiAddress used to directly access the first instrument (Program Change=0) of the GM bank of this MidiSynth.ModifierConstructorDescriptionInstrument
(String patchName, InstrumentBank<?> bank, MidiAddress ma, DrumKit kit, GM1Instrument substitute) Create an instrument. -
Uses of MidiAddress in org.jjazz.midi.api.synths
ModifierConstructorDescriptionGSDrumsInstrument
(String patchName, InstrumentBank<?> bank, MidiAddress ma, DrumKit kit, GM1Instrument substitute) GSInstrument
(String patchName, InstrumentBank<?> bank, MidiAddress ma, DrumKit kit, GM1Instrument substitute)