Class Control.Material

java.lang.Object
eu.bandm.music.applications.myKdF.Control.Material
Enclosing class:
Control

static class Control.Material extends Object
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 Details

    • volume

      DoublePost volume
      Control point of the current volume for this material layer. Is connected directly to a slider in the GUI.
    • envelopeForm

      Post<Control.envelopeForm> envelopeForm
      Control 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

      Control 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()