WebMIDIKit icon indicating copy to clipboard operation
WebMIDIKit copied to clipboard

Failed to Run the Simplest Demo

Open Espresso1027 opened this issue 3 years ago • 0 comments

Hi, I'm new to swift I try to get the midi input port list by

import WebMIDIKit

let midi: MIDIAccess = MIDIAccess()

let inputPort: MIDIInput? = midi.inputs.prompt()

It build succeeded but with an error

Screen Shot 2021-05-07 at 6 15 48 PM

How can I get it Run correctly ?

Espresso1027 avatar May 07 '21 10:05 Espresso1027