Group

public enum Group

The grouping of chords

  • Major chords

    Declaration

    Swift

    case major
  • Minor chords

    Declaration

    Swift

    case minor
  • Diminished chords

    Declaration

    Swift

    case diminished
  • Augmented chords

    Declaration

    Swift

    case augmented
  • Suspended chords

    Declaration

    Swift

    case suspended
  • All other chords

    Declaration

    Swift

    case other