pselle / livecode

Home of live code set files (.tidal), source for the front page of this, and other music things

Home Page:http://beats.thewebivore.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pam's Home for Live Code

What's this?

The files are the source, saved at the end of a recording/jam, of music made with TidalCycles, which is a means of live coding music in the Haskell language using the SuperDirt synth.

Organization

  • curiosities: things in progress, other people's files, experimentation, scripts
  • dist: website stuff
  • sets: files from performances (when done live)
  • songs: the song source files!

Updating the site

Run node generate.js which will generate the site from the songs directory, and push the update to S3.

Helpful notes

ffmpeg -i foo.aiff -f mp3 -acodec libmp3lame -ab 320000 -ar 44100 foo.mp3

`aws s3 cp ./foo.mp3 s3://beats.thewebivore.com

About

Home of live code set files (.tidal), source for the front page of this, and other music things

http://beats.thewebivore.com


Languages

Language:JavaScript 50.7%Language:SuperCollider 25.5%Language:Shell 21.0%Language:Makefile 2.9%