basic-tools

Differences

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

Link to this comparison view

Next revision
Previous revision
basic-tools [2024/03/07 16:35] – created steve.wangbasic-tools [2024/03/18 17:55] (current) – [emptyConfigObj] steve.wang
Line 3: Line 3:
 **Overview: ** Konduktiva comes with some useful tools not just for music but also for programming in general.  **Overview: ** Konduktiva comes with some useful tools not just for music but also for programming in general. 
  
-**Things To Note:** This tutorial assumes you have already installed Konduktiva successfully using the [[https://github.com/renickbell/konduktiva|Konduktiva installation]] instructions and have read through and understood the [[:first_steps|first steps tutorial]]. The tutorial also assumes that you have imported Konduktiva to the //K// variable and assigned any of the example MusicalEnvironments to the //e// variable. +**Things To Note:** This tutorial assumes you have already installed Konduktiva successfully using the [[https://github.com/renickbell/konduktiva|Konduktiva installation]] instructions and have read through and understood the [[:first_steps|first steps tutorial]]. The tutorial also assumes 2 things. One, Konduktiva has been assigned to the //K// variable. Two, user created a Musical Environment using the //setUpMusicalEnvironment// function using //K.defaultConfigurationObject// as the first argument and //'exampleMidiPlayer'// as the third argument then, assigned the output to the //e// variable. 
 +<code javascript> 
 +const K = require('konduktiva'
 +let e = K.setUpMusicalEnvironment(K.defaultConfigurationObject,4,'exampleMidiPlayer'
 +</code>
  
 ===== All ===== ===== All =====
Line 35: Line 38:
 Running the code below will inform you of what each configuration option expects as input. Running the code below will inform you of what each configuration option expects as input.
 <code javascript> <code javascript>
-emptyConfigObj.toString()+K.emptyConfigObj.toString()
 </code> </code>
  
  
  
  • basic-tools.1709858143.txt.gz
  • Last modified: 2024/03/07 16:35
  • by steve.wang