-
Notifications
You must be signed in to change notification settings - Fork 8
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 keyboard DOM widget #10
Labels
enhancement
New feature or request
Comments
NexusUI provides a keyboard widget too: http://nexus-js.github.io/ui/api/#Piano |
We could also interface with external MIDI devices using the set of Web MIDI APIs, e.g. https://developer.mozilla.org/en-US/docs/Web/API/MIDIInput. |
As an alternative to MIDI, we could also look to libraries implementing the OSC protocol (Python and/or JS). |
react-piano looks very nice, unless we don't want react as a dependency. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An example here: https://codepen.io/andrewphillipdoss/pen/rJXeeW
The text was updated successfully, but these errors were encountered: