-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libxm: fix period calculation of high octaves in Amiga mode
In octaves 6 and 7, there was not enough precision left to accurately compute the period, because too many bits were discarded during the scaling down. To fix this, scale the frequency table by 1024 after switching to uint32_t, and adjust calculations accordingly. Co-developed with @bryc.
- Loading branch information
Showing
1 changed file
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters