Uses of Class
eu.bandm.music.entities.FunctionalPitch
Packages that use FunctionalPitch
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 FunctionalPitch in eu.bandm.music.entities
Fields in eu.bandm.music.entities declared as FunctionalPitchModifier and TypeFieldDescriptionstatic final FunctionalPitch
Euler3.c_prime
Auxiliary value for the pitch interpretation.final FunctionalPitch
Clef.reference
The pitch which is indicated by placement of the graphical hot spot of the key symbol.Methods in eu.bandm.music.entities that return FunctionalPitchModifier and TypeMethodDescriptionstatic FunctionalPitch
Keyboard.pitchByKey
(int keyNumber, TwelveToneFunctionalRepresentation rep) Deliver a functional pitch which is represented by this key.Euler3.pitchRepresentation()
Return a pitch class, when Euier3(0,0,0) is assigned to the pitch class "c'" (midi "c4")FunctionalInterval.transpose_down
(PitchAndOctave<OctaveRegister, FunctionalPitchModOctave> pitch) Transpose a functional pitch downward by the functional interval.Euler3.transpose_up
(FunctionalPitch pitch) Interpret the coordinates as functional intervals (fifth, major third and octave) and apply them to the given pitch.FunctionalInterval.transpose_up
(PitchAndOctave<OctaveRegister, FunctionalPitchModOctave> pitch) Transpose a functional pitch upward by the functional interval.Methods in eu.bandm.music.entities with parameters of type FunctionalPitchModifier and TypeMethodDescriptionEuler3.transpose_up
(FunctionalPitch pitch) Interpret the coordinates as functional intervals (fifth, major third and octave) and apply them to the given pitch.Constructors in eu.bandm.music.entities with parameters of type FunctionalPitchModifierConstructorDescriptionprotected
Clef
(EntityCatalog<Clef> catalog, FunctionalPitch reference, Map<String, String> names) Only constructor, setting all parameters. -
Uses of FunctionalPitch in eu.bandm.music.top
Methods in eu.bandm.music.top with parameters of type FunctionalPitchModifier 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.