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 class
SeventhChord
Seventh Chord.class
Triad
Triad.Methods in com.tagtraum.audiokern.key that return Chord Modifier and Type Method Description static Chord
Chords. 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 Tone
Chord.Type. getRoot(Chord chord)
static Chord.Type
Chord.Type. getType(Chord chord)
boolean
Chord.Type. isTypeOf(Chord chord)
-