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.distanceTabstaff.DEFAULT_DISTANCE(package private) Tabstaff.distancePitchGrid.distance(package private) Tabstaff.distancePitchKeyGrid.distance(package private) Tabstaff.distanceChartGraphics2.runningDistanceFields in eu.bandm.music.applications.tabstaff with type parameters of type Tabstaff.distanceModifier and TypeFieldDescription(package private) Map<Event, Tabstaff.distance> Tabstaff.event2distanceStorage for events in the configuration voice.(package private) final EnumPost<Tabstaff.distance> PitchKeyGrid.postDistanceMethods in eu.bandm.music.applications.tabstaff that return Tabstaff.distanceModifier and TypeMethodDescriptionstatic Tabstaff.distanceReturns 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 TypeMethodDescriptionvoidPitchKeyGrid.changeFixed_chromatic_distance(Tabstaff.distance newDistance) voidPitchKeyGrid.changeFixed_diatonic_distance(Tabstaff.distance newDistance) Cannot do any better than to calculate the layout anew, keeping only the lowest row.voidPitchGrid.deriveFixed_distance(Tabstaff.distance newDistance) In both modes all rows except the bottom row must be recalculated.voidPitchGrid.initPads(boolean inKey, ScalaNumAbstrPOcts scale, Tabstaff.distance distance) Calculate the initial roles and pitch offsets of all squares.(package private) voidPitchKeyGrid.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).