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 ModeKey. getMode()Mode.static ModeMode. toMode(String modeName)static ModeMode. 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 KeyKeyFactory. get(Tone tone, Mode mode)Same astone.getKey(mode).KeyTone. getKey(Mode mode)Gets the key with the given mode which has this tone as a tonic.
-