From 95c4f95ae015c1d1036b1796777745d5b12d09cd Mon Sep 17 00:00:00 2001 From: Qichao Lan <35621141+chaosprint@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:05:28 +0100 Subject: [PATCH] Add Glicol Computer Music Language --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77a45c5..e712919 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio ### Audio and Music * [enginesound](https://github.com/DasEtwas/enginesound) — A GUI and command line application used to procedurally generate semi-realistic engine sounds. Featuring in-depth configuration, variable sample rate and a frequency analysis window. +* [Glicol](https://github.com/chaosprint/glicol) — Graph-oriented live coding language written in Rust for collaborative musicking in browsers. * [ncspot](https://github.com/hrkfdn/ncspot) - Cross-platform ncurses Spotify client, inspired by ncmpc and the likes. [![build badge](https://github.com/hrkfdn/ncspot/workflows/Build/badge.svg)](https://github.com/hrkfdn/ncspot/actions?query=workflow%3ABuild) * [Polaris](https://github.com/agersant/polaris) — A music streaming application. [![build badge](https://api.travis-ci.org/agersant/polaris.svg?branch=master)](https://travis-ci.org/agersant/polaris) * [Spotify TUI](https://github.com/Rigellute/spotify-tui) — A Spotify client for the terminal written in Rust. ![Continuous Integration](https://github.com/Rigellute/spotify-tui/workflows/Continuous%20Integration/badge.svg?branch=master)