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 KeyProfile
PitchProfileKey2.KeyProfileChooser. choose(float[] chromagram, AudioSong song)
static KeyProfile
KeyProfile. 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 float
Key. getCorrelation(KeyProfile profile, float[] chromagram, Tone chromagramBase)
Calculates the Pearson correlation coefficient between this key and the given chromagram using the provided profile.float
MajorKey. getCorrelation(KeyProfile profile, float[] chromagram, Tone chromagramBase)
float
MinorKey. getCorrelation(KeyProfile profile, float[] chromagram, Tone chromagramBase)
-