Uses of Class
org.jjazz.harmony.api.StandardScaleInstance
Package
Description
The models for chord leadsheet items.
Models for harmony objects: note, scale, degree, chord symbol, time signature, etc.
-
Uses of StandardScaleInstance in org.jjazz.chordleadsheet.api.item
Modifier and TypeMethodDescriptionChordRenderingInfo.getScaleInstance()
The standard scale instance that should be used for this chord.ModifierConstructorDescriptionChordRenderingInfo
(EnumSet<ChordRenderingInfo.Feature> features, StandardScaleInstance scale) Create a new object with the specified parameters.Create an object with specified scale and default values. -
Uses of StandardScaleInstance in org.jjazz.harmony.api
Modifier and TypeMethodDescriptionStandardScaleInstance.getTransposed
(int semitons) Return a copy transposed by t semitons.Modifier and TypeMethodDescriptionScaleManager.getMatchingScales
(ChordSymbol cs) Compute the scale instances which match the specified chord symbol.Modifier and TypeMethodDescriptionstatic Degree
StandardScaleInstance.fitDegree
(Degree d, StandardScaleInstance... ssis) Call fitDegree(d) on each of the StandardScaleInstance and return the first non-null result.ChordType.fitDegreeAdvanced
(ChordType.DegreeIndex di, StandardScaleInstance optScale) Rely on fitDegreeAdvanced(Degree d, optScales).ChordType.fitDegreeAdvanced
(Degree d, StandardScaleInstance optScale) Fit harmonically degree d to this chord type.