Code. Music. Live.
-
Updated
Nov 8, 2020 - Ruby
{{ message }}
Code. Music. Live.
Esoteric Programming Language
All things livecoding
fadeTime is missing tidalcycles/Tidal#618
While we're about it, lets check to see if others are missing
Live shader coding tool and Shader Showdown workhorse
Documents from a live coding session by Christopher Wolfram related to content from the 2016 film Arrival
An open-source interpreter for the K5 programming language.
The JavaScript client library for SuperCollider
It seems like the only reasonable way to get a command-line/terminal program in a usable state onto people's Macs is with Homebrew. I don't really know how Homebrew works internally, though the tool build script I made for orca will check to see if ncurses and portmidi have been installed via Homebrew.
It would be nice if someone could help create a Homebrew thingy (formula? cask? uhh) so tha
a web based livecoding environment
c++ hot code reload for linux and macos
I added a few basic lessons in #177, but there's lots more material on Rougier's site. The [regular plots] section looks like a good one to do next; it even has before and after code. There are also some more sources listed in issue #177. Anyone who wants to contribute lessons can find more instructions in the [lessons folder].
It might make sense to add navigation through the lessons to the br
Mac app for noise making - built w/ "I Dropped My Phone The Screen Cracked"
A small language on Sonic Pi with similar syntax to TidalCycles
This ain't Sonic Pi, but it works on the browser: www.negasonic.org
A minimal and human-readable language and environment for the live coding of algorithmic electronic music.
Lua port of @neauoire orca for monome norns
A live-coded visual performance tool
Library for writing patterns to generate or process (a)musical sequences of mathematically (un)related (non-)compound values in Lisp.
Add a description, image, and links to the livecoding topic page so that developers can more easily learn about it.
To associate your repository with the livecoding topic, visit your repo's landing page and select "manage topics."
Motivation
In supercollider/supercollider#4572 we discussed the need for better documentation on when collection functions test on equality vs identity. For instance, SequenceableCollection:indexOf tests on identity, but you wouldn't know it f