Uses of Enum Class
org.jjazz.harmony.api.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
Modifier and TypeMethodDescriptionstatic Degree.Natural
Degree.Natural.get
(int relPitch) static Degree.Natural
Degree.Natural.getFromIntValue
(int intValue) Degree.getNatural()
static Degree.Natural
Returns 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.Modifier and TypeMethodDescriptionChordType.getDegree
(Degree.Natural nd) Find the chord type's degree who matches natural degree nd.static Degree
Degree.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.int
ChordType.getPitch
(Degree.Natural nd, int rootPitch) Calculate the pitch of degree nd if chord's root=rootPitch and chord's type=this.