Chord
public enum Chord
Bits and pieces that makes a ChordDefinition
-
The grouping of chords
See moreDeclaration
Swift
public enum Group
-
The structure of a chord barre
See moreDeclaration
Swift
public struct Barre: Equatable, Codable, Hashable, Sendable
-
The structure of a chord component
See moreDeclaration
Swift
public struct Component: Identifiable, Hashable, Sendable
-
All the chord qualities we know about
Note
Changes to the raw value might break the databasesDeclaration
Swift
public enum Quality: String, CaseIterable, Codable, Comparable, Sendable
-
Declaration
Swift
public enum Root: String, CaseIterable, Codable, Comparable, Sendable
-
Status of the
See moreChordDefinition
Declaration
Swift
enum Status: String, LocalizedError