Uses of Interface
eu.bandm.music.entities.PitchIndication
Packages that use PitchIndication
-
Uses of PitchIndication in eu.bandm.music.entities
Classes in eu.bandm.music.entities with type parameters of type PitchIndicationModifier and TypeClassDescriptionclass
PitchAndOctave<O extends Entity & Comparable<O>,
C extends Entity & PitchIndication & Comparable<C>> A pitch indication which combines some octave register information and some pitch class modulo octave.(package private) interface
Tuning<P extends PitchIndication>
Classes in eu.bandm.music.entities that implement PitchIndicationModifier and TypeClassDescriptionclass
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 ofWhiteKeyModOctave
, with an alteration (normally in the range -2 to +2).class
PitchAndOctave<O extends Entity & Comparable<O>,
C extends Entity & PitchIndication & Comparable<C>> A pitch indication which combines some octave register information and some pitch class modulo octave.class
PitchModOctave<E extends PitchModOctave>
Abstract class for pitch information, modulo octave register, aka "pitch class".class
A specialization ofPitchModOctave
which represents only the "white keys" of the keyboard.Methods in eu.bandm.music.entities with type parameters of type PitchIndicationModifier and TypeMethodDescriptionstatic <OO extends Entity & Comparable<OO>,
CC extends Entity & PitchIndication & Comparable<CC>>
PitchAndOctavePitchAndOctave.valueOf
(OO octave, CC classModOctave)