Uses of Class
eu.bandm.music.entities.Accidental
Packages that use Accidental
Package
Description
Allows to play "Die Kunst der Fuge" on any JRE, with arrangement
defined interactively by the user.
All fundamental entities for modeling music.
-
Uses of Accidental in eu.bandm.music.applications.myKdF
Fields in eu.bandm.music.applications.myKdF declared as AccidentalModifier and TypeFieldDescription(package private) final Accidental
Statistics.ChromEffect.acc1
(package private) final Accidental
Statistics.ChromEffect.acc2
Method parameters in eu.bandm.music.applications.myKdF with type arguments of type AccidentalModifier and TypeMethodDescription(package private) void
Statistics.Analyzer.memoAccidental
(Multimap<WhiteKeyModOctave, Accidental> map, Event e) Memorize in the map the accidental (max 1) for all GPCs occuring in the given event.Constructors in eu.bandm.music.applications.myKdF with parameters of type AccidentalModifierConstructorDescriptionChromaticChange
(int cp, double tp, WhiteKeyModOctave wk, Accidental acc1, Accidental acc2, Vox voice1, @Opt Vox voice2, boolean sameOct, boolean coincident, int ornaments) ChromEffect
(int cp, double tp, WhiteKeyModOctave wk, Accidental acc1, Accidental acc2, Vox voice1, @Opt Vox voice2, int ornaments, boolean sameOct) Evident.DiatonicSplit
(Score_cwn score, int cp, double tp, WhiteKeyModOctave wk, Accidental acc1, Accidental acc2, Vox voice1, Vox voice2, boolean sameOct, int ornaments) -
Uses of Accidental in eu.bandm.music.entities
Fields in eu.bandm.music.entities declared as AccidentalModifier 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.Fields in eu.bandm.music.entities with type parameters of type AccidentalModifier 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.Methods in eu.bandm.music.entities that return AccidentalModifier 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()
Evident.OrnamentUsage.get_upper()
Evident.Methods in eu.bandm.music.entities with parameters of type AccidentalModifier 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.Constructors in eu.bandm.music.entities with parameters of type AccidentalModifierConstructorDescriptionFunctionalPitch
(OctaveRegister octave, WhiteKeyModOctave wk, Accidental accidental) Convenience constructor which constructs the needed 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.