Wohlstand / libEDMIDI

Emu De Midi as the library
zlib License
10 stars 1 forks source link

Fix index error regarding drum volumes #4

Closed jpcima closed 4 years ago

jpcima commented 4 years ago

Hi, there is an index error in drum volume management.

Inside perc_table, there are drums numered 1-5 and 0 for none. It needs to substract 1 to obtain an index into tables like velocity[5].

There exist some cases which update wrong indices. See diff