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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Live coding (music) with Emacs Live

58 点作者 mattrepl超过 12 年前

7 条评论

logn超过 12 年前
Anyone interested in this should also check out ChucK: <a href="http://en.wikipedia.org/wiki/ChucK" rel="nofollow">http://en.wikipedia.org/wiki/ChucK</a>
评论 #4522949 未加载
mhd超过 12 年前
I actually thought the screenshots are quite interesting with their scanline glitz, but apparently that's from postprocessing.
评论 #4522788 未加载
评论 #4522936 未加载
评论 #4522742 未加载
评论 #4522747 未加载
FuzzyDunlop超过 12 年前
Sam Aaron, the guy who has done a bunch of screencasts with Overtone (and his emacs/dvtm config), and used it to create this emacs config setup, has used the same effect on pretty much everything. It really does add an element of coolness to the mix.<p>I've been using emacs live for a bit. It's great. It bundles some nice plugins and has sane defaults. The cyberpunk colour scheme is cool. It has some nice personal touches on the scratch buffer.<p>The downside is that the structure puts far more emphasis on maintaining the structure than adapting your config. If you want to keep it solid you can't use package manager without some changes, or (configure-group).<p>You might get the odd issue with the bundled plugins (auto-complete loved lisp and file system traversal but hated other languages), but for a "I want to live code and I want it to WORK" config, it's bloody good.
jipumarino超过 12 年前
Another similar project, SuperCollider: <a href="http://supercollider.sourceforge.net" rel="nofollow">http://supercollider.sourceforge.net</a><p>And if you're on a Mac, Impromptu: <a href="http://impromptu.moso.com.au" rel="nofollow">http://impromptu.moso.com.au</a>
评论 #4523694 未加载
rjzzleep超过 12 年前
oh i like, how does this compare to pd and max/msp, apart from the fact that those are visual.<p>it seems that the overtone guys want to add a visual display in the future. but most comparisions of supercollider and max/msp are mainly focused on the frontend.<p>is there anything i can do with max that i can't with sc besides looking pretty? (although i do prefer a nice editor to a visual thingie)
fididj超过 12 年前
Where can one get information about how to actually code with this? The videos sure are fancy, but don't offer much information.
meunier超过 12 年前
It's worth noting you can also use vimclojure as a live Overtone environment. (or other slime-y vim methods)