Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
first_steps [2025/07/31 22:47] – renick | first_steps [2025/08/01 22:39] (current) – steve.wang | ||
---|---|---|---|
Line 19: | Line 19: | ||
NOTE: await import is not supported | NOTE: await import is not supported | ||
- | After this is loaded, you will need to open one instance of MIDI output. Next, setup a default/ | + | After this is loaded, you will need to open your DAW and set it up. Here [[https:// |
+ | |||
+ | Next, setup a default/ | ||
<code javascript> | <code javascript> | ||
Line 57: | Line 59: | ||
You can also restart the node session by pressing CTRL + D in the terminal and typing node again. Then you might want to try some of these other functions: | You can also restart the node session by pressing CTRL + D in the terminal and typing node again. Then you might want to try some of these other functions: | ||
+ | |||
+ | If there is no sound check out [[connecting-konduktiva-to-music-synthesizer-using-carla# | ||
The configuration object (first argument controls the type of sound you hear. Try passing in a different configuration object and some extra configurations (last argument). | The configuration object (first argument controls the type of sound you hear. Try passing in a different configuration object and some extra configurations (last argument). | ||
Line 68: | Line 72: | ||
Konduktiva can send MIDI messages to more than one music synthesizer session. Try opening another session of your music synthesizer and configure the new one to listen to channel 2. To hear a more obvious difference configure the second music synthesizer to use a different voice. Then, try this function: | Konduktiva can send MIDI messages to more than one music synthesizer session. Try opening another session of your music synthesizer and configure the new one to listen to channel 2. To hear a more obvious difference configure the second music synthesizer to use a different voice. Then, try this function: | ||
- | < | + | < |
let e = K.setUpMusicalEnvironment(K.defaultConfigurationObject, | let e = K.setUpMusicalEnvironment(K.defaultConfigurationObject, | ||
Line 76: | Line 80: | ||
</ | </ | ||
- | You should | + | You should |
+ | {{ : | ||
- | ADD AUDIO HERE | ||
To stop all players: | To stop all players: |