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 AccidentalStatistics.ChromEffect.acc1(package private) final AccidentalStatistics.ChromEffect.acc2Method parameters in eu.bandm.music.applications.myKdF with type arguments of type AccidentalModifier and TypeMethodDescription(package private) voidStatistics.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 AccidentalFunctionalPitchModOctave.alterationThe alteration, normally only in the range -2 to 2.static final AccidentalAccidental.bThe single flat.static final AccidentalAccidental.bbThe double flat.static final AccidentalAccidental.hThe single sharp.static final AccidentalAccidental.hhThe double sharp.protected @Opt AccidentalOrnamentUsage.lowerAn optional accidental for the lower neighbour note of the main note.static final AccidentalAccidental.natThe natural sign.protected @Opt AccidentalOrnamentUsage.upperAn 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_chromaticStepsIndex of the defined accidentals by chromatic steps.protected static final EntityCatalog<Accidental> Accidental.catalogThe catalog holding accidentals defined with a name.Methods in eu.bandm.music.entities that return AccidentalModifier and TypeMethodDescriptionstatic AccidentalAccidental.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 FunctionalPitchModOctaveFunctionalPitchModOctave.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 OrnamentOrnamentUsage.with_lower(Accidental a) Return a new clone with modified accidental.protected OrnamentOrnamentUsage.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.protectedFunctionalPitchModOctave(WhiteKeyModOctave wk, Accidental alt, EntityCatalog<FunctionalPitchModOctave> catalog, @Opt String lang, @Opt String name) Full constructor, setting all Parameters.protectedOrnamentUsage(O ornament, @Opt Accidental lower, @Opt Accidental upper) Only construtor, setting all parameters.