Class Network.Voiceline

java.lang.Object
eu.bandm.music.applications.myKdF.Network.Voiceline
Enclosing class:
Network

class Network.Voiceline extends Object
Contains all signal generating units for one of the voices.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final DoubleClockedSignalSource
    The terminal output-generating signalsource of this voice unit.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Voiceline(IntSignalSource materialSelection, int number)
    Construct one voice unit with the given number and the source signal for the current material selection.
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
    Set the sequencer to all data contained in the argument and reset all state conditions.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Voiceline

      Voiceline(IntSignalSource materialSelection, int number)
      Construct one voice unit with the given number and the source signal for the current material selection. (In the current context this is the output of the formplan sequencer, which will internally be sampled with the event start.)
  • Method Details

    • setSequencerData

      void setSequencerData(Kdf.VoiceData voiceData)
      Set the sequencer to all data contained in the argument and reset all state conditions. (Position at start, state = holded, etc.)