Uses of Class
eu.bandm.music.entities.FunctionalPitch
-
Uses of FunctionalPitch in eu.bandm.music.entities
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionEuler3.transpose_up
(FunctionalPitch pitch) Interpret the coordinates as functional intervals (fifth, major third and octave) and apply them to the given pitch.ModifierConstructorDescriptionprotected
Clef
(EntityCatalog<Clef> catalog, FunctionalPitch reference, Map<String, String> names) Only constructor, setting all parameters.