Uses of Class
com.tagtraum.audiokern.key.MajorKey
-
Packages that use MajorKey Package Description com.tagtraum.audiokern.key Classes dealing with tonality, keys etc. -
-
Uses of MajorKey in com.tagtraum.audiokern.key
Methods in com.tagtraum.audiokern.key that return MajorKey Modifier and Type Method Description static MajorKey
MajorKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static MajorKey[]
MajorKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-