From f4903d33d6442977e3e6a3cf3a0053ada908d156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 12 Aug 2022 21:23:38 +0200 Subject: [PATCH] Add Cane programming language Cane is a small MIDI sequencer DSL designed around vectors and euclidean rhythms --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index e724150..5e96416 100644 --- a/readme.md +++ b/readme.md @@ -75,6 +75,7 @@ Check it out at [leomask.com](https://leomask.com) and producing midi streams. - [Band.js] - Music composer interface for the Web Audio API. - [Blip] - Looping and sampling with the Web Audio API. +- [Cane] - A small MIDI sequencer DSL designed around vectors and euclidean rhythms. - [CSound] - A sound and music computing system. - [Dplug] - Library to make audio plug-ins with the D programming language. - [Euterpea] - In Haskell embedded language for computer music applications. @@ -126,6 +127,7 @@ Check it out at [leomask.com](https://leomask.com) [Aubio]: https://aubio.org [Band.js]: https://github.com/meenie/band.js [Blip]: http://jshanley.github.io/blip +[Cane]: https://github.com/Jackojc/cane [CSound]: https://csound.com/index.html [Dplug]: https://github.com/AuburnSounds/dplug [Euterpea]: http://www.euterpea.com