Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
basic-tools [2024/03/10 19:58] – steve.wang | basic-tools [2024/03/18 17:55] (current) – [emptyConfigObj] steve.wang | ||
---|---|---|---|
Line 5: | Line 5: | ||
**Things To Note:** This tutorial assumes you have already installed Konduktiva successfully using the [[https:// | **Things To Note:** This tutorial assumes you have already installed Konduktiva successfully using the [[https:// | ||
<code javascript> | <code javascript> | ||
- | let K = require(' | + | const K = require(' |
let e = K.setUpMusicalEnvironment(K.defaultConfigurationObject, | let e = K.setUpMusicalEnvironment(K.defaultConfigurationObject, | ||
</ | </ | ||
Line 38: | 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() |
</ | </ | ||