Uses of Class
org.jjazz.harmony.api.StandardScaleInstance
Packages that use 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
Methods in org.jjazz.chordleadsheet.api.item that return StandardScaleInstanceModifier and TypeMethodDescriptionChordRenderingInfo.getScaleInstance()
The standard scale instance that should be used for this chord.Constructors in org.jjazz.chordleadsheet.api.item with parameters of type StandardScaleInstanceModifierConstructorDescriptionChordRenderingInfo
(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
Methods in org.jjazz.harmony.api that return StandardScaleInstanceModifier and TypeMethodDescriptionStandardScaleInstance.getTransposed
(int semitons) Return a copy transposed by t semitons.Methods in org.jjazz.harmony.api that return types with arguments of type StandardScaleInstanceModifier and TypeMethodDescriptionScaleManager.getMatchingScales
(ChordSymbol cs) Compute the scale instances which match the specified chord symbol.Methods in org.jjazz.harmony.api with parameters of type StandardScaleInstanceModifier 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.