first_steps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
first_steps [2025/08/01 21:09] steve.wangfirst_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/example MusicalEnvironment with+After this is loaded, you will need to open your DAW and set it upHere [[https://ardour.org/|Ardour]] will be used and tutorial to set up up is [[ardour-setup-tutorial|here]].   
 + 
 + Next, setup a default/example MusicalEnvironment with
  
 <code javascript> <code javascript>
Line 58: Line 60:
 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 [[xonnecting-konduktiva-to-music-synthesizer-using-carla#still_no_sound|this section]]+If there is no sound check out [[connecting-konduktiva-to-music-synthesizer-using-carla#still_no_sound|this section]]
  
 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 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: 
  
-<code>+<code javascript>
 let e = K.setUpMusicalEnvironment(K.defaultConfigurationObject,2,'exampleMidiPlayer') let e = K.setUpMusicalEnvironment(K.defaultConfigurationObject,2,'exampleMidiPlayer')
  
Line 78: Line 80:
 </code> </code>
  
-You should here both your music synthesizer sessions playing the same thing but with different voices. It should sound something like this:+You should hear both your music synthesizer sessions playing the same thing but with different voices. It should sound something like this: 
 +{{ :ardour-very-many-surge.wav |}}
  
-ADD AUDIO HERE 
  
 To stop all players: To stop all players:
  • first_steps.1754107799.txt.gz
  • Last modified: 2025/08/01 21:09
  • by steve.wang