Overtone, anyone?

Hello all,
I find myself very attracted to live music coding, so every once in a while I try playing with Overtone https://github.com/overtone/overtone .

Frankly, it’s not that great - it definitely looks very powerful, but documentation is sparse at best. Also, Sam Aaron seems to have moved to Sonic PI - that looks like a simplified version of Overtone, but it uses Ruby and gets you a raw IDE - on the other hand, it has excellent documentation.

Anybody using it? any resources to get started effectively?

2 Likes

Hi, you may try my library disclojure, it’s based on Overtone and leipzig and provides some basic stuff (few synths, drum sample loading etc.). Here is example REPL project which shows how to use it: https://gist.github.com/pjagielski/54195fa1ac9c753171bd0bbca6aa5942

1 Like

What’s not so great about it?

As I understand, both Overtone and Sonic Pi just connect to SuperCollider, so all the sound generation and sound creation capabilities are actually those of https://supercollider.github.io/

Maybe Sonic Pi comes with enhanced APIs that make it easier to use Super Collider? And overtone doesn’t?

1 Like

Your video is really nice: https://www.youtube.com/watch?v=r8YKC7Qugm8

I understood that the sparse documentation is the problem…

Definitely. Frankly, it looks kind of abandoned. Thee documentation project (the “book”) has an unaccepted patch for typos that dates from over one year ago… https://github.com/overtone/overtone.github.com/pull/16

Luckily, SuperCollider has excellent documentation. But it’s not easy to digest it all at once - what is Overtone and what is SuperCollider and how everything works together.

Actually it’s the other way around. Sonic PI uses SC but offers almost no way to program it - it has a default set of sounds and that’s basically it. The ideas is that it is meant for beginners, so you do not do sound synthesis.

Overtone offers macros that build instruments, but you have the opposite problem - no library of ready made sounds to start from.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.