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 SummaryFieldsModifier and TypeFieldDescription(package private) Post<Control.envelopeForm> Control point of the currently selected envelope for the sound snythesis of this material layer.(package private) DoublePostControl 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
volumeDoublePost volumeControl point of the current volume for this material layer. Is connected directly to a slider in the GUI.
- 
envelopeFormPost<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.
- 
waveFormPost<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- 
MaterialMaterial()
 
-