Uses of Class
javax.sound.midi.Patch
Package
Description
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI
(Musical Instrument Digital Interface) data.
-
Uses of Patch in javax.sound.midi
Modifier and TypeMethodDescriptionInstrument.getPatch()
Obtains thePatch
object that indicates the bank and program numbers where this instrument is to be stored in the synthesizer.Patch[]
Sequence.getPatchList()
Obtains a list of patches referenced in this sequence.Modifier and TypeMethodDescriptionSoundbank.getInstrument
(Patch patch) Obtains anInstrument
from the givenPatch
.boolean
Synthesizer.loadInstruments
(Soundbank soundbank, Patch[] patchList) Loads the instruments referenced by the specified patches, from the specifiedSoundbank
.void
Synthesizer.unloadInstruments
(Soundbank soundbank, Patch[] patchList) Unloads the instruments referenced by the specified patches, from the MIDI sound bank specified.ModifierConstructorDescriptionprotected
Instrument
(Soundbank soundbank, Patch patch, String name, Class<?> dataClass) Constructs a new MIDI instrument from the specifiedPatch
.