ChordPro
enum ChordPro
Bits and pieces for a ChordPro file
-
The directives Chord Provider supports
See moreDeclaration
Swift
enum Directive: DirectiveSource, CaseIterable, Identifiable, Codable
-
Declaration
Swift
struct DirectiveSource: Equatable, Codable, ExpressibleByStringLiteral
-
All the directives we know about
Declaration
Swift
static let directives = ChordPro.Directive.allCases.map(\.rawValue.long)