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.customtype.Declaration
Swift
public var progression: ChordProgression
View on GitHub
CustomChordProgression Structure Reference