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.81k stars 640 forks source link

Any way to load sound fonts on demand? #60

Open erstwhile opened 10 years ago

erstwhile commented 10 years ago

is there any way to have the MIDI Plugin load, start playing with a single sound font, and then load other sound fonts in the background or via user action while music is playing?

mudcube commented 10 years ago

I don't know how you did it, but this seems to be working as your describing in your demo (in your other comment). Did you end up extending MIDI.js? If so, it'd be awesome to get a pull request :)

gregdyke commented 10 years ago

I would also like more info on this

detky commented 10 years ago

Does someone have the demo url to take a look?