Sound should play onMouseDown, not onClick / onMouseUp
dezman opened this issue · 1 comments
dezman commented
To more accurately mimic real instruments, the sound should play when you initiate the action, rather than when the user is finishing the 'click'
Presumably we can just change the event to onMouseDown.
surikov commented
Use any event that you like.
WebAudioFont is library for music not UI events.