TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I Built a Sequencer for the Web

5 点作者 jackbach8 个月前
Hey HN!<p>Last week I was working on a website and needed a way to synchronise visuals with live music.<p>I&#x27;ve used MIDI controllers for this before, but I am travelling right now and don&#x27;t have mine with me. So I had the crazy idea to build a browser extension that uses the keyboard as input and includes a sequencer. I gave myself 24 to work on it.<p>It ended up taking longer (of course), specially since I ended up creating a demo, a small landing, docs, and an intro video. Took me one week from idea to launch (pushed quite a bit tbh).<p>Features:<p>- Works as a browser extension. Atm distributed through chrome web store only.<p>– 8 customisable channels. Each channel has 3 modes: sequencer, keystroke and random.<p>- It sends post messages to the current page. Use however you want.<p>- Works with your keyboard. The key bindings are designed for expressive live usage.<p>- Advanced tempo controls. Easy to synchronise with live music using the ‘tap temp’ feature.<p>- Open Source, all code in github.<p>Anyway, let me know what you think.

1 comment

popalchemist8 个月前
Beautifully executed. Would you be willing to port this to a Vue&#x2F;React component?