public abstract class Instrument extends SoundbankResource
| Modifier | Constructor and Description |
|---|---|
protected |
Instrument(Soundbank
Constructs a new MIDI instrument from the specified
Patch.
|
| Modifier and Type | Method and Description |
|---|---|
Patch |
getPatch()
Obtains the
Patch object that indicates the bank and program numbers where this instrument is to be stored in the synthesizer.
|
getData, getDataClass, getName, getSoundbankprotected Instrument(Soundbanksoundbank, Patch patch, String name, Class <?> dataClass)
Patch. When a subsequent request is made to load the instrument, the sound bank will search its contents for this instrument's
Patch, and the instrument will be loaded into the synthesizer at the bank and program location indicated by the
Patch object.
soundbank - sound bank containing the instrument
patch - the patch of this instrument
name - the name of this instrument
dataClass - the class used to represent the sample's data.
Synthesizer.loadInstrument(Instrument)
public PatchgetPatch()
Patch object that indicates the bank and program numbers where this instrument is to be stored in the synthesizer.