Using-Konduktiva-With-MIDI initial author: Renick Bell (renick@gmail.com)
initial creation date: Wed Jun 28 10:08:48 AM CST 2023
contributors: Yiler Huang (yiler7777@gmail.com);Steve Wang (stevesg168@gmail.com)
license: GPL 3.0
This document works as both a documentation and a tutorial about how to use Konduktiva and how to install Konduktiva. These sections follow in this order:
Install Nodejs. If npm does not automatically get installed with Nodejs, install npm.
1.1. Check if nodejs is installed by running this command in the terminal:
node -v
1.2. Check if npm is installed by running this command in the terminal:
npm -v
1.3. You can close the terminals you have opened prior to this step.
Install Konduktiva by using NPM:
npm i konduktiva
Konduktiva is not used to produce (synthesize the sound itself). This allows for users to be able to choose any sound producing software they want. In other cases, users can integrate non-audio software to Konduktiva too.
Surge is one recommended synthesizer
When installing Surge music synthesizer, you get Surge XT and Surge ET Effects. Open this application called Hosting AU and choose surge as the instrument in the application. Surge will be launched automatically by Hosting AU
MIDI configuration. Configure your system so that Konduktiva can detect midi outputs.
This is OS specific.
If Konduktiva cannot detect your midi devices you may have to manually connect them to Konduktiva.
Click here to start learning about how to use Konduktiva.