Uses of Class
eu.bandm.music.entities.FunctionalPitchModOctave
Package
Description
All fundamental entities for modeling music.
Top-level data structures, modelling different score formats, combining the
entities defined in lower level packages.
-
Uses of FunctionalPitchModOctave in eu.bandm.music.comp
Modifier 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 FunctionalPitchModOctave in eu.bandm.music.entities
Modifier and TypeFieldDescriptionprotected FunctionalPitchModOctave
FunctionalKey.base
The root or base tone of this key.static final FunctionalPitchModOctave
Euler2.class_c
protected final FunctionalPitchModOctave[]
TwelveToneFunctionalRepresentation.pitches
The ways of writing for the pitch classes of the chromatic scale ascending from "c".Modifier and TypeFieldDescription(package private) static Map<WhiteKeyModOctave,
List<FunctionalPitchModOctave>> FunctionalPitchModOctave.byWhiteKeys
Holds all functional pitches by the white key they are derived fromstatic final EntityCatalog<FunctionalPitchModOctave>
FunctionalPitchModOctave.catalog
Catalog for all named functional pitches.Modifier and TypeMethodDescriptionFunctionalKey.get_base()
Return the base pitch of the key.Euler2.pitchClassRepresentation()
Return a pitch class, when Euler2(0,0) is assigned to the pitch class "c"TwelveToneFunctionalRepresentation.represent
(int i) Return the representing pitch class for the i-th tone of the chromatic scale ascending from "c".TwelveToneFunctionalRepresentation.rewrite
(FunctionalPitchModOctave v) Revrite a functional pitch class enharmonically, to fall into this representation list.FunctionalInterval.transpose_down
(FunctionalPitchModOctave pitch) Transpose a functional pitch class down (modulo octave) by the functional interval.Euler2.transpose_up
(FunctionalPitchModOctave pitch) Interpret the coordinates as functional intervals (fifth and major third) and apply them to the given pitch.FunctionalInterval.transpose_up
(FunctionalPitchModOctave pitch) Transpose a functional pitch class up (modulo octave) by the functional interval.static FunctionalPitchModOctave
FunctionalPitchModOctave.valueOf
(int wk, int alt) Deliver the functional pitch class derived from the given white key mod octave and the given chromatic shift by accidental.static FunctionalPitchModOctave
FunctionalPitchModOctave.valueOf
(WhiteKeyModOctave wk, int alt) Deliver the functional pitch class derived from the given white key mod octave and the given chromatic shift by accidental.static FunctionalPitchModOctave
FunctionalPitchModOctave.valueOf
(WhiteKeyModOctave wk, Accidental alt) Deliver the functional pitch class derived from the given white key mod octave and the given chromatic shift by accidental.Modifier and TypeMethodDescriptionprotected static Translet.Parser<FunctionalPitchModOctave>
FunctionalPitchModOctave._x_upperInitialParser
(String lang, boolean upper) Deliver a parser with lower or upper initial characters, in the given language.FunctionalPitchModOctave.lowerInitialParser
(String lang) Deliver a parser with lower initial characters, in the given language.TwelveToneFunctionalRepresentation.rewrite
(PitchAndOctave<OctaveRegister, FunctionalPitchModOctave> v) Revrite a functional pitch enharmonically, to fall into this representation list.FunctionalPitchModOctave.upperInitialParser
(String lang) Deliver a parser with upper initial characters, in the given language.Modifier and TypeMethodDescriptionint
FunctionalPitchModOctave.compareTo
(FunctionalPitchModOctave other) Technically required, to make "TreeMaps" etc.protected void
TwelveToneFunctionalRepresentation.init
(FunctionalPitchModOctave[] pitches) Check validitdy of argument and stores it.SpelledPitchClassEulerInterpretation.interpret
(FunctionalPitchModOctave whichPitch, FunctionalPitchModOctave tonalCenter) FunctionalPitchModOctave.minus
(FunctionalPitchModOctave other) The interval we have to go up from some pitch of the given parameter pitch class to the nearest pitch of this pitch class.TwelveToneFunctionalRepresentation.rewrite
(FunctionalPitchModOctave v) Revrite a functional pitch class enharmonically, to fall into this representation list.FunctionalInterval.transpose_down
(FunctionalPitchModOctave pitch) Transpose a functional pitch class down (modulo octave) by the functional interval.Euler2.transpose_up
(FunctionalPitchModOctave pitch) Interpret the coordinates as functional intervals (fifth and major third) and apply them to the given pitch.FunctionalInterval.transpose_up
(FunctionalPitchModOctave pitch) Transpose a functional pitch class up (modulo octave) by the functional interval.static FunctionalKey
FunctionalKey.valueOf
(FunctionalPitchModOctave base, FunctionalGender gender) Modifier and TypeMethodDescriptionstatic 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.ModifierConstructorDescriptionFunctionalPitch
(OctaveRegister octave, FunctionalPitchModOctave classModOctave) Fundamental constructor.Only constructor.ModifierConstructorDescriptionprotected
FunctionalPitchModOctave
(WhiteKeyModOctave wk, int alt, EntityCatalog<FunctionalPitchModOctave> catalog, String lang, String name) Auxilliary constructor, accidental shift given directly by integer value (normally in the range -2..+2).protected
FunctionalPitchModOctave
(WhiteKeyModOctave wk, Accidental alt, EntityCatalog<FunctionalPitchModOctave> catalog, @Opt String lang, @Opt String name) Full constructor, setting all Parameters. -
Uses of FunctionalPitchModOctave in eu.bandm.music.top
Modifier and TypeFieldDescription(package private) static final FunctionalPitchModOctave
MlWorat.FP_his
Constant holding the functional pitch English "b-sharp", German "his".Modifier and TypeFieldDescription(package private) final List<FunctionalPitchModOctave>
MlWorat.allPitchClasses_sorted
All pitch classes (in their original functional enharmonic spelling) which appear somewhere in the source, sorted in ascending order, starting with a particular pitch class (here: "d").Score_cwn.event2pitch
Maps voice events to one nominal pitch.(package private) final Multimap<Event,
FunctionalPitchModOctave> MlWorat.pitchClasses
Maps all events of a new synthetic voice "~~syntheticSum" to all pitch classes appearing at this time point in any of the input voices (except the tonal key voice).(package private) final Multimap<Event,
Tuple2<FunctionalPitchModOctave, OctaveRegister>> MlWorat.pitches
Pitch classes as recognized by the parserMlWorat.parse_pitch
.protected Map<Integer,
Set<FunctionalPitchModOctave>> MlWorat.satz2alleTh
Map of the movement number to all pitch classes found for this movement.Modifier and TypeMethodDescriptionprotected FunctionalPitchModOctave
Cwn_to_lilypond.transpose
(@Opt Vox v, FunctionalPitchModOctave p) Deliver the pitch transposed UP by the interval which is assigned to the voice inCwn_to_lilypond.transpositions
, if any.Modifier and TypeMethodDescriptionstatic Comparator<FunctionalPitchModOctave>
MlWorat.chromaticScaleComparator
(FunctionalPitchModOctave basis) Delivers a comparator to sort functional pitch classes in ascending order.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.Modifier and TypeMethodDescriptionprotected int
MlWorat.category
(FunctionalKey key, FunctionalPitchModOctave p) Compare a pitch class to a scale.static Comparator<FunctionalPitchModOctave>
MlWorat.chromaticScaleComparator
(FunctionalPitchModOctave basis) Delivers a comparator to sort functional pitch classes in ascending order.protected String
MlWorat.musixTexName
(FunctionalPitchModOctave fp) Return the musixtex encoding of the functional pitch class to print, and memorize the Stammton of this print, if printing includes a flat accidental.protected FunctionalPitchModOctave
Cwn_to_lilypond.transpose
(@Opt Vox v, FunctionalPitchModOctave p) Deliver the pitch transposed UP by the interval which is assigned to the voice inCwn_to_lilypond.transpositions
, if any.Modifier 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.