Uses of Class
eu.bandm.music.entities.PitchAndOctave
Packages that use PitchAndOctave
Package
Description
Allows to play "Die Kunst der Fuge" on any JRE, with arrangement
defined interactively by the user.
All fundamental entities for modeling music.
Top-level data structures, modelling different score formats, combining the
entities defined in lower level packages.
-
Uses of PitchAndOctave in eu.bandm.music.applications.myKdF
Fields in eu.bandm.music.applications.myKdF with type parameters of type PitchAndOctaveModifier and TypeFieldDescription(package private) final Multimap
<Event, PitchAndOctave<OctaveRegister, FunctionalPitchModOctave>> Statistics.Analyzer.ornamentExpansion
For clustering mode: maps events to all pitches of its ornamente's expansion.Methods in eu.bandm.music.applications.myKdF that return PitchAndOctaveModifier and TypeMethodDescription(package private) @Opt PitchAndOctave
<OctaveRegister, FunctionalPitchModOctave> Statistics.Analyzer.getPitch
(Event ev, WhiteKeyModOctave wk) Get the pitch for the event and the given GPC, either directly or from the expanded ornament.Constructor parameters in eu.bandm.music.applications.myKdF with type arguments of type PitchAndOctaveModifierConstructorDescription(package private)
Analyzer
(Score_cwn score, int movement, int capacity, Multimap<Event, PitchAndOctave<OctaveRegister, FunctionalPitchModOctave>> ornamentExpansion) -
Uses of PitchAndOctave in eu.bandm.music.comp
Methods in eu.bandm.music.comp that return types with arguments of type PitchAndOctaveModifier and TypeMethodDescriptionFields.asPitches
(Fields.Item item, TwelveToneFunctionalRepresentation repr) Convert one field into a sequence of pitches.FieldsFromIntervals.asPitches
(FieldsFromIntervals.Item item, TwelveToneFunctionalRepresentation repr) Convert one field into a sequence of pitches. -
Uses of PitchAndOctave in eu.bandm.music.entities
Subclasses of PitchAndOctave in eu.bandm.music.entitiesModifier and TypeClassDescriptionclass
A pitch indication which combines standard octave register information and functional pitch classes modulo octave.Methods in eu.bandm.music.entities that return PitchAndOctaveModifier and TypeMethodDescriptionTwelveToneFunctionalRepresentation.rewrite
(PitchAndOctave<OctaveRegister, FunctionalPitchModOctave> v) Revrite a functional pitch enharmonically, to fall into this representation list.static <OO extends Entity & Comparable<OO>,
CC extends Entity & PitchIndication & Comparable<CC>>
PitchAndOctavePitchAndOctave.valueOf
(OO octave, CC classModOctave) Methods in eu.bandm.music.entities with parameters of type PitchAndOctaveModifier and TypeMethodDescriptionint
PitchAndOctave.compareTo
(PitchAndOctave<O, C> other) Evidentstatic int
Keyboard.keyNumber
(PitchAndOctave<OctaveRegister, FunctionalPitchModOctave> po) Deliver an index into the keyboard for the given FunctionalPitch.TwelveToneFunctionalRepresentation.rewrite
(PitchAndOctave<OctaveRegister, FunctionalPitchModOctave> v) Revrite a functional pitch enharmonically, to fall into this representation list.FunctionalInterval.transpose_down
(PitchAndOctave<OctaveRegister, FunctionalPitchModOctave> pitch) Transpose a functional pitch downward by the functional interval.FunctionalInterval.transpose_up
(PitchAndOctave<OctaveRegister, FunctionalPitchModOctave> pitch) Transpose a functional pitch upward by the functional interval.Method parameters in eu.bandm.music.entities with type arguments of type PitchAndOctaveModifier and TypeMethodDescriptionvoid
RunningOctaveCollector.reify
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Iterable<Event> evs, Map<Event, PitchAndOctave<OctaveRegister, P>> result) Steps through the sequence of events "evs" and combines the already parsed pitch and the (partial) "explicit octave" and "jump" information into the combined data type, taking the "shortest notational distance" as a default. -
Uses of PitchAndOctave in eu.bandm.music.top
Fields in eu.bandm.music.top with type parameters of type PitchAndOctaveMethods in eu.bandm.music.top that return PitchAndOctaveModifier and TypeMethodDescriptionprotected 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 PitchAndOctave
<OctaveRegister, FunctionalPitchModOctave> Cwn_to_lilypond.transpose
(@Opt Vox v, PitchAndOctave<OctaveRegister, FunctionalPitchModOctave> p) Deliver the pitch transposed UP by the interval which is assigned to the voice inCwn_to_lilypond.transpositions
, if any.Methods in eu.bandm.music.top that return types with arguments of type PitchAndOctaveModifier and TypeMethodDescriptionExpandOrnaments_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.Methods in eu.bandm.music.top with parameters of type PitchAndOctaveModifier and TypeMethodDescriptionstatic String
Cwn_to_lilypond.toLilyPond_pitch
(PitchAndOctave<OctaveRegister, FunctionalPitchModOctave> ap) Translate pitch information into lilypond format.protected PitchAndOctave
<OctaveRegister, FunctionalPitchModOctave> Cwn_to_lilypond.transpose
(@Opt Vox v, PitchAndOctave<OctaveRegister, FunctionalPitchModOctave> p) Deliver the pitch transposed UP by the interval which is assigned to the voice inCwn_to_lilypond.transpositions
, if any.