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 WhiteKeyModOctave
Statistics.ChromEffect.wk
Fields in eu.bandm.music.applications.myKdF with type parameters of type WhiteKeyModOctaveModifier and TypeFieldDescription(package private) Map
<WhiteKeyModOctave, Statistics.DiatonicSplit> Statistics.Analyzer.lastSplits
Diatonic 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) void
Statistics.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) 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 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 WhiteKeyModOctave
WhiteKeyModOctave.a
The white key called "a".static final WhiteKeyModOctave
WhiteKeyModOctave.b_h
The white key called "b" in English and "h" in German.static final WhiteKeyModOctave
WhiteKeyModOctave.c
The white key called "c".static final WhiteKeyModOctave
WhiteKeyModOctave.d
The white key called "d".static final WhiteKeyModOctave
WhiteKeyModOctave.e
The white key called "e".static final WhiteKeyModOctave
WhiteKeyModOctave.f
The white key called "f".static final WhiteKeyModOctave
WhiteKeyModOctave.g
The white key called "g".protected final WhiteKeyModOctave
FunctionalPitchModOctave.natural
The white key / "natural" pitch from which this functional pitch is derived.static final WhiteKeyModOctave[]
WhiteKeyModOctave.whiteKeyScale
The 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.byWhiteKeys
Holds all functional pitches by the white key they are derived fromstatic final EntityCatalog
<WhiteKeyModOctave> WhiteKeyModOctave.catalog
The catalog holding the constant values of this type.(package private) final Function
<P, WhiteKeyModOctave> RunningOctaveCollector.stripAlterations
Function 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 WhiteKeyModOctave
WhiteKeyModOctave.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 FunctionalPitchModOctave
FunctionalPitchModOctave.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 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.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.protected
FunctionalPitchModOctave
(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).protected
FunctionalPitchModOctave
(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.protected
WhiteKeyModOctave
(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.