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