Class Control.Material
java.lang.Object
eu.bandm.music.applications.myKdF.Control.Material
- Enclosing class:
Control
Contains all controls for one particular material layer in one voice.
The definition and naming of the layers can be selected by the
user via
View.RepresentationSelection
.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Post
<Control.envelopeForm> Control point of the currently selected envelope for the sound snythesis of this material layer.(package private) DoublePost
Control point of the current volume for this material layer.(package private) Post
<Control.waveForm> Control point of the currently selected wave table for the sound snythesis of this material layer. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
volume
DoublePost volumeControl point of the current volume for this material layer. Is connected directly to a slider in the GUI. -
envelopeForm
Post<Control.envelopeForm> envelopeFormControl point of the currently selected envelope for the sound snythesis of this material layer. Is connected directly to a selection box in the GUI. -
waveForm
Post<Control.waveForm> waveFormControl point of the currently selected wave table for the sound snythesis of this material layer. Is connected directly to a selection box in the GUI.
-
-
Constructor Details
-
Material
Material()
-