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