Uses of Class
eu.bandm.music.entities.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
Modifier 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
Modifier and TypeFieldDescriptionstatic final EntityCatalog<FunctionalKey>
FunctionalKey.catalog
Catalog of all defined keys.Modifier and TypeMethodDescriptionstatic FunctionalKey
FunctionalKey.valueOf
(FunctionalPitchModOctave base, FunctionalGender gender) Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionprotected FunctionalKey
MlWorat.findValidKey
(int satz) Find the "tonart"/tonal key input value which stands exactly at the start of the movement "satz".Modifier 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.