Chord

public enum Chord

Bits and pieces that makes a ChordDefinition

  • The grouping of chords

    See more

    Declaration

    Swift

    public enum Group
  • The structure of a chord barre

    See more

    Declaration

    Swift

    public struct Barre : Equatable, Codable, Hashable, Sendable
  • The structure of a chord component

    See more

    Declaration

    Swift

    public struct Component : Identifiable, Hashable, Sendable
  • All the chord qualities we know about

    Note

    Changes to the raw value might break the databases
    See more

    Declaration

    Swift

    public enum Quality : String, CaseIterable, Codable, Comparable, Sendable
  • The root of a chord

    Note

    Changes to the raw value might break the databases
    See more

    Declaration

    Swift

    public enum Root : String, CaseIterable, Codable, Comparable, Sendable

Status of a ChordDefinition