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