Uses of Class
com.tagtraum.audiokern.key.Mode
-
Packages that use Mode Package Description com.tagtraum.audiokern.key Classes dealing with tonality, keys etc. -
-
Uses of Mode in com.tagtraum.audiokern.key
Methods in com.tagtraum.audiokern.key that return Mode Modifier and Type Method Description default Mode
Key. getMode()
Mode.static Mode
Mode. toMode(String modeName)
static Mode
Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Mode[]
Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tagtraum.audiokern.key with parameters of type Mode Modifier and Type Method Description static Key
KeyFactory. get(Tone tone, Mode mode)
Same astone.getKey(mode)
.Key
Tone. getKey(Mode mode)
Gets the key with the given mode which has this tone as a tonic.
-