Uses of Class
eu.bandm.music.entities.WhiteKeyModOctave
Packages that use WhiteKeyModOctave
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.
Top-level data structures, modelling different score formats, combining the
entities defined in lower level packages.
-
Uses of WhiteKeyModOctave in eu.bandm.music.applications.myKdF
Fields in eu.bandm.music.applications.myKdF declared as WhiteKeyModOctaveModifier and TypeFieldDescription(package private) final WhiteKeyModOctaveStatistics.ChromEffect.wkFields in eu.bandm.music.applications.myKdF with type parameters of type WhiteKeyModOctaveModifier and TypeFieldDescription(package private) Map<WhiteKeyModOctave, Statistics.DiatonicSplit> Statistics.Analyzer.lastSplitsDiatonic splits of the preceding step, to link back the right-side framing events.Methods in eu.bandm.music.applications.myKdF with parameters of type WhiteKeyModOctaveModifier and TypeMethodDescription(package private) @Opt PitchAndOctave<OctaveRegister, FunctionalPitchModOctave> Statistics.Analyzer.getPitch(Event ev, WhiteKeyModOctave wk) Get the pitch for the event and the given GPC, either directly or from the expanded ornament.Method parameters in eu.bandm.music.applications.myKdF with type arguments of type WhiteKeyModOctaveModifier and TypeMethodDescription(package private) voidStatistics.Analyzer.addAllWhitekeys(Set<WhiteKeyModOctave> wks, Event ev) Add all GPCs for the event to the given target set, either directly or from the expanded ornament.(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 WhiteKeyModOctaveModifierConstructorDescriptionChromaticChange(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 WhiteKeyModOctave in eu.bandm.music.entities
Fields in eu.bandm.music.entities declared as WhiteKeyModOctaveModifier and TypeFieldDescriptionstatic final WhiteKeyModOctaveWhiteKeyModOctave.aThe white key called "a".static final WhiteKeyModOctaveWhiteKeyModOctave.b_hThe white key called "b" in English and "h" in German.static final WhiteKeyModOctaveWhiteKeyModOctave.cThe white key called "c".static final WhiteKeyModOctaveWhiteKeyModOctave.dThe white key called "d".static final WhiteKeyModOctaveWhiteKeyModOctave.eThe white key called "e".static final WhiteKeyModOctaveWhiteKeyModOctave.fThe white key called "f".static final WhiteKeyModOctaveWhiteKeyModOctave.gThe white key called "g".protected final WhiteKeyModOctaveFunctionalPitchModOctave.naturalThe white key / "natural" pitch from which this functional pitch is derived.static final WhiteKeyModOctave[]WhiteKeyModOctave.whiteKeyScaleThe ascending scale of white keys starting with c.Fields in eu.bandm.music.entities with type parameters of type WhiteKeyModOctaveModifier and TypeFieldDescription(package private) static Map<WhiteKeyModOctave, List<FunctionalPitchModOctave>> FunctionalPitchModOctave.byWhiteKeysHolds all functional pitches by the white key they are derived fromstatic final EntityCatalog<WhiteKeyModOctave> WhiteKeyModOctave.catalogThe catalog holding the constant values of this type.(package private) final Function<P, WhiteKeyModOctave> RunningOctaveCollector.stripAlterationsFunction to get from the pitch type (which is a parameter) to a whitekey.Methods in eu.bandm.music.entities that return WhiteKeyModOctaveModifier and TypeMethodDescriptionWhiteKeyModOctave.addDiatonicSteps(int i) Get the white key which lays the given number of steps above this key, modulo 7.FunctionalPitchModOctave.get_natural()Return the natural key from which this pitch class is derived.static WhiteKeyModOctaveWhiteKeyModOctave.getWhiteKeyFromC(int i) Get the white key which lays the given number of steps above c, modulo 7.Methods in eu.bandm.music.entities with parameters of type WhiteKeyModOctaveModifier and TypeMethodDescriptionstatic FunctionalPitchModOctaveFunctionalPitchModOctave.valueOf(WhiteKeyModOctave wk, int alt) Deliver the functional pitch class derived from the given white key mod octave and the given chromatic shift by accidental.static 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.Constructors in eu.bandm.music.entities with parameters of type WhiteKeyModOctaveModifierConstructorDescriptionFunctionalPitch(OctaveRegister octave, WhiteKeyModOctave wk, int accidental) Convenience constructor which constructs the needed FunctionalPitchModOctave on the fly.FunctionalPitch(OctaveRegister octave, WhiteKeyModOctave wk, Accidental accidental) Convenience constructor which constructs the needed FunctionalPitchModOctave on the fly.protectedFunctionalPitchModOctave(WhiteKeyModOctave wk, int alt, EntityCatalog<FunctionalPitchModOctave> catalog, String lang, String name) Auxilliary constructor, accidental shift given directly by integer value (normally in the range -2..+2).protectedFunctionalPitchModOctave(WhiteKeyModOctave wk, Accidental alt, EntityCatalog<FunctionalPitchModOctave> catalog, @Opt String lang, @Opt String name) Full constructor, setting all Parameters.Constructor parameters in eu.bandm.music.entities with type arguments of type WhiteKeyModOctaveModifierConstructorDescriptionRunningOctaveCollector(Translet.Parser<P> parserPitchClass, Translet.Parser<OctaveRegister> parserOctaveRegister, String octDown, String octUp, Function<P, WhiteKeyModOctave> stripAlterations) Only constructor, set all parameters.protectedWhiteKeyModOctave(int whiteKeysFromC, int fifthsFromC, EntityCatalog<WhiteKeyModOctave> catalog, Map<String, String> map) Only constructor, setting all parameters. -
Uses of WhiteKeyModOctave in eu.bandm.music.top
Method parameters in eu.bandm.music.top with type arguments of type WhiteKeyModOctaveModifier and TypeMethodDescriptionprotected PitchAndOctave<OctaveRegister, FunctionalPitchModOctave> ExpandOrnaments_simple.getPitchByOffset(Vox v, Score_cwn score, SimpleMessage.Sender<XMLDocumentIdentifier> msg, Event ev, int offset, FunctionalPitch pitch, Map<WhiteKeyModOctave, FunctionalPitchModOctave> diatonics) Get the functional pitch which has the given diatonic step distance from the given central pitch.