Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| installation [2022/01/23 00:54] – renick | installation [2022/06/24 22:40] (current) – renick | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Install nodejs. | Install nodejs. | ||
| + | |||
| + | https:// | ||
| Install the following packages from npm: | Install the following packages from npm: | ||
| Line 10: | Line 12: | ||
| * osc: https:// | * osc: https:// | ||
| - | Install SuperCollider. | + | Download and unzip the Konduktiva source. |
| - | Install SuperDirt. | + | http:// |
| - | Start the nodejs REPL in a terminal: | + | ====== other tools ====== |
| - | <code> $ node</ | + | |
| + | |||
| + | You'll need this file for vim. Place it in your home directory: | ||
| + | |||
| + | http:// | ||
| + | |||
| + | You'll also need this plugin for vim. Put it in your .vim/plugin directory: | ||
| + | |||
| + | http:// | ||
| + | |||
| + | On a Mac, you need to install the SuperCollider plugins. | ||
| + | |||
| + | http:// | ||
| + | |||
| + | Run this code in SuperCollider if you haven' | ||
| - | Run the following four lines in the REPL: | ||
| < | < | ||
| - | .load ./conductive.js | + | Quarks.checkForUpdates({Quarks.install(" |
| - | .load ./ | + | |
| - | .load ./ | + | |
| - | .load ./ | + | |
| </ | </ | ||
| + | |||
| + | ===== Using Konduktiva with SuperDirt ===== | ||
| + | |||
| + | In order to use SuperDirt, install SuperCollider and SuperDirt. | ||
| + | |||
| + | https:// | ||
| + | |||
| + | See the SuperDirt installation instructions here: | ||
| + | |||
| + | http:// | ||
| + | |||
| + | ... which is essentially this within SuperCollider: | ||
| + | |||
| + | < | ||
| + | Quarks.checkForUpdates({Quarks.install(" | ||
| + | </ | ||
| + | |||