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

Function CompileOrc

Emscripten/src/csound.js:146–148  ·  view source on GitHub ↗

* Sends orchestra code to be compiled by csound.Csound. * * @param {string} s A string containing the code.

(s)

Source from the content-addressed store, hash-verified

144 * @param {string} s A string containing the code.
145 */
146 function CompileOrc(s) {
147 csound.Csound.evaluateCode(s);
148 }
149
150
151 /**

Callers

nothing calls this directly

Calls 1

evaluateCodeMethod · 0.45

Tested by

no test coverage detected