Uses of Class
eu.bandm.music.applications.tabstaff.Tabstaff
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.
-
Uses of Tabstaff in eu.bandm.music.applications.tabstaff
Modifier and TypeFieldDescriptionfinal Tabstaff
ChartGraphics.score
protected final Tabstaff
DisplayTablature.score
The score data, needed for event parmeters.(package private) final Tabstaff
TablatureGraphics.score
ModifierConstructorDescriptionprotected
ChartGraphics
(int rows, int cols, Tabstaff score, SimpleMessage.Sender<eu.bandm.tools.util.xml.XMLDocumentIdentifier> msg) ChartGraphics_byStrings
(int rows, int cols, Tabstaff score, SimpleMessage.Sender<eu.bandm.tools.util.xml.XMLDocumentIdentifier> msg) ChartGraphics_svg
(int rows, int cols, Tabstaff score, SimpleMessage.Sender<eu.bandm.tools.util.xml.XMLDocumentIdentifier> msg) DisplayTablature
(Tabstaff score, TablatureGraphics tabGraphics, DisplayTablature.VerticalExtend verticalExtend) Constructor with sensible default parameters for layout.DisplayTablature
(Tabstaff score, TablatureGraphics tabGraphics, DisplayTablature.VerticalExtend verticalExtend, DisplayTablature.VocesTangentes vocesTangentes, DisplayTablature.shiftAgainstCollision collisionMode) Constructor with explicit parameters for layout.(package private)
TablatureGraphics
(Tabstaff score, SimpleMessage.Sender<eu.bandm.tools.util.xml.XMLDocumentIdentifier> msg, Tabstaff.Configuration configuration)