Uses of Class
com.tagtraum.audiokern.key.PitchProfileKey2.KeyProfileChooser
-
Packages that use PitchProfileKey2.KeyProfileChooser Package Description com.tagtraum.audiokern.key Classes dealing with tonality, keys etc. -
-
Uses of PitchProfileKey2.KeyProfileChooser in com.tagtraum.audiokern.key
Methods in com.tagtraum.audiokern.key that return PitchProfileKey2.KeyProfileChooser Modifier and Type Method Description PitchProfileKey2.KeyProfileChooser
PitchProfileKey2. getKeyProfileChooser()
static PitchProfileKey2.KeyProfileChooser
PitchProfileKey2.KeyProfileChooser. valueOf(String name)
Returns the enum constant of this type with the specified name.static PitchProfileKey2.KeyProfileChooser[]
PitchProfileKey2.KeyProfileChooser. 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 PitchProfileKey2.KeyProfileChooser Modifier and Type Method Description void
PitchProfileKey2. setKeyProfileChooser(PitchProfileKey2.KeyProfileChooser keyProfileChooser)
-