top | item 4522336

Live coding (music) with Emacs Live

58 points| mattrepl | 13 years ago |github.com | reply

16 comments

order
[+] mhd|13 years ago|reply
I actually thought the screenshots are quite interesting with their scanline glitz, but apparently that's from postprocessing.
[+] archangel_one|13 years ago|reply
Yes, I was thinking it'd be fun to be able to switch Emacs into that mode at times. No doubt it'd drive you crazy if you used it too long though...
[+] martinced|13 years ago|reply
I think I've seen an Emacs video using the same "fake old retro" scanline look but I'm not sure how it was made. Could have been postprocessed on the whole video too.

Does anyone know how this effect was achieved?

[+] FuzzyDunlop|13 years ago|reply
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.

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.

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).

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.

[+] rjzzleep|13 years ago|reply
oh i like, how does this compare to pd and max/msp, apart from the fact that those are visual.

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.

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|13 years ago|reply
Where can one get information about how to actually code with this? The videos sure are fancy, but don't offer much information.
[+] meunier|13 years ago|reply
It's worth noting you can also use vimclojure as a live Overtone environment. (or other slime-y vim methods)