All fundamental entities for modeling music.
-
class
A pitch indication which combines some octave register information
and some pitch class modulo octave.
(package private) interface
class
A pitch indication which combines standard octave register information
and functional pitch classes modulo octave.
class
A pitch class mod octave which combines a "natural" note name [dt "Stammton"],
given as an instance of
WhiteKeyModOctave
,
with an alteration (normally in the range -2 to +2).
class
A pitch indication which combines some octave register information
and some pitch class modulo octave.
class
Abstract class for pitch information, modulo octave register, aka "pitch class".
class
A specialization of
PitchModOctave
which represents only
the "white keys" of the keyboard.
PitchAndOctave.valueOf(OO octave,
CC classModOctave)