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 volume levels of N163 and 5B to match previous 0CC/Dn #66

Conversation

nyanpasu64
Copy link
Collaborator

@nyanpasu64 nyanpasu64 commented May 12, 2021

The N163/5B's volume levels were unintentionally changed in #27, which sadly made it into the 0.3.0 release.

When moving chip volume levels from CMixer's declaration to CMixer::UpdateSettings(), I swapped their levels by mistake. (This happened because SynthS5B and SynthN163 were listed in opposite orders in the declaration and method.) This resulted in the 5B being too quiet and N163 being too loud, compared to past versions of 0CC/Dn.

This PR fixes their volume levels to match prior program versions. Both the N163 and 5B volume level formulas are probably inaccurate, but at least matching prior versions of FT is better than being inconsistent.

The N163/5B's volume levels changed in
0df4d72 (Dn-Programming-Core-Management#27).
When moving chip volume levels from CMixer's declaration to
CMixer::UpdateSettings(), I swapped their levels by mistake.
(This happened because SynthS5B and SynthN163 were listed
in opposite orders in the declaration and method.)
This resulted in the 5B being too quiet and N163 being too loud,
compared to past versions of 0CC/Dn.

This commit fixes their volume levels to match prior program versions.
Both the N163 and 5B volume level formulas are probably inaccurate,
but at least matching prior versions of FT is better than being
inconsistent.
@nyanpasu64 nyanpasu64 changed the title Fix volume levels of N163 and 5B to match earlier versions Fix volume levels of N163 and 5B to match previous 0CC/Dn May 12, 2021
@Gumball2415 Gumball2415 merged commit b1d66eb into Dn-Programming-Core-Management:master May 12, 2021
@nyanpasu64 nyanpasu64 deleted the fix-n163-s5b-volumes branch May 24, 2021 04:45
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