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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A JS engine for sequencing HTML5 demos

5 点作者 kaneel超过 11 年前
A simple sequencer written in javascript.<p>As a sequencer, what it primarily does is to convert the current ms into ticks and beats. You can register scenes that goes from a beat to an other beat.<p>Basically, you could use it as: - a demo engine - a possible starting block for your own visually editable sequencer<p>The idea came to me when I was thinking about a way to make javascript demos where visuals and sounds are processed through the same engine, to provide a purely synchronized experience between both worlds (remove the &quot;art&quot; from what I&#x27;ve just said).<p>Then I thought about using a &quot;beat&quot; as the main unit (instead of ms), ticks and bangs for &quot;new beat&#x2F;tick&quot; for synchronizing effects to the music, or SFX to the visuals... because there&#x27;s nothing more boring than adjusting your syncs on ms values, or to rely on your player to give the right informations to the visual; Here, everything should be tied together.<p>In hope some may find any use to this or even want to start anew, following the same main concept.

1 comment

jamesmcn超过 11 年前
Definitely going to check this out!