digital-sound-antiques / emu8950

A Y8950/YM3526/YM3812 emulator written in C.
MIT License
59 stars 7 forks source link

opl2 emulation missing notes #3

Closed eeprom1 closed 4 months ago

eeprom1 commented 4 months ago

Playing vgm capture of prince of persia, the intro is missing some notes, also the danger music is missing a lot of notes. I attached vgm captures and wave recroding. Please rename first two files to VGZ extension and last file to WAV 01PROL1.pdf 06DANG1.pdf princeofpersia_issue.pdf

okaxaki commented 4 months ago

Thank you. An necessary rate-key-scale calculation step at key-on was skipped due to excessive optimization. Fixed at commit 570dc99.