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/08/01 21:10] – steve.wang | 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 like Surge, a synthesizer which supports midi. 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 70: | 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 78: | Line 80: | ||
</ | </ | ||
- | You should | + | You should |
+ | {{ : | ||
- | ADD AUDIO HERE | ||
To stop all players: | To stop all players: |