jazz-soft / JZZ

MIDI library for Node.js and web-browsers
http://jazz-soft.net/doc/JZZ/
MIT License
524 stars 27 forks source link

Query #72

Open tizi24 opened 1 year ago

tizi24 commented 1 year ago

I want to use jazz midi in a webview for ios, as I understand it is not supported, I have a query, is there a possibility to pass the list of usb midi devices in swift to jzz midi to process it and then send it to a midi output port in swift?

tizi24 commented 1 year ago

My idea is to avoid and transcribe all the code from scratch, my knowledge in swift is nil, and to be able to run my application made in js with webview as I did in android

jazz-soft commented 1 year ago

I have many customers who have problems on Mac, so that will be my high priority to fix it. Will take me some time reading the new docs though...

tizi24 commented 1 year ago

i tried on mac using node as webview it worked perfectly for me as webview but i wanted to do it for ios too i know its not compatible i thought i pass the usb midi msg in swift to js with jzz midi process them then send to midi out in swift