Barre
struct Barre: Equatable, Codable, Hashable, Sendable
The structure of a chord barre
-
The finger for the barre
Declaration
Swift
var finger: Int = 0
-
the fret for the bar
Declaration
Swift
var fret: Int = 0
-
The first string to bar
Declaration
Swift
var startIndex: Int = 0
-
The last string to bar
Declaration
Swift
var endIndex: Int = 0
-
The calculated length
Declaration
Swift
var length: Int