Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A2M-V2: Now proper fix for note-off + tone portamento #250

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

Merged
merged 1 commit into from
May 5, 2025

Conversation

dmitrysmagin
Copy link
Contributor

Hi, this is the fix of a fix for the following case:
image

Previously, if note-off happened, the current portamento effect value was discarded and the previous value from the previous row was used. This worked because in most cases note portamento has the same value on all rows.

However, there could be potentially a case when different values are used on each row, so the new and correct logic is: in case of note-off command use the current effect value. This affects fank5.a2m, however, it's hard to hear the difference.

… value from previous row was used (fank5.a2m)
@mywave82 mywave82 merged commit 4d36927 into adplug:master May 5, 2025
10 checks passed
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