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 keyboard DOM widget #10

Open
benbovy opened this issue Feb 12, 2021 · 5 comments
Open

Add keyboard DOM widget #10

benbovy opened this issue Feb 12, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@benbovy
Copy link
Collaborator

benbovy commented Feb 12, 2021

An example here: https://codepen.io/andrewphillipdoss/pen/rJXeeW

@benbovy
Copy link
Collaborator Author

benbovy commented Feb 12, 2021

NexusUI provides a keyboard widget too: http://nexus-js.github.io/ui/api/#Piano

@davidbrochart
Copy link
Contributor

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.

@benbovy
Copy link
Collaborator Author

benbovy commented Feb 12, 2021

Yes that would be great. Similarly to the Web Audio API -> Tones.js, there's WebMIDI, which has already been used here.

@benbovy
Copy link
Collaborator Author

benbovy commented Feb 12, 2021

As an alternative to MIDI, we could also look to libraries implementing the OSC protocol (Python and/or JS).

@benbovy
Copy link
Collaborator Author

benbovy commented Feb 23, 2021

react-piano looks very nice, unless we don't want react as a dependency.

@benbovy benbovy added the enhancement New feature or request label Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants