Class Keys

    • Field Detail

      • C_MAJOR

        public static final Key C_MAJOR
        C major.
      • G_MAJOR

        public static final Key G_MAJOR
        G major.
      • D_MAJOR

        public static final Key D_MAJOR
        D major.
      • A_MAJOR

        public static final Key A_MAJOR
        A major.
      • E_MAJOR

        public static final Key E_MAJOR
        E major.
      • B_MAJOR

        public static final Key B_MAJOR
        B major.
      • F_SHARP_MAJOR

        public static final Key F_SHARP_MAJOR
        F# major.
      • D_FLAT_MAJOR

        public static final Key D_FLAT_MAJOR
        Db major.
      • A_FLAT_MAJOR

        public static final Key A_FLAT_MAJOR
        Ab major.
      • E_FLAT_MAJOR

        public static final Key E_FLAT_MAJOR
        Eb major.
      • B_FLAT_MAJOR

        public static final Key B_FLAT_MAJOR
        Bb major.
      • F_MAJOR

        public static final Key F_MAJOR
        F major.
      • A_MINOR

        public static final Key A_MINOR
        A minor.
      • E_MINOR

        public static final Key E_MINOR
        E minor.
      • B_MINOR

        public static final Key B_MINOR
        B minor.
      • F_SHARP_MINOR

        public static final Key F_SHARP_MINOR
        F# minor.
      • D_FLAT_MINOR

        public static final Key D_FLAT_MINOR
        Db minor.
      • A_FLAT_MINOR

        public static final Key A_FLAT_MINOR
        Ab minor.
      • E_FLAT_MINOR

        public static final Key E_FLAT_MINOR
        Eb minor.
      • B_FLAT_MINOR

        public static final Key B_FLAT_MINOR
        Bb minor.
      • F_MINOR

        public static final Key F_MINOR
        F minor.
      • C_MINOR

        public static final Key C_MINOR
        C minor.
      • G_MINOR

        public static final Key G_MINOR
        G minor.
      • D_MINOR

        public static final Key D_MINOR
        D minor.
    • Method Detail

      • values

        public static Key[] values()