Uses of Class
eu.bandm.music.entities.FunctionalKey
Packages that use FunctionalKey
Package
Description
Prototypical realization of the "TabStaff+" design for
notating Tactie User Interfaces (TUIs) like the "Ableton Push",
as presented by L.Wilde and C.White on Tenor2024 in Zürich.
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.applications.tabstaff
Fields in eu.bandm.music.applications.tabstaff with type parameters of type FunctionalKeyModifier and TypeFieldDescription(package private) Map
<Event, FunctionalKey> Tabstaff.event2functionalKey
Storage for events in the configuration voice.(package private) Map
<Event, FunctionalKey> TabstaffAccordic.event2functionalKey
-
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.catalog
Catalog of all defined keys.Methods in eu.bandm.music.entities that return FunctionalKeyModifier and TypeMethodDescriptionstatic FunctionalKey
FunctionalKey.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.event2key
Maps events of sounding voices to a key change, from param track .(package private) final Map
<Event, FunctionalKey> MlWorat.keys
The data from the dedicated voice holding the current tonal key.Methods in eu.bandm.music.top that return FunctionalKeyModifier and TypeMethodDescriptionprotected FunctionalKey
MlWorat.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 int
MlWorat.category
(FunctionalKey key, FunctionalPitchModOctave p) Compare a pitch class to a scale.protected void
MlWorat.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.