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