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
Install SuperCollider.
Install SuperDirt.
Start the nodejs REPL in a terminal:
$ node
Run the following four lines in the REPL:
.load ./conductive.js .load ./testingConductive.js .load ./conductive-superdirt.js .load ./defaultSuperDirtPlayers.js