Chord definitions

  • Bits and pieces that makes a ChordDefinition

    See more

    Declaration

    Swift

    public enum Chord
  • Bits and pieces to get chord definitions

    See more

    Declaration

    Swift

    public enum Chords
  • The instruments we know about

    See more

    Declaration

    Swift

    public enum Instrument : String, CaseIterable, Codable, Sendable
  • Static scale dictionaries

    See more

    Declaration

    Swift

    public enum Scales
  • The structure for an interval

    See more

    Declaration

    Swift

    public struct Interval : Hashable, Sendable
  • The structure of a chord definition

    See more

    Declaration

    Swift

    public struct ChordDefinition : Equatable, Codable, Identifiable, Hashable, Sendable
  • Chord utilities

    See more

    Declaration

    Swift

    enum Utils
  • Analize a chord

    See more

    Declaration

    Swift

    enum Analizer
  • Regex definitions to parse a chord

    See more

    Declaration

    Swift

    struct RegexDefinitions
  • The structure of the chord database

    See more

    Declaration

    Swift

    public struct Database : Codable

Play a ChordDefinition with MIDI