BassPicker
struct BassPicker: View
SwiftUI View with a Picker to select a Root value as bass note
-
The binding to the observable state of the scene
Declaration
Swift
var sceneState: SceneStateModel -
The selected bass note
Declaration
Swift
private var bass: Chord.Root = .none -
The body of the
ViewDeclaration
Swift
var body: some View
View on GitHub