Uses of Class
eu.bandm.music.entities.WhiteKeyModOctave
Packages that use WhiteKeyModOctave
-
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 TypeMethodDescriptionFunctionalPitchModOctave.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 FunctionalPitchModOctave on the fly.FunctionalPitch
(OctaveRegister octave, WhiteKeyModOctave wk, Accidental accidental) Convenience constructor which constructs the 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.