BassPicker

struct BassPicker: View

SwiftUI View with a Picker to select a Root value as bass note

  • Chord Display Options object

    Declaration

    Swift

    var chordDisplayOptions: ChordDisplayOptions
  • The selected bass note

    Declaration

    Swift

    private var bass: Chord.Root = .none
  • The body of the View

    Declaration

    Swift

    var body: some View