Uses of Class
javax.sound.midi.Patch
Packages that use Patch
包
描述
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI
(Musical Instrument Digital Interface) data.
-
Uses of Patch in javax.sound.midi
Methods in javax.sound.midi that return Patch修饰符和类方法描述Instrument.getPatch()Obtains thePatchobject 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.Methods in javax.sound.midi with parameters of type Patch修饰符和类方法描述Soundbank.getInstrument(Patch patch) Obtains anInstrumentfrom the givenPatch.booleanSynthesizer.loadInstruments(Soundbank soundbank, Patch[] patchList) Loads the instruments referenced by the specified patches, from the specifiedSoundbank.voidSynthesizer.unloadInstruments(Soundbank soundbank, Patch[] patchList) Unloads the instruments referenced by the specified patches, from the MIDI sound bank specified.Constructors in javax.sound.midi with parameters of type PatchModifierConstructor描述protectedInstrument(Soundbank soundbank, Patch patch, String name, Class<?> dataClass) Constructs a new MIDI instrument from the specifiedPatch.