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

Function evaluateCode

Emscripten/module/src/CsoundScriptProcessorNode.js:338–340  ·  view source on GitHub ↗

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

(codeString)

Source from the content-addressed store, hash-verified

336 */
337
338 evaluateCode(codeString) {
339 CSOUND.evaluateCode(this.csound, codeString);
340 },
341 /** Reads a numeric score string.
342 *
343 * @param {string} scoreString A string containing a numeric score.

Callers

nothing calls this directly

Calls 1

evaluateCodeMethod · 0.45

Tested by

no test coverage detected