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 [2024/03/10 05:37] steve.wangfirst_steps [2024/11/03 23:04] (current) steve.wang
Line 12: Line 12:
 </code> </code>
  
-OR +NOTE: await import is not supported
-<code javascript> +
-const K = await import('konduktiva'+
-</code>+
  
 After this is loaded, you will need to open one instance of MIDI output. Next, setup a default/example MusicalEnvironment with After this is loaded, you will need to open one instance of MIDI output. Next, setup a default/example MusicalEnvironment with
Line 62: Line 59:
 </code> </code>
  
 +{{ :yoshimi-10_lsystem_session_2024-03-12.mp3 |}}
  
 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: 
Line 71: Line 69:
 e.play('exampleMidiPlayer2') e.play('exampleMidiPlayer2')
  
-</code> 
- 
-To stop a specific session. This will stop exampleMidiPlayer3 player: 
-<code javascript> 
-e.stop('exampleMidiPlayer3') 
 </code> </code>
  
Line 94: Line 87:
 </code> </code>
  
-ADD TWO AUDIO TRACKS HERE+circleOfFifthChords: 
 +{{ :yoshimi-10_circleoffifthchords_session_2024-03-12.mp3 |}} 
 + 
 +circleOfFifthMelody: 
 +{{ :yoshimi-10_circleoffifthmelody_session_2024-03-12.mp3 |}} 
  
 All the variables that control the music can be set by using the beginner friendly musicalEnvironment configuration objects. Example configuration objects can be found in the file [[https://github.com/renickbell/konduktiva/blob/main/example-melodies-data.js|example-melodies-data.js]] and documentation on the musicalEnvironment configuration objects can be found in the file [[https://github.com/renickbell/konduktiva/blob/main/konduktiva-documentation.md|Konduktiva-documentation.md]]. All the variables that control the music can be set by using the beginner friendly musicalEnvironment configuration objects. Example configuration objects can be found in the file [[https://github.com/renickbell/konduktiva/blob/main/example-melodies-data.js|example-melodies-data.js]] and documentation on the musicalEnvironment configuration objects can be found in the file [[https://github.com/renickbell/konduktiva/blob/main/konduktiva-documentation.md|Konduktiva-documentation.md]].
  • first_steps.1710074250.txt.gz
  • Last modified: 2024/03/10 05:37
  • by steve.wang