Uses of Interface
com.tagtraum.audiokern.key.Chord
-
Packages that use Chord Package Description com.tagtraum.audiokern.key Classes dealing with tonality, keys etc. -
-
Uses of Chord in com.tagtraum.audiokern.key
Classes in com.tagtraum.audiokern.key that implement Chord Modifier and Type Class Description classSeventhChordSeventh Chord.classTriadTriad.Methods in com.tagtraum.audiokern.key that return Chord Modifier and Type Method Description static ChordChords. getCorrelatingChord(float[] chromagram, Tone baseTone)Computes the chord with the highest correlation to the given chromagram.static Chord[]Chords. values()Methods in com.tagtraum.audiokern.key with parameters of type Chord Modifier and Type Method Description ToneChord.Type. getRoot(Chord chord)static Chord.TypeChord.Type. getType(Chord chord)booleanChord.Type. isTypeOf(Chord chord)
-