Skip to content

Instantly share code, notes, and snippets.

@lisongx
Last active December 5, 2016 10:57
Show Gist options
  • Save lisongx/53d091e9bbf21a2f1adb6c4be0ab0d25 to your computer and use it in GitHub Desktop.
Save lisongx/53d091e9bbf21a2f1adb6c4be0ab0d25 to your computer and use it in GitHub Desktop.
setting up tidal
  1. Make sure you've installed tidal and supercollider!

  2. Install superdirt , and run SuperDirt.start inside supercollider IDE. (See https://github.com/musikinformatik/SuperDirt)

  3. Choose a workspace dir, and then use git to clone extramuros:

    git clone [email protected]:d0kt0r0/extramuros.git

  4. Then cd extramuros, and run npm install. You should have node and npm installed before, if you haven't, see https://github.com/d0kt0r0/extramuros/blob/master/install-osx.md

  5. Run node client.js --server 192.241.251.36 --tidal --feedback --osc-port 8000 --password oschub inside this dir (I'm running the server at my cloud machine here)

  6. Open http://192.241.251.36:8000, and enter oschub in the password field. Then you can eval tidal code using shift+enter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment