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

Function ReadScore

Emscripten/src/csound.js:196–198  ·  view source on GitHub ↗

* Sends a score to be read by csound.Csound. * * @param {string} s A string containing the score.

(s)

Source from the content-addressed store, hash-verified

194 * @param {string} s A string containing the score.
195 */
196 function ReadScore(s) {
197 csound.Csound.readScore(s);
198 }
199
200 /**
201 * Sends line events to csound.Csound.

Callers

nothing calls this directly

Calls 1

readScoreMethod · 0.45

Tested by

no test coverage detected