Line
struct Line: Identifiable
A line in the Section
-
The unique ID
Declaration
Swift
var id: Int
-
The optional parts in the line
Declaration
Swift
var parts = [Part]()
-
The optional grid in the line
Declaration
Swift
var grid = [Grid]()
-
The optional tab in the line
Declaration
Swift
var tab: String = ""
-
The optional comment in the line
Declaration
Swift
var comment: String = ""
-
The optional strum pattern in the line
Declaration
Swift
var strum = [String]()
-
Declaration
Swift
struct Grid: Identifiable
-
Declaration
Swift
struct Part: Identifiable
-
Convert strum characters in the source to fancy symbols
Declaration
Swift
static var strumCharacterDict: [String: String]