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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Overtone – programmable, live music in Clojure

132 点作者 elamje将近 2 年前

7 条评论

iainctduncan将近 2 年前
Just a warning for folks getting excited, I think Overtone was cool, but it&#x27;s a dead project and there are lots of currently live options for doing similar things instead. Overtone has not seen work from the author since 2015 as he now focuses on Sonic Pi, his Ruby based system. And it&#x27;s had very minimal activity by others in a long time.<p>If you want to use something similar to Clojure, there is CL-Collider, the common lisp front end to supercollider.<p>Or on a related but different tip, I am the author of Scheme for Max and Scheme for Pd, which you can use to script Max and PD with s7 Scheme. I will be doing another release this fall having now just finished my Master&#x27;s thesis on it. There is also Julien Vincenot&#x27;s MoZLib for CL alongside Max. Extempore is another Scheme based live coding system.
1MachineElf将近 2 年前
Recently I watched a great presentation[0] about Overtone by Chris Ford, delivered back in 2012. It was also the first time I saw my SO interested in a programming language talk - she isn&#x27;t familiar with programming, but she does have a music background.<p>[0] <a href="https:&#x2F;&#x2F;youtu.be&#x2F;Mfsnlbd-4xQ" rel="nofollow noreferrer">https:&#x2F;&#x2F;youtu.be&#x2F;Mfsnlbd-4xQ</a>
评论 #37006500 未加载
评论 #37005699 未加载
chaosprint将近 2 年前
Most live coding languages relying on SuperCollider can take advantage of the client-server architecture of SC and support collaboration easily. So it&#x27;s very interesting that the concept of collaboration is highlighted on Overtone website. Is it embedded in the language aspect?<p>When I develop Glicol[1], I want to build a WYSIWYG style: for example commenting out a line will mute the track. But it brought some challenges to collaboration so I have to build some &quot;consensus&quot; mechanism on top of the Google doc style text co-editing (powered by yjs[2]).<p>[1] <a href="https:&#x2F;&#x2F;glicol.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;glicol.org&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;yjs&#x2F;yjs">https:&#x2F;&#x2F;github.com&#x2F;yjs&#x2F;yjs</a>
评论 #37009102 未加载
foxbyte将近 2 年前
Check out SuperCollider and Clojure for more on the tech behind Overtone. They offer great resources for audio programming and live coding!
swayvil将近 2 年前
&gt;If setup and draw are hard working artistic gladiators, sketch is the arena in which they battle for the glory of art. However, they don&#x27;t actually fight each other - they work as a team - relentlessly spilling colour all over the arena sands. The crowds roar for messy fight.<p>He has the right attitude.
voat将近 2 年前
Looks pretty neat.<p>Their logo is reminiscent of the old Fushia OS logo <a href="https:&#x2F;&#x2F;ms.m.wikipedia.org&#x2F;wiki&#x2F;Fail:Google_Fuchsia_Logo.svg" rel="nofollow noreferrer">https:&#x2F;&#x2F;ms.m.wikipedia.org&#x2F;wiki&#x2F;Fail:Google_Fuchsia_Logo.svg</a>
nologic01将近 2 年前
How does overtone compare to Tidal Cycles and are there plans to make it run in the browser (like the Strudel project)?
评论 #37001702 未加载