Class Control.Voice
java.lang.Object
eu.bandm.music.applications.myKdF.Control.Voice
- Enclosing class:
- Control
Contains all controls for one of the four main voices.
  (The additional voices sounding in only few measures do not
  have their own control but inherit from their main voice.)
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) Control.Material[]One group of controls for every internal material layer.(package private) IntPostThe control point for the panorama position for (all materials of) this voice.(package private) IntPostInternal control, set by the formplan sequencer, indicates which of the (maximally) four materials is currently playing.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
panoramaIntPost panoramaThe control point for the panorama position for (all materials of) this voice. Goes from 0 (= totally left) to 100 (= totally right), but is ininitialized less extreme, like 16 -- 49 -- 82, etc.
- 
selectedIntPost selectedInternal control, set by the formplan sequencer, indicates which of the (maximally) four materials is currently playing.
- 
materialControl.Material[] materialOne group of controls for every internal material layer.
 
- 
- 
Constructor Details- 
VoiceVoice()Only constructor, creates vor material control groups.
 
-