mrcoles / javascript-piano

An HTML5 JavaScript synth piano that generates all of its sounds using data URIs.
http://mrcoles.com/piano/
MIT License
134 stars 52 forks source link

Certain combinations of keys cause it not to execute... #4

Closed jsphweid closed 7 years ago

jsphweid commented 7 years ago

Thanks for this wonderfully simple project. I notice that chords work well, for example, playing "adg" or "sfg" work. Playing "hj;" however causes no notes to speak, for whatever reason.

Any idea what this could be related to?

mrcoles commented 7 years ago

In my experience it’s the keyboard or operating system and not the actual javascript code. I’ve had different levels of success with different configurations. You could see how a plugged in keyboard differs from perhaps a laptop keyboard? Or one on a different operating system?

Sorry, but I hope that helps in some way!