Uses of Enum Class
org.jjazz.harmony.api.ChordType.DegreeIndex
Packages that use ChordType.DegreeIndex
Package
Description
Models for harmony objects: note, scale, degree, chord symbol, time signature, etc.
-
Uses of ChordType.DegreeIndex in org.jjazz.harmony.api
Methods in org.jjazz.harmony.api that return ChordType.DegreeIndexModifier and TypeMethodDescriptionChordType.getDegreeIndex(Degree d) The degreeIndex of specified degree.static ChordType.DegreeIndexReturns the enum constant of this class with the specified name.static ChordType.DegreeIndex[]ChordType.DegreeIndex.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jjazz.harmony.api that return types with arguments of type ChordType.DegreeIndexModifier and TypeMethodDescriptionChordType.getExtensionDegreeIndexes()The ordered list of DegreeIndexes starting from NINTH.ChordType.getMostImportantDegreeIndexes()The list of "most important Degrees" indexes for this chord type, in the descending order.Methods in org.jjazz.harmony.api with parameters of type ChordType.DegreeIndexModifier and TypeMethodDescriptionChordType.fitDegreeAdvanced(ChordType.DegreeIndex di, StandardScaleInstance optScale) Rely on fitDegreeAdvanced(Degree d, optScales).ChordType.getDegree(ChordType.DegreeIndex di) The degree corresponding to the specified DegreeIndex.intChordSymbol.getRelativePitch(ChordType.DegreeIndex di) Return the relative pitch corresponding to the specified degree index for this chord symbol.