Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix note displaying #30

Merged
merged 1 commit into from
Feb 4, 2024
Merged

fix note displaying #30

merged 1 commit into from
Feb 4, 2024

Conversation

ruby-R53
Copy link
Contributor

@ruby-R53 ruby-R53 commented Feb 4, 2024

on line 547 of menu.cpp, ANDing registers[0x01 + i * 0x07] with $F caused some notes to be displayed incorrectly, some of them were off by a few semitones, while others by even some octaves

masking that register wasn't making much sense to me, so i got curious and removed that just to see what would happen

@drfiemost
Copy link
Member

Thanks for the fix, next time please use a more descriptive commit message.

@drfiemost drfiemost merged commit 9c3b7b6 into libsidplayfp:master Feb 4, 2024
3 checks passed
@ruby-R53
Copy link
Contributor Author

ruby-R53 commented Feb 4, 2024

no problem, this was my first time making a pull request so i didn't really know how to write a message for it lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants