Class Network.Voiceline
java.lang.Object
eu.bandm.music.applications.myKdF.Network.Voiceline
- Enclosing class:
Network
Contains all signal generating units for one of the voices.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final DoubleClockedSignalSource
The terminal output-generating signalsource of this voice unit. -
Constructor Summary
ConstructorsConstructorDescriptionVoiceline
(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 TypeMethodDescription(package private) void
setSequencerData
(Kdf.VoiceData voiceData) Set the sequencer to all data contained in the argument and reset all state conditions.
-
Field Details
-
mux
The terminal output-generating signalsource of this voice unit.
-
-
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
Set the sequencer to all data contained in the argument and reset all state conditions. (Position at start, state = holded, etc.)
-