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

Note up triggers twice #43

Open
tomkail opened this issue Apr 29, 2019 · 3 comments
Open

Note up triggers twice #43

tomkail opened this issue Apr 29, 2019 · 3 comments
Assignees
Labels

Comments

@tomkail
Copy link

tomkail commented Apr 29, 2019

Tested on OSX with a drum kit and keyboard.
On hitting a drum I expect to see a note on and an note off. What I see is two note ons and an a note off.
The second note on has data2 of 0. Should the system avoid registering note on if note off is detected?

@keijiro keijiro self-assigned this May 1, 2019
@keijiro
Copy link
Owner

keijiro commented May 1, 2019

Thanks for the report. Hmm, I have never seen a device that sends a note-on message with data2=0. Which device (drum kit) are you using?

@tomkail
Copy link
Author

tomkail commented May 1, 2019

Axus AXK2 (It's a cheap one). However, it happens on my Casio keyboard too. Just tested again on a fresh version of the package, here's the result of a note up/down via keyboard:

Note pressed
NoteOn: Ch1,48,0.6220472

Note released
NoteOn: Ch1,48,0
NoteOff: Ch1,48

@tomascinga
Copy link

Happens to me too on M-Audio O2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants