Uses of Class
eu.bandm.music.applications.myKdF.Kdf.VoiceData
Packages that use Kdf.VoiceData
Package
Description
Allows to play "Die Kunst der Fuge" on any JRE, with arrangement
defined interactively by the user.
-
Uses of Kdf.VoiceData in eu.bandm.music.applications.myKdF
Fields in eu.bandm.music.applications.myKdF declared as Kdf.VoiceDataModifier and TypeFieldDescription(package private) final @Opt Kdf.VoiceData[]
Kdf.voiceData
Data of all voices, extracted from the currently selected movement.Methods in eu.bandm.music.applications.myKdF that return Kdf.VoiceDataModifier and TypeMethodDescription(package private) @Opt Kdf.VoiceData
Kdf.extractVoice
(Score_cwn score, String voiceName) Convert the voice with the given name from the given score to sequencer data immediately playable by the sig network.Methods in eu.bandm.music.applications.myKdF with parameters of type Kdf.VoiceDataModifier and TypeMethodDescription(package private) void
Control.reflectSequencerData
(Kdf.VoiceData[] voiceData) Callback whenever the piece-selection has changed.(package private) void
Network.setSequencerData
(Kdf.VoiceData[] voiceData, Formplan_fuge.SigRoutingPlan plandata) Set the data for all voice event sequencers and for the one and common formplan sequencer.(package private) void
Network.Voiceline.setSequencerData
(Kdf.VoiceData voiceData) Set the sequencer to all data contained in the argument and reset all state conditions.void
View.updateEnabled
(Kdf.VoiceData[] voices, List<String> matNames) Update the sliders and slider groups and slider labels, according to the voices contained in the music score, and the material layers selected for those voices.