Closed djyt closed 11 years ago
Sometimes the YM2151 music goes wonky on the mingw build.
The bug is not always reproducible, but is most commonly found when selecting Magical Sound Shower on the music menu.
The bug appears to be caused by playing a sample simultaneously on the PCM_FX7 channel. Swapping the GETREADY sample to PCM_FX5 cures the issue.
The bug cannot be reproduced with Visual C++. Strange...
Seems to be the result of a porting bug which in turn maybe a result of uninitialized memory areas...
Sometimes the YM2151 music goes wonky on the mingw build.
The bug is not always reproducible, but is most commonly found when selecting Magical Sound Shower on the music menu.
The bug appears to be caused by playing a sample simultaneously on the PCM_FX7 channel. Swapping the GETREADY sample to PCM_FX5 cures the issue.
The bug cannot be reproduced with Visual C++. Strange...