jazz-soft/JZZ

Query

tizi24 opened this issue · 3 comments

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?

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

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...

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