Uses of Class
eu.bandm.music.entities.FunctionalKey
Packages that use FunctionalKey
Package
Description
All fundamental entities for modeling music.
Top-level data structures, modelling different score formats, combining the
entities defined in lower level packages.
-
Uses of FunctionalKey in eu.bandm.music.entities
Fields in eu.bandm.music.entities with type parameters of type FunctionalKeyModifier and TypeFieldDescriptionstatic final EntityCatalog<FunctionalKey> FunctionalKey.catalogCatalog of all defined keys.Methods in eu.bandm.music.entities that return FunctionalKeyModifier and TypeMethodDescriptionstatic FunctionalKeyFunctionalKey.valueOf(FunctionalPitchModOctave base, FunctionalGender gender) Methods in eu.bandm.music.entities that return types with arguments of type FunctionalKeyModifier and TypeMethodDescriptionstatic Translet.Parser<FunctionalKey> FunctionalKey.getCapitalizationAdjustedParser(String lang, String delim) Delivers a parser which accepts the lower-initial variant of a pitch class followed by the word for minor, and the upper-initial variant for major.static Translet.Parser<FunctionalKey> FunctionalKey.getCapitalizationOnlyParser(String lang) Delivers a parser which accepts only the pitch class names and derives the gender/mode from the case of the initial character.static Translet.Parser<FunctionalKey> FunctionalKey.getExplicitParser(String lang, String delim) Delivers a parser which accepts the names of the pitch classes (only) as they were defined. -
Uses of FunctionalKey in eu.bandm.music.top
Fields in eu.bandm.music.top with type parameters of type FunctionalKeyModifier and TypeFieldDescription(package private) final Map<Event, FunctionalKey> Score_cwn.event2keyMaps events of sounding voices to a key change, from param trackScore_cwn.paramname_nota.(package private) final Map<Event, FunctionalKey> MlWorat.keysThe data from the dedicated voice holding the current tonal key.Methods in eu.bandm.music.top that return FunctionalKeyModifier and TypeMethodDescriptionprotected FunctionalKeyMlWorat.findValidKey(int satz) Find the "tonart"/tonal key input value which stands exactly at the start of the movement "satz".Methods in eu.bandm.music.top with parameters of type FunctionalKeyModifier and TypeMethodDescriptionprotected intMlWorat.category(FunctionalKey key, FunctionalPitchModOctave p) Compare a pitch class to a scale.protected voidMlWorat.write_note(PrintWriter pw, int satz, FunctionalKey key, String pitchName, String str) Writes musixtex note head without spacing, in the graphical form decided byMlWorat.category(FunctionalKey, FunctionalPitchModOctave), iff pitchName is contained in this Satz.