Uses of Class
com.tagtraum.audiokern.key.KeyProfile
-
Packages that use KeyProfile Package Description com.tagtraum.audiokern.key Classes dealing with tonality, keys etc. -
-
Uses of KeyProfile in com.tagtraum.audiokern.key
Methods in com.tagtraum.audiokern.key that return KeyProfile Modifier and Type Method Description abstract KeyProfilePitchProfileKey2.KeyProfileChooser. choose(float[] chromagram, AudioSong song)static KeyProfileKeyProfile. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyProfile[]KeyProfile. 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 KeyProfile Modifier and Type Method Description floatKey. getCorrelation(KeyProfile profile, float[] chromagram, Tone chromagramBase)Calculates the Pearson correlation coefficient between this key and the given chromagram using the provided profile.floatMajorKey. getCorrelation(KeyProfile profile, float[] chromagram, Tone chromagramBase)floatMinorKey. getCorrelation(KeyProfile profile, float[] chromagram, Tone chromagramBase)
-