| Package | Description |
|---|---|
| javax.sound.midi |
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI
(Musical Instrument Digital Interface) data.
|
| Modifier and Type | Method | 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 | 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 | Description |
|---|---|
Instrument(Soundbank soundbank,
Patch patch,
String name,
Class<?> dataClass) |
Constructs a new MIDI instrument from the specified
Patch. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1