Uses of Class
com.tagtraum.audiokern.key.SeventhChord
-
Packages that use SeventhChord Package Description com.tagtraum.audiokern.key Classes dealing with tonality, keys etc. -
-
Uses of SeventhChord in com.tagtraum.audiokern.key
Methods in com.tagtraum.audiokern.key that return SeventhChord Modifier and Type Method Description static SeventhChord
SeventhChord. getCorrelatingChord(float[] chromagram, Tone baseTone)
Computes the seventh chord with the highest correlation to the given chromagram.SeventhChord
Key. getDominantSeventh()
SeventhChord
MajorKey. getDominantSeventh()
SeventhChord
MinorKey. getDominantSeventh()
static SeventhChord[]
SeventhChord. values()
All possible seventh chords.
-