Chord
enum Chord: String, Equatable, Codable, Sendable
The enum for a Chord display option
-
Show the chord with its name
Declaration
Swift
case asName -
Show a chord with its diagram
Declaration
Swift
case asDiagram
View on GitHub