MCPcopy Create free account
hub / github.com/csound/csound / evaluateCode

Method evaluateCode

Emscripten/module/src/CsoundNode.js:145–147  ·  view source on GitHub ↗

Evaluates Csound orchestra code. * * @param {string} codeString A string containing the orchestra code.

(codeString)

Source from the content-addressed store, hash-verified

143 * @param {string} codeString A string containing the orchestra code.
144 */
145 evaluateCode(codeString) {
146 this.port.postMessage(["evalCode", codeString]);
147 }
148
149 /** Reads a numeric score string.
150 *

Callers 3

evaluateCodeFunction · 0.45
handleMessageMethod · 0.45
CompileOrcFunction · 0.45

Calls 1

postMessageMethod · 0.65

Tested by

no test coverage detected