Instrument
struct Instrument: Codable
A ChordPro Instrument
-
The instrument
Declaration
Swift
let instrument: Instrument
-
The tuning of the instrument
Declaration
Swift
let tuning: [String]
-
The chords for the instrument
Declaration
Swift
let chords: [Chord]
-
PDF settings for the instrument
Declaration
Swift
let pdf: PDF
-
Instrument chord
See moreDeclaration
Swift
struct Chord: Codable
-
The instrument
See moreDeclaration
Swift
struct Instrument: Codable
-
PDF settings for the instrument
See moreDeclaration
Swift
struct PDF: Codable
-
Diagram settings for the instrument
See moreDeclaration
Swift
struct Diagrams: Codable