Uses of Class
eu.bandm.music.top.Score_cwn
Package
Description
Top-level data structures, modelling different score formats, combining the
entities defined in lower level packages.
-
Uses of Score_cwn in eu.bandm.music.applications.myKdF
Modifier and TypeMethodDescription(package private) @Opt Kdf.VoiceData
Kdf.extractVoice
(Score_cwn score, String voiceName) -
Uses of Score_cwn in eu.bandm.music.top
Modifier and TypeClassDescriptionclass
CwnToDoubleSig_basic<S extends Score_cwn>
Creates as output a basic sig sequencer data to be put into aCwnSequencerDouble
, etc.class
CwnToDoubleSig_withComment<S extends Score_cwn>
Creates as output a basic sig sequencer data to be put into aCwnSequencerDouble
, etc.class
CwnToDoubleSig_withOrnament<S extends Score_cwn>
Creates as output a basic sig sequencer data to be put into aCwnSequencerDouble
, etc.class
CwnToFloatSig_basic<S extends Score_cwn>
Creates as output a basic sig sequencer data to be put into aCwnSequencerFloat
, etc.class
CwnToFloatSig_withComment<S extends Score_cwn>
Creates as output a basic sig sequencer data to be put into aCwnSequencerFloat
, etc.class
CwnToFloatSig_withOrnament<S extends Score_cwn>
Creates as output a basic sig sequencer data to be put into aCwnSequencerFloat
, etc.Modifier and TypeFieldDescriptionprotected Score_cwn
Cwn_to_lilypond.score
The currently processed score input.protected final Score_cwn
Cwn_to_midi.score
The Score_cwn (corresponding to a tscore PART), which is rendered by the subsequent calls toCwn_to_midi.writeToTrack(Iterator,int,Track)
.protected final Score_cwn
Cwn_to_musicXml.score
The Score_cwn (corresponding to a tscore PART), which is rendered to one(1) output "score-partwise" with one "part" for each voice.protected S
CwnToDoubleSig_basic.score
Running value: theScore_cwn
of the voice currently translated.protected S
CwnToFloatSig_basic.score
Running value: theScore_cwn
of the voice currently translated.Modifier and TypeFieldDescriptionCwn_to_lilypond.scores
All scores which shall be printed by this instance.Modifier and TypeMethodDescriptionMwHaiku_to_cwn.translate
(MwHaiku haikus, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg) Modifier and TypeMethodDescriptionScore_cwn.multipleParts
(TimeScape ts, String lang, MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msgr) Service providing main factory method for converting all "PART" sections in the given tscore input Timescape.Modifier and TypeMethodDescriptionprotected TpTop
MwHaiku_to_cwn.makeTp
(Score_cwn result, Rational when, eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> origLoc) EvidentModifierConstructorDescriptionCwn_to_midi
(Score_cwn score, int ticksPerRationalOne) Usage: construct an instance with one Score_cwn, then for each voice callCwn_to_midi.createTrack()
andCwn_to_midi.writeToTrack(Iterator,int,Track)
.Cwn_to_musicXml
(MessageReceiver<SimpleMessage<eu.bandm.tools.util.xml.XMLDocumentIdentifier>> msg, String sourceName, Score_cwn score, MTree.CheckedParameters parameters_beams, MCover.CheckedParameters_approximate parameters_approximate, MCover.CheckedParameters_divide parameters_divide, MSplitter.CheckedParameters parameters_split) Only constructor.ModifierConstructorDescriptionCwn_to_lilypond
(MessageReceiver<SimpleMessage<?>> msg, List<Score_cwn> scores, MTree.CheckedParameters parameters_beams, MCover.CheckedParameters_approximate parameters_approximate, MCover.CheckedParameters_divide parameters_divide, MSplitter.CheckedParameters parameters_splitter, boolean wholeMeasurePauses) Only constructor.