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.
http://mudcu.be/midi-js/
MIT License
3.8k stars 640 forks source link

Audio Mobile App : MIDI.js or Native ? #250

Open shivrajsa opened 5 years ago

shivrajsa commented 5 years ago

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.

imiskolee commented 5 years ago

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

shivrajsa commented 5 years ago

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