Uses of Class
eu.bandm.music.entities.FunctionalPitch
Packages that use FunctionalPitch
-
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.