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