Nice to see new art work in browsers!<p>Some comments pointed out that there are latency issues, which are mainly caused by tonejs. I used tonejs a few years ago for my first live coding project: <a href="https://quaverseries.web.app/" rel="nofollow">https://quaverseries.web.app/</a><p>Interestingly, I also used the same interactive rhythm prompts as op in the page title, but the timing was not accurate at all. See this classic article: <a href="https://web.dev/articles/audio-scheduling" rel="nofollow">https://web.dev/articles/audio-scheduling</a><p>Later, in order to refine my idea, I used rust + wasm and made <a href="https://glicol.org/" rel="nofollow">https://glicol.org/</a>.<p>It basically solved the audio latency problem, and I also made js bindings: <a href="https://glicol.js.org/" rel="nofollow">https://glicol.js.org/</a><p>I'd love to get as much feedback as possible. I feel that this sequencer is particularly suitable for glicol's seq syntax.