webaudio-controls icon indicating copy to clipboard operation
webaudio-controls copied to clipboard

Ability to enable/disable keys

Open kmturley opened this issue 2 years ago • 0 comments

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

kmturley avatar May 02 '23 05:05 kmturley