Uses of Class
eu.bandm.music.entities.ScalaNumAbstrPOcts
Packages that use ScalaNumAbstrPOcts
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.
All fundamental entities for modeling music.
-
Uses of ScalaNumAbstrPOcts in eu.bandm.music.applications.tabstaff
Fields in eu.bandm.music.applications.tabstaff declared as ScalaNumAbstrPOctsModifier and TypeFieldDescriptionstatic final ScalaNumAbstrPOcts
Tabstaff.DEFAULT_SCALE
(package private) ScalaNumAbstrPOcts
ChartGraphics2.runningScale
(package private) ScalaNumAbstrPOcts
PitchGrid.scale
(package private) ScalaNumAbstrPOcts
PitchKeyGrid.scale
Fields in eu.bandm.music.applications.tabstaff with type parameters of type ScalaNumAbstrPOctsModifier and TypeFieldDescription(package private) Map
<Event, ScalaNumAbstrPOcts> Tabstaff.event2scale
Storage for events in the configuration voice.(package private) final Post
<ScalaNumAbstrPOcts> PitchKeyGrid.postScale
Methods in eu.bandm.music.applications.tabstaff with parameters of type ScalaNumAbstrPOctsModifier and TypeMethodDescriptionvoid
PitchKeyGrid.changeFixed_chromatic_scale
(ScalaNumAbstrPOcts newScale) Change only the interpretation of the chromatic scale.void
PitchKeyGrid.changeFixed_diatonic_scaleAndRoot
(ScalaNumAbstrPOcts newScale, int newRoot) void
PitchGrid.deriveFixed_scale
(ScalaNumAbstrPOcts newScale) Change the scale in fixed mode.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. -
Uses of ScalaNumAbstrPOcts in eu.bandm.music.entities
Fields in eu.bandm.music.entities declared as ScalaNumAbstrPOctsModifier and TypeFieldDescriptionstatic final ScalaNumAbstrPOcts
ScalaNumAbstrPOcts.harmMinor
static final ScalaNumAbstrPOcts
ScalaNumAbstrPOcts.major
static final ScalaNumAbstrPOcts
ScalaNumAbstrPOcts.melMinor
static final ScalaNumAbstrPOcts
ScalaNumAbstrPOcts.minor
static final ScalaNumAbstrPOcts
ScalaNumAbstrPOcts.wholeTone
Fields in eu.bandm.music.entities with type parameters of type ScalaNumAbstrPOctsModifier and TypeFieldDescriptionstatic final EntityCatalog
<ScalaNumAbstrPOcts> ScalaNumAbstrPOcts.catalog
(package private) static final Translet.Parser
<ScalaNumAbstrPOcts> ScalaNumAbstrPOcts.parser
Methods in eu.bandm.music.entities that return ScalaNumAbstrPOctsModifier and TypeMethodDescriptionstatic ScalaNumAbstrPOcts
ScalaNumAbstrPOcts.fromNumbers
(int reperc, int... members) static ScalaNumAbstrPOcts
ScalaNumAbstrPOcts.fromNumbers
(int reperc, List<Integer> members) static ScalaNumAbstrPOcts
ScalaNumAbstrPOcts.fromNumericName
(String s) static ScalaNumAbstrPOcts
ScalaNumAbstrPOcts.fromNumericName
(String s, boolean ascending, boolean fioreStyle) Methods in eu.bandm.music.entities that return types with arguments of type ScalaNumAbstrPOctsModifier and TypeMethodDescriptionstatic Translet.Parser
<ScalaNumAbstrPOcts> Returns a parser which allows selection by name or by numeric formula.