OPLLTone: Make half the octave keys have fnum < 256 for key scaling. The key scaling offset (0..15) is composed of the block number and fnum MSB. Without this adjustment, the LSB of the key scaling offset would always be 1. Comes at the cost of losing a bit of precision for half of the keys, but ’s ok.
1 files changed, 6 insertions(+), 0 deletions(-) M src/modules/OPLLTone.asm
M src/modules/OPLLTone.asm +6 -0