Uses of Class
eu.bandm.music.entities.PitchModOctave
Packages that use PitchModOctave
-
Uses of PitchModOctave in eu.bandm.music.entities
Classes in eu.bandm.music.entities with type parameters of type PitchModOctaveModifier and TypeClassDescriptionclass
PitchModOctave<E extends PitchModOctave>
Abstract class for pitch information, modulo octave register, aka "pitch class".class
RunningOctaveCollector<P extends PitchModOctave & Comparable<P>>
Collects and distributes the octave information over a sequence of incomplete pitch information.Subclasses of PitchModOctave in eu.bandm.music.entitiesModifier and TypeClassDescriptionclass
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
A specialization ofPitchModOctave
which represents only the "white keys" of the keyboard.