Uses of Class
eu.bandm.music.top.Score_cwn
Packages that use Score_cwn
Package
Description
Allows to play "Die Kunst der Fuge" on any JRE, with arrangement
defined interactively by the user.
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
Fields in eu.bandm.music.applications.myKdF declared as Score_cwnModifier and TypeFieldDescription(package private) final Score_cwn
Statistics.Analyzer.score
The current score, needed for further information on events.(package private) final Score_cwn
Statistics.DiatonicSplit.score
Score object.(package private) final Score_cwn
Statistics.FindConcurrentOrnaments.score
(package private) final Score_cwn[]
Statistics.scores
Parsed score by cp, ornaments possibly by later processing expanded.Fields in eu.bandm.music.applications.myKdF with type parameters of type Score_cwnModifier and TypeFieldDescription(package private) final CwnToDoubleSig_withComment
<Score_cwn> Kdf.VoiceData.data
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) Convert the voice with the given name from the given score to sequencer data immediately playable by the sig network.Constructors in eu.bandm.music.applications.myKdF with parameters of type Score_cwnModifierConstructorDescription(package private)
Analyzer
(Score_cwn score, int movement, int capacity, Multimap<Event, PitchAndOctave<OctaveRegister, FunctionalPitchModOctave>> ornamentExpansion) DiatonicSplit
(Score_cwn score, int cp, double tp, WhiteKeyModOctave wk, Accidental acc1, Accidental acc2, Vox voice1, Vox voice2, boolean sameOct, int ornaments) (package private)
FindConcurrentOrnaments
(Score_cwn score, int movement, int capacity) Constructor parameters in eu.bandm.music.applications.myKdF with type arguments of type Score_cwnModifierConstructorDescription(package private)
VoiceData
(CwnToDoubleSig_withComment<Score_cwn> data, Vox voice) -
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 TypeMethodDescriptionvoid
ExpandOrnaments_simple.expand_ornaments
(Score_cwn score, Vox v, SimpleMessage.Sender<XMLDocumentIdentifier> msg, Rational mindura, Rational maxdura, int... factors) Takes a tscore CWN voice and replaces a single event by a sequence of shorter events, according to the ornament assigned to it in the score.void
ExpandOrnaments_simple.expand_ornaments
(Score_cwn score, Vox v, SimpleMessage.Sender<XMLDocumentIdentifier> msg, Map<Event, Event> expanded2original, Rational mindura, Rational maxdura, int... factors) Takes a tscore CWN voice and replaces a single event by a sequence of shorter events, according to the ornament assigned to it in the score.ExpandOrnaments_simple.expandOrnamentsToPitches
(Score_cwn score, Vox v, SimpleMessage.Sender<XMLDocumentIdentifier> msg) Takes a tscore CWN voice and delivers for every event which carries an ornament symbol the set of pitches required to realize it.protected PitchAndOctave
<OctaveRegister, FunctionalPitchModOctave> ExpandOrnaments_simple.getPitchByOffset
(Vox v, Score_cwn score, SimpleMessage.Sender<XMLDocumentIdentifier> msg, Event ev, int offset, FunctionalPitch pitch, Map<WhiteKeyModOctave, FunctionalPitchModOctave> diatonics) Get the functional pitch which has the given diatonic step distance from the given central pitch.protected 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.