Package com.sun.media.sound
Class ModelSource
java.lang.Object
com.sun.media.sound.ModelSource
This class is used to identify sources in connection blocks,
see ModelConnectionBlock.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ModelIdentifier
static final ModelIdentifier
static final ModelIdentifier
static final ModelIdentifier
static final ModelIdentifier
static final ModelIdentifier
static final ModelIdentifier
static final ModelIdentifier
static final ModelIdentifier
static final ModelIdentifier
static final ModelIdentifier
static final ModelIdentifier
-
Constructor Summary
ConstructorDescriptionModelSource
(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) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setIdentifier
(ModelIdentifier source) void
setTransform
(ModelTransform transform)
-
Field Details
-
SOURCE_NONE
-
SOURCE_NOTEON_KEYNUMBER
-
SOURCE_NOTEON_VELOCITY
-
SOURCE_EG1
-
SOURCE_EG2
-
SOURCE_LFO1
-
SOURCE_LFO2
-
SOURCE_MIDI_PITCH
-
SOURCE_MIDI_CHANNEL_PRESSURE
-
SOURCE_MIDI_POLY_PRESSURE
-
SOURCE_MIDI_CC_0
-
SOURCE_MIDI_RPN_0
-
-
Constructor Details
-
ModelSource
public ModelSource() -
ModelSource
-
ModelSource
-
ModelSource
-
ModelSource
-
ModelSource
-
-
Method Details
-
getIdentifier
-
setIdentifier
-
getTransform
-
setTransform
-