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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Overtone 0.8.0 Released

2 点作者 rogerallen超过 12 年前

1 comment

Q6T46nT668w6i3m超过 12 年前
I’m floored.<p>While I was interested in programmatic synthesis, I stopped because I found the languages (e.g. Max/MSP, pd, SuperCollider, et al.) too obtrusive. The examples are a pleasure to read:<p><pre><code> (defn chord-progression-time [] (let [time (now)] (at time (play-chord (chord :C4 :major))) (at (+ 2000 time) (play-chord (chord :G3 :major))) (at (+ 3000 time) (play-chord (chord :F3 :sus4))) (at (+ 4300 time) (play-chord (chord :F3 :major))) (at (+ 5000 time) (play-chord (chord :G3 :major)))))</code></pre>