public final class ChordAnalysis
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static int[] | RATINGS | 
| Modifier and Type | Method and Description | 
|---|---|
| static jm.music.tools.ChordAnalysis.Possible[] | getChords(Phrase phrase,
         double beatLength,
         int tonic,
         int[] scale) | 
| static int[] | getFirstPassChords(Phrase phrase,
                  double beatLength,
                  int tonic,
                  int[] scale) | 
| static int[] | getSecondPassChords(Phrase phrase,
                   double beatLength,
                   int tonic,
                   int[] scale) | 
public static jm.music.tools.ChordAnalysis.Possible[] getChords(Phrase phrase, double beatLength, int tonic, int[] scale)
public static int[] getFirstPassChords(Phrase phrase, double beatLength, int tonic, int[] scale)
public static int[] getSecondPassChords(Phrase phrase, double beatLength, int tonic, int[] scale)