| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Patch | |
|---|---|
| javax.sound.midi | 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 | |
|---|---|
|  Patch | Instrument.getPatch()Obtains the Patchobject 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 | |
|---|---|
|  Instrument | Soundbank.getInstrument(Patch patch)Obtains an Instrumentfrom the givenPatch. | 
|  boolean | Synthesizer.loadInstruments(Soundbank soundbank,
                Patch[] patchList)Loads the instruments referenced by the specified patches, from the specified Soundbank. | 
|  void | Synthesizer.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 Patch | |
|---|---|
| Instrument(Soundbank soundbank,
           Patch patch,
           String name,
           Class<?> dataClass)Constructs a new MIDI instrument from the specified Patch. | |
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.