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 | + | Download and unzip the Konduktiva source. |
+ | |||
+ | http:// | ||
+ | |||
+ | ====== other tools ====== | ||
+ | |||
+ | |||
+ | 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 | ||
+ | |||
+ | http:// | ||
+ | |||
+ | Run this code in SuperCollider if you haven' | ||
+ | |||
+ | < | ||
+ | Quarks.checkForUpdates({Quarks.install(" | ||
+ | </ | ||
+ | |||
+ | ===== 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: | ||
- | Install | + | < |
+ | Quarks.checkForUpdates({Quarks.install(" | ||
+ | </ | ||