This is an old revision of the document!
Installation
Install nodejs.
Install the following packages from npm:
- tasktimer: https://www.npmjs.com/package/tasktimer
- easymidi: https://www.npmjs.com/package/easymidi
In order to use SuperDirt, install SuperCollider and SuperDirt.
https://supercollider.github.io/
See the SuperDirt installation instructions here:
http://tidalcycles.org/docs/getting-started/linux_install
… which is essentially this within SuperCollider:
Quarks.checkForUpdates({Quarks.install("SuperDirt", "v1.7.2"); thisProcess.recompile()})