Interface Chord

    • Method Detail

      • getCorrelation

        float getCorrelation​(float[] chromagram,
                             Tone chromagramBase)
        Computes the correlation of this chord (and type) to a chromagram with the given base tone.
        Parameters:
        chromagram - chromagram
        Returns:
        correlation coefficient
      • canBeFormedFrom

        boolean canBeFormedFrom​(Tone[] tones,
                                int length)
      • contains

        boolean contains​(Tone tone)
      • getTones

        Tone[] getTones()
      • getRoot

        Tone getRoot()