Uses of Class
com.sun.media.sound.ModelIdentifier

Uses of ModelIdentifier in com.sun.media.sound
 

Fields in com.sun.media.sound declared as ModelIdentifier
static ModelIdentifier ModelDestination.DESTINATION_CHORUS
           
static ModelIdentifier ModelDestination.DESTINATION_EG1_ATTACK
           
static ModelIdentifier ModelDestination.DESTINATION_EG1_DECAY
           
static ModelIdentifier ModelDestination.DESTINATION_EG1_DELAY
           
static ModelIdentifier ModelDestination.DESTINATION_EG1_HOLD
           
static ModelIdentifier ModelDestination.DESTINATION_EG1_RELEASE
           
static ModelIdentifier ModelDestination.DESTINATION_EG1_SHUTDOWN
           
static ModelIdentifier ModelDestination.DESTINATION_EG1_SUSTAIN
           
static ModelIdentifier ModelDestination.DESTINATION_EG2_ATTACK
           
static ModelIdentifier ModelDestination.DESTINATION_EG2_DECAY
           
static ModelIdentifier ModelDestination.DESTINATION_EG2_DELAY
           
static ModelIdentifier ModelDestination.DESTINATION_EG2_HOLD
           
static ModelIdentifier ModelDestination.DESTINATION_EG2_RELEASE
           
static ModelIdentifier ModelDestination.DESTINATION_EG2_SHUTDOWN
           
static ModelIdentifier ModelDestination.DESTINATION_EG2_SUSTAIN
           
static ModelIdentifier ModelDestination.DESTINATION_FILTER_FREQ
           
static ModelIdentifier ModelDestination.DESTINATION_FILTER_Q
           
static ModelIdentifier ModelDestination.DESTINATION_GAIN
           
static ModelIdentifier ModelDestination.DESTINATION_KEYNUMBER
           
static ModelIdentifier ModelDestination.DESTINATION_LFO1_DELAY
           
static ModelIdentifier ModelDestination.DESTINATION_LFO1_FREQ
           
static ModelIdentifier ModelDestination.DESTINATION_LFO2_DELAY
           
static ModelIdentifier ModelDestination.DESTINATION_LFO2_FREQ
           
static ModelIdentifier ModelDestination.DESTINATION_NONE
           
static ModelIdentifier ModelDestination.DESTINATION_PAN
           
static ModelIdentifier ModelDestination.DESTINATION_PITCH
           
static ModelIdentifier ModelDestination.DESTINATION_REVERB
           
static ModelIdentifier ModelDestination.DESTINATION_VELOCITY
           
static ModelIdentifier ModelSource.SOURCE_EG1
           
static ModelIdentifier ModelSource.SOURCE_EG2
           
static ModelIdentifier ModelSource.SOURCE_LFO1
           
static ModelIdentifier ModelSource.SOURCE_LFO2
           
static ModelIdentifier ModelSource.SOURCE_MIDI_CC_0
           
static ModelIdentifier ModelSource.SOURCE_MIDI_CHANNEL_PRESSURE
           
static ModelIdentifier ModelSource.SOURCE_MIDI_PITCH
           
static ModelIdentifier ModelSource.SOURCE_MIDI_POLY_PRESSURE
           
static ModelIdentifier ModelSource.SOURCE_MIDI_RPN_0
           
static ModelIdentifier ModelSource.SOURCE_NONE
           
static ModelIdentifier ModelSource.SOURCE_NOTEON_KEYNUMBER
           
static ModelIdentifier ModelSource.SOURCE_NOTEON_VELOCITY
           
 

Methods in com.sun.media.sound that return ModelIdentifier
 ModelIdentifier ModelDestination.getIdentifier()
           
 ModelIdentifier ModelSource.getIdentifier()
           
 

Methods in com.sun.media.sound with parameters of type ModelIdentifier
 void ModelDestination.setIdentifier(ModelIdentifier destination)
           
 void ModelSource.setIdentifier(ModelIdentifier source)
           
 

Constructors in com.sun.media.sound with parameters of type ModelIdentifier
ModelDestination(ModelIdentifier id)
           
ModelSource(ModelIdentifier id)
           
ModelSource(ModelIdentifier id, boolean direction)
           
ModelSource(ModelIdentifier id, boolean direction, boolean polarity)
           
ModelSource(ModelIdentifier id, boolean direction, boolean polarity, int transform)
           
ModelSource(ModelIdentifier id, ModelTransform transform)