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 TypeClassDescriptionclassPitchAndOctave<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) interfaceTuning<P extends PitchIndication>Classes in eu.bandm.music.entities that implement PitchIndicationModifier and TypeClassDescriptionclassA pitch indication which combines standard octave register information and functional pitch classes modulo octave.classA pitch class mod octave which combines a "natural" note name [German "Stammton"], given as an instance ofWhiteKeyModOctave, with an alteration (normally in the range -2 to +2).classPitchAndOctave<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.classPitchModOctave<E extends PitchModOctave>Abstract class for pitch information, modulo octave register, aka "pitch class".classA specialization ofPitchModOctavewhich represents only the "white keys" of the keyboard.Methods in eu.bandm.music.entities with type parameters of type PitchIndicationModifier and TypeMethodDescriptionstatic <OCT extends Entity & Comparable<OCT>,PC extends Entity & PitchIndication & Comparable<PC>>
Translet.Parser<PitchAndOctave<OCT, PC>> PitchAndOctave.parser(Translet.Parser<PC> pc, Translet.Parser<OCT> oct) Deliver a parser which combines both given parsers.static <OO extends Entity & Comparable<OO>,CC extends Entity & PitchIndication & Comparable<CC>>
PitchAndOctave<OO, CC> PitchAndOctave.valueOf(OO octave, CC classModOctave)