Package com.tagtraum.audiokern.key
Class Chords
- java.lang.Object
-
- com.tagtraum.audiokern.key.Chords
-
public final class Chords extends Object
Chords.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Chord
getCorrelatingChord(float[] chromagram, Tone baseTone)
Computes the chord with the highest correlation to the given chromagram.static Chord[]
values()
-
-
-
Method Detail
-
values
public static Chord[] values()
-
-