Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
first_steps [2024/03/10 05:37] – steve.wang | first_steps [2024/11/03 23:04] (current) – steve.wang | ||
---|---|---|---|
Line 12: | Line 12: | ||
</ | </ | ||
- | OR | + | NOTE: await import |
- | <code javascript> | + | |
- | const K = await import(' | + | |
- | </ | + | |
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 one instance of MIDI output. Next, setup a default/ | ||
Line 62: | Line 59: | ||
</ | </ | ||
+ | {{ : | ||
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(' | e.play(' | ||
- | </ | ||
- | |||
- | To stop a specific session. This will stop exampleMidiPlayer3 player: | ||
- | <code javascript> | ||
- | e.stop(' | ||
</ | </ | ||
Line 94: | Line 87: | ||
</ | </ | ||
- | ADD TWO AUDIO TRACKS HERE | + | circleOfFifthChords: |
+ | {{ : | ||
+ | |||
+ | circleOfFifthMelody: | ||
+ | {{ : | ||
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:// | 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:// |