Uses of Class
eu.bandm.music.applications.tabstaff.Tabstaff
Packages that use Tabstaff
Package
Description
Prototypical realization of the »TabStaff+« design for
notating Tactile 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
Fields in eu.bandm.music.applications.tabstaff declared as TabstaffModifier and TypeFieldDescriptionfinal Tabstaff
ChartGraphics.score
The score data which will be rendered.final Tabstaff
ChartGraphics2.score
The score data which will be rendered.protected final Tabstaff
DisplayTablature.score
The score data, needed for event parmeters.(package private) final Tabstaff
TablatureGraphics.score
Constructors in eu.bandm.music.applications.tabstaff with parameters of type TabstaffModifierConstructorDescriptionprotected
ChartGraphics
(int rows, int cols, Tabstaff score, SimpleMessage.Sender<XMLDocumentIdentifier> msg) Basic constructor which defines fundamental input and output data.ChartGraphics_byStrings
(int rows, int cols, Tabstaff score, SimpleMessage.Sender<XMLDocumentIdentifier> msg) Called by the user.ChartGraphics_svg
(int rows, int cols, Tabstaff score, SimpleMessage.Sender<XMLDocumentIdentifier> msg) Called by the user.protected
ChartGraphics2
(int rows, int cols, Tabstaff score, SimpleMessage.Sender<XMLDocumentIdentifier> msg) Basic constructor which defines fundamental input and output data.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<XMLDocumentIdentifier> msg, Tabstaff.Configuration configuration)