Uses of Class
com.sun.media.sound.ModelIdentifier
-
Uses of ModelIdentifier in com.sun.media.sound
Modifier and TypeFieldDescriptionstatic final ModelIdentifier
ModelDestination.DESTINATION_CHORUS
static final ModelIdentifier
ModelDestination.DESTINATION_EG1_ATTACK
static final ModelIdentifier
ModelDestination.DESTINATION_EG1_DECAY
static final ModelIdentifier
ModelDestination.DESTINATION_EG1_DELAY
static final ModelIdentifier
ModelDestination.DESTINATION_EG1_HOLD
static final ModelIdentifier
ModelDestination.DESTINATION_EG1_RELEASE
static final ModelIdentifier
ModelDestination.DESTINATION_EG1_SHUTDOWN
static final ModelIdentifier
ModelDestination.DESTINATION_EG1_SUSTAIN
static final ModelIdentifier
ModelDestination.DESTINATION_EG2_ATTACK
static final ModelIdentifier
ModelDestination.DESTINATION_EG2_DECAY
static final ModelIdentifier
ModelDestination.DESTINATION_EG2_DELAY
static final ModelIdentifier
ModelDestination.DESTINATION_EG2_HOLD
static final ModelIdentifier
ModelDestination.DESTINATION_EG2_RELEASE
static final ModelIdentifier
ModelDestination.DESTINATION_EG2_SHUTDOWN
static final ModelIdentifier
ModelDestination.DESTINATION_EG2_SUSTAIN
static final ModelIdentifier
ModelDestination.DESTINATION_FILTER_FREQ
static final ModelIdentifier
ModelDestination.DESTINATION_FILTER_Q
static final ModelIdentifier
ModelDestination.DESTINATION_GAIN
static final ModelIdentifier
ModelDestination.DESTINATION_KEYNUMBER
static final ModelIdentifier
ModelDestination.DESTINATION_LFO1_DELAY
static final ModelIdentifier
ModelDestination.DESTINATION_LFO1_FREQ
static final ModelIdentifier
ModelDestination.DESTINATION_LFO2_DELAY
static final ModelIdentifier
ModelDestination.DESTINATION_LFO2_FREQ
static final ModelIdentifier
ModelDestination.DESTINATION_NONE
static final ModelIdentifier
ModelDestination.DESTINATION_PAN
static final ModelIdentifier
ModelDestination.DESTINATION_PITCH
static final ModelIdentifier
ModelDestination.DESTINATION_REVERB
static final ModelIdentifier
ModelDestination.DESTINATION_VELOCITY
static final ModelIdentifier
ModelSource.SOURCE_EG1
static final ModelIdentifier
ModelSource.SOURCE_EG2
static final ModelIdentifier
ModelSource.SOURCE_LFO1
static final ModelIdentifier
ModelSource.SOURCE_LFO2
static final ModelIdentifier
ModelSource.SOURCE_MIDI_CC_0
static final ModelIdentifier
ModelSource.SOURCE_MIDI_CHANNEL_PRESSURE
static final ModelIdentifier
ModelSource.SOURCE_MIDI_PITCH
static final ModelIdentifier
ModelSource.SOURCE_MIDI_POLY_PRESSURE
static final ModelIdentifier
ModelSource.SOURCE_MIDI_RPN_0
static final ModelIdentifier
ModelSource.SOURCE_NONE
static final ModelIdentifier
ModelSource.SOURCE_NOTEON_KEYNUMBER
static final ModelIdentifier
ModelSource.SOURCE_NOTEON_VELOCITY
Modifier and TypeMethodDescriptionvoid
ModelDestination.setIdentifier
(ModelIdentifier destination) void
ModelSource.setIdentifier
(ModelIdentifier source) ModifierConstructorDescriptionModelSource
(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)