djtuBIG-MaliceX / opl3-synth-driver

Forked from Alexey Khohkolov's (khokh2001) OPL3 synth. This intends to improve onto the base driver to include extended MIDI support and other improvements to the playback component.
5 stars 0 forks source link

CANYON.MID polyphony not the same anymore (ie: test case fails) #16

Closed djtuBIG-MaliceX closed 10 years ago

djtuBIG-MaliceX commented 10 years ago

Original report by James Alan Nguyen (Bitbucket: djtubig-malicex, GitHub: djtubig-malicex).


WinFM OPL3 using Fat Man patches has always been able to play CANYON.MID flawlessly, but recent changes in note allocation logic has now caused it to play back with dropped notes. This is unacceptable output.

djtuBIG-MaliceX commented 10 years ago

Original comment by James Alan Nguyen (Bitbucket: djtubig-malicex, GitHub: djtubig-malicex).


Fixed: my fault. When hardcoding ch10 for note on to drum bank after adding bankswitching, i forgot to do so for note offs.