Modifier and Type | Class and Description |
---|---|
class |
DLSInstrument
This class is used to store information to describe instrument.
|
class |
ModelMappedInstrument
This class is used to map instrument to another patch.
|
class |
SF2Instrument
Soundfont instrument.
|
class |
SimpleInstrument
A simple instrument that is made of other ModelInstrument, ModelPerformer
objects.
|
Modifier and Type | Method and Description |
---|---|
ModelInstrument |
ModelAbstractOscillator.getInstrument() |
ModelInstrument |
SoftInstrument.getSourceInstrument() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleInstrument.add(ModelInstrument ins) |
void |
SimpleInstrument.add(ModelInstrument ins,
int keyFrom,
int keyTo) |
void |
SimpleInstrument.add(ModelInstrument ins,
int keyFrom,
int keyTo,
int velFrom,
int velTo) |
void |
SimpleInstrument.add(ModelInstrument ins,
int keyFrom,
int keyTo,
int velFrom,
int velTo,
int exclusiveClass) |
Constructor and Description |
---|
ModelMappedInstrument(ModelInstrument ins,
javax.sound.midi.Patch patch) |
SoftInstrument(ModelInstrument ins) |
SoftInstrument(ModelInstrument ins,
ModelPerformer[] overrideperformers) |