midi-player icon indicating copy to clipboard operation
midi-player copied to clipboard

Is it posible to include a percussion instrument?

Open sanxofon opened this issue 7 years ago • 1 comments

Is there any percussion instrument for midi-player? How could I create some files like this:

  • 116_General_MIDI_Percussion.js
  • 116_General_MIDI_Percussion.data

Is this even posible? I know percussion sets use other output channel (In my case Channel 9) and are processed differently

Thank you for this awesome player!

sanxofon avatar Oct 17 '18 00:10 sanxofon

This project uses https://github.com/zz85/wild-web-midi/ (a port of https://github.com/Mindwerks/wildmidi) , which uses freepats, which it looks like has a drum kit sound bank already available.

http://freepats.zenvoid.org/Percussion/acoustic-drum-kit.html

Probably this question would be better asked at https://github.com/zz85/wild-web-midi/

earboxer avatar Jun 13 '19 17:06 earboxer