Uses of Class
eu.bandm.music.entities.Accidental
-
Uses of Accidental in eu.bandm.music.entities
Modifier and TypeFieldDescriptionprotected final Accidental
FunctionalPitchModOctave.alteration
The alteration, normally only in the range -2 to 2.static final Accidental
Accidental.b
The single flat.static final Accidental
Accidental.bb
The double flat.static final Accidental
Accidental.h
The single sharp.static final Accidental
Accidental.hh
The double sharp.protected @Opt Accidental
OrnamentUsage.lower
An optional accidental for the lower neighbour note of the main note.static final Accidental
Accidental.nat
The natural sign.protected @Opt Accidental
OrnamentUsage.upper
An optional accidental for the upper neighbour note of the main note, to use in the ornament's execution.Modifier and TypeFieldDescriptionprotected static final Map<Integer,
Accidental> Accidental.by_chromaticSteps
Index of the defined accidentals by chromatic steps.protected static final EntityCatalog<Accidental>
Accidental.catalog
The catalog holding accidentals defined with a name.Modifier and TypeMethodDescriptionstatic Accidental
Accidental.byChromaticSteps
(int i) Return the accidental defined for this number of chromatic steps, or define a new one (with synthetic and symbolic name only), if necessary.FunctionalPitchModOctave.get_accidental()
Return the accidental.OrnamentUsage.get_lower()
Eviden.OrnamentUsage.get_upper()
Eviden.Modifier and TypeMethodDescriptionstatic FunctionalPitchModOctave
FunctionalPitchModOctave.valueOf
(WhiteKeyModOctave wk, Accidental alt) Deliver the functional pitch class derived from the given white key mod octave and the given chromatic shift by accidental.protected Ornament
OrnamentUsage.with_lower
(Accidental a) Return a new clone with modified accidental.protected Ornament
OrnamentUsage.with_upper
(Accidental a) Return a new clone with modified accidental.ModifierConstructorDescriptionFunctionalPitch
(OctaveRegister octave, WhiteKeyModOctave wk, Accidental accidental) Convenience constructor which constructs the FunctionalPitchModOctave on the fly.protected
FunctionalPitchModOctave
(WhiteKeyModOctave wk, Accidental alt, EntityCatalog<FunctionalPitchModOctave> catalog, @Opt String lang, @Opt String name) Full constructor, setting all Parameters.protected
OrnamentUsage
(O ornament, @Opt Accidental lower, @Opt Accidental upper) Only construtor, setting all parameters.