Skip to content

Instantly share code, notes, and snippets.

@tado
Last active June 7, 2016 19:48
Show Gist options
  • Save tado/15aa29976398eec6eae2 to your computer and use it in GitHub Desktop.
Save tado/15aa29976398eec6eae2 to your computer and use it in GitHub Desktop.
Tidalでライブコーディング! - セットアップ編 ref: http://qiita.com/yoppa/items/41805cc6af62b1047a34
% /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
% brew install liblo libsndfile libsamplerate
% brew install jack
% git clone --recursive https://github.com/tidalcycles/Dirt.git
% cd ~/Dirt
% make clean; make
% brew install ghc
$ brew install cabal-install
% cabal update
% cabal install cabal-install
% cabal install tidal
% jackd -d coreaudio &
d1 $ sound "909 ~ bass bass:2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment