mdn / sprints

Archived: MDN Web Docs issues are tracked in the content repository.
https://github.com/mdn/content
Creative Commons Zero v1.0 Universal
149 stars 142 forks source link

Add support for touch events to violent theremin demo #3937

Closed normanr closed 3 years ago

normanr commented 3 years ago

It would be nice to be able to use the demo in a touch environment (eg: phone or tablet). (Not required: sound could be continuous after a 'start/down' event until an 'end/up' event is received)

chrisdavidmills commented 3 years ago

I agree that this would be nice.

For reference:

normanr commented 3 years ago

(side-note: the event listeners for triggering init should be removed in init, otherwise using the keyboard causes init to be triggered multi times, and DOMExceptions when trying to remove the startMessage that has already been removed).

chrisdavidmills commented 3 years ago

Issue moved to mdn/content mdn/webaudio-examples#126 via ZenHub