AudioKeys
AudioKeys copied to clipboard
:musical_keyboard: a QWERTY keyboard for web audio projects
Also provides AudioKeys as a named export to enable TypeScript [module augmentation](https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation).
Hi! Thanks a lot for this library! π Here's a PR to make it international! πΊοΈ - Adds a `layoutIndependentMapping` option to use the layout-independent `'code'` key identifier in keyboardEvents...
Fixed by #8
Is there a way to listen for octave changes? I see that the keyboard.down listener only fires on notes β not octave change. I have a dynamic keyboard that needs...