We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hold down a key (say, "q") to play a note. A NOTE ON is signaled to begin playing that note.
While holding down the key, press the RIGHT ARROW to shift up an octave.
Let go of the ("q") key. The wrong NOTE OFF is signaled: it's the one to stop playing the note up one octave. The note is now permanently stuck on.
This works with left arrow too of course.
The text was updated successfully, but these errors were encountered:
Thanks for the bug report! I have some time coming up next month when I should be able to work on this.
Sorry, something went wrong.
I was able to fix this. WIll submit a PR soon.
No branches or pull requests
Hold down a key (say, "q") to play a note. A NOTE ON is signaled to begin playing that note.
While holding down the key, press the RIGHT ARROW to shift up an octave.
Let go of the ("q") key. The wrong NOTE OFF is signaled: it's the one to stop playing the note up one octave. The note is now permanently stuck on.
This works with left arrow too of course.
The text was updated successfully, but these errors were encountered: