installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
installation [2022/01/23 00:54] renickinstallation [2022/06/24 22:40] (current) renick
Line 2: Line 2:
  
 Install nodejs. Install nodejs.
 +
 +https://nodejs.org/en/
  
 Install the following packages from npm: Install the following packages from npm:
Line 10: Line 12:
   * osc: https://www.npmjs.com/package/osc   * osc: https://www.npmjs.com/package/osc
  
-Install SuperCollider.+Download and unzip the Konduktiva source.
  
-Install SuperDirt.+http://konduktiva.org/doku.php?id=download
  
-Start the nodejs REPL in a terminal+====== other tools ====== 
-<code> $ node</code>+ 
 + 
 +You'll need this file for vim. Place it in your home directory: 
 + 
 +http://renickbell.net/vim/.vimrc 
 + 
 +You'll also need this plugin for vim. Put it in your .vim/plugin directory: 
 + 
 +http://renickbell.net/vim/plugin/tslime.vim 
 + 
 +On Mac, you need to install the SuperCollider plugins. 
 + 
 +http://supercollider.github.io/sc3-plugins/ 
 + 
 +Run this code in SuperCollider if you haven't installed SuperDirt yet:
  
-Run the following four lines in the REPL: 
 <code> <code>
-.load ./conductive.js +Quarks.checkForUpdates({Quarks.install("SuperDirt", "v1.7.2"); thisProcess.recompile()})
-.load ./testingConductive.js +
-.load ./conductive-superdirt.js +
-.load ./defaultSuperDirtPlayers.js+
 </code> </code>
 +
 +===== Using Konduktiva with SuperDirt =====
 +
 +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:
 +
 +<code>
 +Quarks.checkForUpdates({Quarks.install("SuperDirt", "v1.7.2"); thisProcess.recompile()})
 +</code>
 +
  
  • installation.1642928076.txt.gz
  • Last modified: 2022/01/23 00:54
  • by renick