|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| 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 |
|---|
| Modifier and Type | Method and Description |
|---|---|
Patch |
Instrument.getPatch()
Obtains the Patch 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 Type | Method and Description |
|---|---|
Instrument |
Soundbank.getInstrument(Patch patch)
Obtains an Instrument from the given Patch. |
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. |
| Constructor and Description |
|---|
Instrument(Soundbank soundbank,
Patch patch,
String name,
Class<?> dataClass)
Constructs a new MIDI instrument from the specified Patch. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.