vincentriemer / io-808

An attempt at a fully recreated web-based TR-808 drum machine.
https://io808.com
MIT License
689 stars 73 forks source link

Does not work on iOS (Safari) #24

Closed Kunstbanause closed 6 years ago

Kunstbanause commented 6 years ago

I can put in touch input, but no knobs works since I cannot input drag input.

I can press play, but no notes are heard.

vincentriemer commented 6 years ago

iOS is tricky with the web audio api, and due to the fact that I didn't want to mess with the UI to fit on mobile devices I punted on touch support. I'd be happy to accept a pull request for touch support though!

Kunstbanause commented 6 years ago

Fair enough ;)