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

Pcm note off #208

Merged
merged 2 commits into from
Sep 8, 2024
Merged

Pcm note off #208

merged 2 commits into from
Sep 8, 2024

Conversation

dpwe
Copy link
Collaborator

@dpwe dpwe commented Sep 8, 2024

Sending a note-off to a PCM voice before it completed by itself had the opposite effect of rewinding it to nearly the beginning, sounding like a retrigger. Turns out I was using the wrong scale-up when trying to fast-forward the position-within-sample pointer to the end, so I was instead rewinding to near the beginning. After this fix, sending note-offs to active PCM voices does in fact stop them immediately.

@dpwe dpwe merged commit 8a56b26 into main Sep 8, 2024
1 check 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.

1 participant