grimmdude / MidiPlayerJS

♬ MIDI parser & player engine for browser or Node. As a parser converts MIDI events into JSON. Works well with single or multitrack MIDI files.
https://grimmdude.com/MidiPlayerJS/
MIT License
357 stars 52 forks source link

Add more musical instruments #21

Closed surikov closed 6 years ago

surikov commented 6 years ago

Add more musical instruments from WebAudioFonts.

It includes samples from Fluid, General User GS etc. Pianos, guitars, Fx, about 2000 instruments and drums. See example at https://surikov.github.io/webaudiofont/examples/dynamic.html

grimmdude commented 6 years ago

Hi @surikov,

Thanks for the post. This library provides only the player engine and doesn't deal with sound fonts directly.

However, if you would like to create an example MIDI player using MidiPlayerJS using your sound font library I would be happy to add a link to it in this library's readme.

-Garrett