qwerty-hancock icon indicating copy to clipboard operation
qwerty-hancock copied to clipboard

A keyboard for any musical eventuality. Works best with the Web Audio API.

Results 6 qwerty-hancock issues
Sort by recently updated
recently updated
newest added

In bootstrap, the box-sizing is border-box. ``` css * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } ``` To fix this, just overwrite it when styling the white keys. ```...

whatever I set whiteNotesColour, blackNotesColour, hoverColour makes no difference to the rendered keyboard's colors. const keyboard = new QwertyHancock({ id: "keyboard", width: 1100, height: 68, octaves: 9, startNote: "A0", whiteNotesColour:...

Hi Stuart - great library. One thing I've noticed is that if you hold your mouse down, and move off the right hand side of the keyboard, you hear a...

The keyboard does not look cool when the width is a multiple of 7. Try { width: 700 } for example...

It nearly broke my ears.

enhancement

Pressing something like Cmd + P to print, should ignore 'p' as a keyboard press.

enhancement