mudcube / MIDI.js

:musical_keyboard: Making life easy to create a MIDI-app on the web. Includes a library to program synesthesia into your app for memory recognition or for creating trippy effects. Convert soundfonts for Guitar, Bass, Drums, ect. into code that can be read by the browser. Supports multiple simultaneous instruments and perfect timing.

Home Page:http://mudcu.be/midi-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio Mobile App : MIDI.js or Native ?

shivrajsa opened this issue · comments

I want to build MIDI notes synthesizer app for android and iOS platform.

I have web app developed using MIDI.js : www.vishwamohini.com
And similar app I want to develop for mobile platforms.

Should I go for hybrid app with MIDI.js or native app is necessary because of its CPU intensive nature ? Please guide.

Note : As a trial, I have already deployed hybrid app on Android.

@shivrajsa I think native is very expensive than WEB, you're needed to develop the same thing on all platforms(Android/iOS), it's not easy. Maybe you can try flutter Now.

Thank you @imiskolee for your reply.
I will check flutter, also exploring more options which will convert site directly to App.

Please check this too
Jasonette : https://medium.freecodecamp.org/how-to-turn-your-website-into-a-mobile-app-with-7-lines-of-json-631c9c9895f5