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

Ability to enable/disable keys #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kmturley
Copy link

@kmturley kmturley commented May 2, 2023

Fixes #51

Keyboard demo:
Screenshot 2023-05-01 at 10 28 13 PM

Usage:

kbd = document.getElementById("keyboard");
kbd.setDisabledRange(1, 36, 48);
kbd.setDisabledRange(1, 60, 73);

Results in:
Screenshot 2023-05-01 at 10 28 21 PM

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

Successfully merging this pull request may close these issues.

webaudio-keyboard ability to enable/disable keys
1 participant