The Wayback Machine - https://web.archive.org/web/20220116173209/https://github.com/topics/livecoding
Skip to content
#

livecoding

Here are 194 public repositories matching this topic...

sonic-pi
ethancrawford
ethancrawford commented Nov 16, 2021

Attempting to create a buffer with a duration that is not a number greater than 0, with either:

buffer(:foo, 0) # or -1, ... etc

or

with_fx :record, buffer: [:foo, 0] do # or -1, ... etc
...
end

(or [:foo, 'some text'], etc)

Produces an error similar to the following:

Runtime Error: [buffer 8, line 4] - SonicPi::PromiseTimeoutError
Thread death!
 Promise time
cancel
cancel commented Jan 31, 2020

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

Improve this page

Add a description, image, and links to the livecoding topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the livecoding topic, visit your repo's landing page and select "manage topics."

Learn more