AudioKeys icon indicating copy to clipboard operation
AudioKeys copied to clipboard

:musical_keyboard: a QWERTY keyboard for web audio projects

Results 5 AudioKeys issues
Sort by recently updated
recently updated
newest added

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...

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...