Uses of Enum Class
eu.bandm.music.applications.tabstaff.Tabstaff.distance
Packages that use Tabstaff.distance
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.distance in eu.bandm.music.applications.tabstaff
Fields in eu.bandm.music.applications.tabstaff declared as Tabstaff.distanceModifier and TypeFieldDescriptionstatic final Tabstaff.distance
Tabstaff.DEFAULT_DISTANCE
(package private) Tabstaff.distance
PitchGrid.distance
(package private) Tabstaff.distance
PitchKeyGrid.distance
(package private) Tabstaff.distance
ChartGraphics2.runningDistance
Fields in eu.bandm.music.applications.tabstaff with type parameters of type Tabstaff.distanceModifier and TypeFieldDescription(package private) Map
<Event, Tabstaff.distance> Tabstaff.event2distance
Storage for events in the configuration voice.(package private) final EnumPost
<Tabstaff.distance> PitchKeyGrid.postDistance
Methods in eu.bandm.music.applications.tabstaff that return Tabstaff.distanceModifier and TypeMethodDescriptionstatic Tabstaff.distance
Returns the enum constant of this class with the specified name.static Tabstaff.distance[]
Tabstaff.distance.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.bandm.music.applications.tabstaff with parameters of type Tabstaff.distanceModifier and TypeMethodDescriptionvoid
PitchKeyGrid.changeFixed_chromatic_distance
(Tabstaff.distance newDistance) void
PitchKeyGrid.changeFixed_diatonic_distance
(Tabstaff.distance newDistance) Cannot do any better than to calculate the layout anew, keeping only the lowest row.void
PitchGrid.deriveFixed_distance
(Tabstaff.distance newDistance) In both modes all rows except the bottom row must be recalculated.void
PitchGrid.initPads
(boolean inKey, ScalaNumAbstrPOcts scale, Tabstaff.distance distance) Calculate the initial roles and pitch offsets of all squares.(package private) void
PitchKeyGrid.initPads
(boolean inKey, ScalaNumAbstrPOcts scale, Tabstaff.distance distance, int startIndex) Calculate the initial roles and pitch offsets of all squares.static ChartGraphics.rank[]
ChartGraphics.scaleToButtons
(Tabstaff.distance distance, int[] scaleDistances) Calculate the ranks of all squares to display (root, own, or foreign).