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
  • the fret for the barr

    Declaration

    Swift

    public var fret: Int
  • The first string to bar

    Declaration

    Swift

    public var startIndex: Int
  • The last string to bar

    Declaration

    Swift

    public var endIndex: Int
  • The calculated lengt

    Declaration

    Swift

    public var length: Int { get }