Uses of Class
eu.bandm.music.top.Score_cwn
Packages that use 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
Methods in eu.bandm.music.applications.myKdF with parameters of type Score_cwnModifier and TypeMethodDescription(package private) @Opt Kdf.VoiceData
Kdf.extractVoice
(Score_cwn score, String voiceName) -
Uses of Score_cwn in eu.bandm.music.top
Classes in eu.bandm.music.top with type parameters of type Score_cwnModifier 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.Fields in eu.bandm.music.top declared as Score_cwnModifier 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.Fields in eu.bandm.music.top with type parameters of type Score_cwnModifier and TypeFieldDescriptionCwn_to_lilypond.scores
All scores which shall be printed by this instance.Methods in eu.bandm.music.top that return Score_cwnModifier and TypeMethodDescriptionMwHaiku_to_cwn.translate
(MwHaiku haikus, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Methods in eu.bandm.music.top that return types with arguments of type Score_cwnModifier and TypeMethodDescriptionScore_cwn.multipleParts
(TimeScape ts, String lang, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr) Service providing main factory method for converting all "PART" sections in the given tscore input Timescape.Methods in eu.bandm.music.top with parameters of type Score_cwnModifier and TypeMethodDescriptionprotected TpTop
MwHaiku_to_cwn.makeTp
(Score_cwn result, Rational when, Location<XMLDocumentIdentifier> origLoc) EvidentConstructors in eu.bandm.music.top with parameters of type Score_cwnModifierConstructorDescriptionCwn_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<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.Constructor parameters in eu.bandm.music.top with type arguments of type Score_cwnModifierConstructorDescriptionCwn_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.