CustomChordProgression

public struct CustomChordProgression: Codable

A struct for storing custom progressions.

  • Name of the progression.

    Declaration

    Swift

    public var name: String
  • Chord progression with ChordProgresion.custom type.

    Declaration

    Swift

    public var progression: ChordProgression