You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how the soundfonts would affect your player, but I found out that MIDI.js and other libraries which uses MIDI.js have a really bad performance. The MIDI.js demo site http://galacticmilk.com/midi-js/ takes more than 100% CPU on my MacBook Air. So on mobile devices this would be really bad.
Your musicaljs library is quite the opposite and really awesome! It needs very less CPU and memory.
Never more than 10% CPU while playing the Moonlight Sonata for instance.
There are some fantastic js libraries that will render "soundfonts" that have terrific instruments, such as
https://github.com/mudcube/MIDI.js
We should revamp the audio API to allow soundfonts to be loaded and played; and we should provide a default set of soundfonts.
The text was updated successfully, but these errors were encountered: