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 TabstaffChartGraphics.scoreThe score data which will be rendered.final TabstaffChartGraphics2.scoreThe score data which will be rendered.protected final TabstaffDisplayTablature.scoreThe score data, needed for event parmeters.(package private) final TabstaffTablatureGraphics.scoreConstructors in eu.bandm.music.applications.tabstaff with parameters of type TabstaffModifierConstructorDescriptionprotectedChartGraphics(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.protectedChartGraphics2(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)