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

Add sustain pedal to PC keyboard #314

Open
tatsuki-makino opened this issue Jun 6, 2024 · 0 comments
Open

Add sustain pedal to PC keyboard #314

tatsuki-makino opened this issue Jun 6, 2024 · 0 comments

Comments

@tatsuki-makino
Copy link

As reported in #197, the sound that starts when the sustain pedal is on will continue to sound until the sustain pedal is turned off.
The sound is not decayed in any way, so if the sustain pedal is lost while it is on, there is no way to stop the sound.
So, I used the following patch to assign the keys on the keyboard to the operation of the sustain pedal.
patch.txt
The N key on the keyboard is the key for it.
This allows the sustain to be released, but since it is a momentary operation, there is a disadvantage that it takes precedence over the side that requires sustain.

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

No branches or pull requests

1 participant