From 9b34b48f17f072c4726f02530c75cf56d0bf7ca9 Mon Sep 17 00:00:00 2001 From: Matthias Esterl Date: Mon, 27 Nov 2023 18:40:04 +0100 Subject: [PATCH] Adds Overtone (#157) Overtone is an open source audio environment designed to explore new musical ideas from synthesis and sampling to instrument building, live-coding and collaborative jamming. We combine the powerful SuperCollider audio engine, with Clojure, a state of-the-art lisp, to create an intoxicating interactive sonic experience. Co-authored-by: Terkel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 73f1fd6..7df3dd4 100644 --- a/readme.md +++ b/readme.md @@ -166,6 +166,7 @@ Creative coding is a different discipline than programming systems. The goal is - [Csound](https://csound.com/) - A sound and music computing system. - [Orca](https://100r.co/pages/orca.html) - Live coding environment to quickly create procedural sequencers. - [handel](https://handel-pl.github.io/) - A small procedural programming language for writing songs in browser. +- [Overtone](https://overtone.github.io/) - An open source audio environment designed to explore new musical ideas from synthesis and instrument building to live-coding. - [Melrōse](https://melrōse.org/) - A MIDI producing environment for creating (live) music. ### Web Programming • Libraries