Uses of Class
com.sun.media.sound.ModelIdentifier
Packages that use ModelIdentifier
-
Uses of ModelIdentifier in com.sun.media.sound
Fields in com.sun.media.sound declared as ModelIdentifierModifier and TypeFieldDescriptionstatic final ModelIdentifierModelDestination.DESTINATION_CHORUSstatic final ModelIdentifierModelDestination.DESTINATION_EG1_ATTACKstatic final ModelIdentifierModelDestination.DESTINATION_EG1_DECAYstatic final ModelIdentifierModelDestination.DESTINATION_EG1_DELAYstatic final ModelIdentifierModelDestination.DESTINATION_EG1_HOLDstatic final ModelIdentifierModelDestination.DESTINATION_EG1_RELEASEstatic final ModelIdentifierModelDestination.DESTINATION_EG1_SHUTDOWNstatic final ModelIdentifierModelDestination.DESTINATION_EG1_SUSTAINstatic final ModelIdentifierModelDestination.DESTINATION_EG2_ATTACKstatic final ModelIdentifierModelDestination.DESTINATION_EG2_DECAYstatic final ModelIdentifierModelDestination.DESTINATION_EG2_DELAYstatic final ModelIdentifierModelDestination.DESTINATION_EG2_HOLDstatic final ModelIdentifierModelDestination.DESTINATION_EG2_RELEASEstatic final ModelIdentifierModelDestination.DESTINATION_EG2_SHUTDOWNstatic final ModelIdentifierModelDestination.DESTINATION_EG2_SUSTAINstatic final ModelIdentifierModelDestination.DESTINATION_FILTER_FREQstatic final ModelIdentifierModelDestination.DESTINATION_FILTER_Qstatic final ModelIdentifierModelDestination.DESTINATION_GAINstatic final ModelIdentifierModelDestination.DESTINATION_KEYNUMBERstatic final ModelIdentifierModelDestination.DESTINATION_LFO1_DELAYstatic final ModelIdentifierModelDestination.DESTINATION_LFO1_FREQstatic final ModelIdentifierModelDestination.DESTINATION_LFO2_DELAYstatic final ModelIdentifierModelDestination.DESTINATION_LFO2_FREQstatic final ModelIdentifierModelDestination.DESTINATION_NONEstatic final ModelIdentifierModelDestination.DESTINATION_PANstatic final ModelIdentifierModelDestination.DESTINATION_PITCHstatic final ModelIdentifierModelDestination.DESTINATION_REVERBstatic final ModelIdentifierModelDestination.DESTINATION_VELOCITYstatic final ModelIdentifierModelSource.SOURCE_EG1static final ModelIdentifierModelSource.SOURCE_EG2static final ModelIdentifierModelSource.SOURCE_LFO1static final ModelIdentifierModelSource.SOURCE_LFO2static final ModelIdentifierModelSource.SOURCE_MIDI_CC_0static final ModelIdentifierModelSource.SOURCE_MIDI_CHANNEL_PRESSUREstatic final ModelIdentifierModelSource.SOURCE_MIDI_PITCHstatic final ModelIdentifierModelSource.SOURCE_MIDI_POLY_PRESSUREstatic final ModelIdentifierModelSource.SOURCE_MIDI_RPN_0static final ModelIdentifierModelSource.SOURCE_NONEstatic final ModelIdentifierModelSource.SOURCE_NOTEON_KEYNUMBERstatic final ModelIdentifierModelSource.SOURCE_NOTEON_VELOCITYMethods in com.sun.media.sound that return ModelIdentifierMethods in com.sun.media.sound with parameters of type ModelIdentifierModifier and TypeMethodDescriptionvoidModelDestination.setIdentifier(ModelIdentifier destination) voidModelSource.setIdentifier(ModelIdentifier source) Constructors in com.sun.media.sound with parameters of type ModelIdentifierModifierConstructorDescriptionModelSource(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)