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

Method readScore

Emscripten/module/src/CsoundNode.js:153–155  ·  view source on GitHub ↗

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

(scoreString)

Source from the content-addressed store, hash-verified

151 * @param {string} scoreString A string containing a numeric score.
152 */
153 readScore(scoreString) {
154 this.port.postMessage(["readScore", scoreString]);
155 }
156
157 /** Sets the value of a control channel in the software bus
158 *

Callers 4

readScoreFunction · 0.45
handleMessageMethod · 0.45
ReadScoreFunction · 0.45
EventFunction · 0.45

Calls 1

postMessageMethod · 0.65

Tested by

no test coverage detected