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

Function readScore

Emscripten/module/src/CsoundScriptProcessorNode.js:347–349  ·  view source on GitHub ↗

Reads a numeric score string. * * @param {string} scoreString A string containing a numeric score. * @memberof CsoundMixin

(scoreString)

Source from the content-addressed store, hash-verified

345 */
346
347 readScore(scoreString) {
348 CSOUND.readScore(this.csound, scoreString);
349 },
350
351 /** Sets the value of a control channel in the software bus
352 *

Callers

nothing calls this directly

Calls 1

readScoreMethod · 0.45

Tested by

no test coverage detected