|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ModelInstrument in com.sun.media.sound |
---|
Subclasses of ModelInstrument in com.sun.media.sound | |
---|---|
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. |
Methods in com.sun.media.sound that return ModelInstrument | |
---|---|
ModelInstrument |
ModelAbstractOscillator.getInstrument()
|
ModelInstrument |
SoftInstrument.getSourceInstrument()
|
Methods in com.sun.media.sound with parameters of type ModelInstrument | |
---|---|
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)
|
Constructors in com.sun.media.sound with parameters of type ModelInstrument | |
---|---|
ModelMappedInstrument(ModelInstrument ins,
javax.sound.midi.Patch patch)
|
|
SoftInstrument(ModelInstrument ins)
|
|
SoftInstrument(ModelInstrument ins,
ModelPerformer[] overrideperformers)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |