-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Melody Playback Any Key Triggers Repeat #134
Comments
It could be possible that your keyboard is sending a MIDI CC message along with key presses when you press a key. Perhaps a setting of the keyboard? |
After more research, here's what I've found. Apparently the Control 88 message is sent every time 'the tone is changed'. |
I found two forum posts where the issue happened to other users. Here's the explanations (https://www.casiomusicforums.com/index.php?/topic/6784-solved-what-is-controller-88-being-used-for/): And here (https://www.casiomusicforums.com/index.php?/topic/8081-px350-odd-midi-input-behavior/) And here (https://www.casiomusicforums.com/index.php?/topic/7918-px-5s-transmitting-midi-controller-88-to-daw/): |
Apparently the midi specification has changed over the years, and old devices have this issue. So @leafo , if you have no other suggestions, would it be possible to make the 'repeat when pressing any function key on your midi controller' feature optional? As a checkbox? Thanks. |
Thanks for the extensive testing. I think it's probably best to ignore that type of CC event when checking to replay the melody. |
@leafo , I cloned the repo on my computer, and run 'node install.js'. |
I use a Casio Px-750 digital piano as midi input.
In the melody playback mode, any key of the piano I enter triggers a melody repeat, not just the pedals or sliders.
Others parts of the app work normally with my piano.
The text was updated successfully, but these errors were encountered: