-
Notifications
You must be signed in to change notification settings - Fork 641
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
Bug: MIDI events not being fired #273
Comments
Look at the updated midicube Readme for up-to-date instructions: https://github.com/mscuthbert/midicube
Not sure if the configuration you have will work perfectly with that, but it's much closer to being correct. Can you point to part of this repo that features the old 20-script-tag configuration? |
hi @mscuthbert it's a nice work! |
Thank you -- it doesn't seem to let me add "issues" -- maybe because it's forked from a Repo that had it disabled? |
It is possible inside 'settings' > 'features' > 'issues' or 'settings' > 'general' > 'issues'; |
Aha! I've never turned it off before, so I didn't know how to turn it on. It's on now! |
Hi,
I am using the code below, exactly as suggested in the documentation and example. When I press keys on my midi keyboard they are not being recognized by the library (I created the event using
addListener
as suggested in the docs but it never fires. Is this a bug or am I doing something wrong?The text was updated successfully, but these errors were encountered: