adamnemecek / WebMIDIKit

Simplest MIDI Swift library
MIT License
147 stars 27 forks source link

Capacitor Plugin #23

Closed joshstovall closed 3 years ago

joshstovall commented 3 years ago

I have a Capacitor app, and have been looking for a iOS MIDI solution. This seems promising, I am wondering if anyone has had experience using this as a Capacitor Plugin?

PS... I ran into a few issues trying to build this (and the demo project) in Xcode 12.1.

adamnemecek commented 3 years ago

I don't have experience with Capacitator but looking at the docs, I'm guessing that supporting it should be straight forward. You probably just need to create new classes that wrap the WebMIDIKit objects.

Yeah, this project isn't exactly updated, I have moved on from Swift to Rust.