PlayButton
struct PlayButton: View
SwiftUI Button
to play the chord with MIDI
-
The chord to play
Declaration
Swift
let chord: ChordDefinition
-
The
Instrument
to useDeclaration
Swift
let instrument: Midi.Instrument
-
The body of the
View
Declaration
Swift
var body: some View