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.tabstaffFields in eu.bandm.music.applications.tabstaff declared as ScalaNumAbstrPOctsModifier and TypeFieldDescriptionstatic final ScalaNumAbstrPOctsTabstaff.DEFAULT_SCALE(package private) ScalaNumAbstrPOctsChartGraphics2.runningScale(package private) ScalaNumAbstrPOctsPitchGrid.scale(package private) ScalaNumAbstrPOctsPitchKeyGrid.scaleFields in eu.bandm.music.applications.tabstaff with type parameters of type ScalaNumAbstrPOctsModifier and TypeFieldDescription(package private) Map<Event, ScalaNumAbstrPOcts> Tabstaff.event2scaleStorage for events in the configuration voice.(package private) final Post<ScalaNumAbstrPOcts> PitchKeyGrid.postScaleMethods in eu.bandm.music.applications.tabstaff with parameters of type ScalaNumAbstrPOctsModifier and TypeMethodDescriptionvoidPitchKeyGrid.changeFixed_chromatic_scale(ScalaNumAbstrPOcts newScale) Change only the interpretation of the chromatic scale.voidPitchKeyGrid.changeFixed_diatonic_scaleAndRoot(ScalaNumAbstrPOcts newScale, int newRoot) voidPitchGrid.deriveFixed_scale(ScalaNumAbstrPOcts newScale) Change the scale in fixed mode.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.
- 
Uses of ScalaNumAbstrPOcts in eu.bandm.music.entitiesFields in eu.bandm.music.entities declared as ScalaNumAbstrPOctsModifier and TypeFieldDescriptionstatic final ScalaNumAbstrPOctsScalaNumAbstrPOcts.harmMinorstatic final ScalaNumAbstrPOctsScalaNumAbstrPOcts.majorstatic final ScalaNumAbstrPOctsScalaNumAbstrPOcts.melMinorstatic final ScalaNumAbstrPOctsScalaNumAbstrPOcts.minorstatic final ScalaNumAbstrPOctsScalaNumAbstrPOcts.wholeToneFields 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.parserMethods in eu.bandm.music.entities that return ScalaNumAbstrPOctsModifier and TypeMethodDescriptionstatic ScalaNumAbstrPOctsScalaNumAbstrPOcts.fromNumbers(int reperc, int... members) static ScalaNumAbstrPOctsScalaNumAbstrPOcts.fromNumbers(int reperc, List<Integer> members) static ScalaNumAbstrPOctsScalaNumAbstrPOcts.fromNumericName(String s) static ScalaNumAbstrPOctsScalaNumAbstrPOcts.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.