Uses of Enum Class
org.jjazz.harmony.api.Degree.Natural
Packages that use Degree.Natural
Package
Description
Models for harmony objects: note, scale, degree, chord symbol, time signature, etc.
-
Uses of Degree.Natural in org.jjazz.harmony.api
Methods in org.jjazz.harmony.api that return Degree.NaturalModifier and TypeMethodDescriptionstatic Degree.NaturalDegree.Natural.get(int relPitch) static Degree.NaturalDegree.Natural.getFromIntValue(int intValue) Degree.getNatural()static Degree.NaturalReturns the enum constant of this class with the specified name.static Degree.Natural[]Degree.Natural.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jjazz.harmony.api with parameters of type Degree.NaturalModifier and TypeMethodDescriptionChordType.getDegree(Degree.Natural nd) Find the chord type's degree who matches natural degree nd.static DegreeDegree.getDegree(Degree.Natural n, int alt) Example: n=NINTH, alt=+1, return NINTH_SHARPScale.getDegrees(Degree.Natural n) Get the scale degrees corresponding to a natural degree.intChordType.getPitch(Degree.Natural nd, int rootPitch) Calculate the pitch of degree nd if chord's root=rootPitch and chord's type=this.