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

Function render

Emscripten/module/src/CsoundScriptProcessorNode.js:327–330  ·  view source on GitHub ↗

Renders a CSD, which may be given as a filename in the * WASM filesystem or a string containing the code. This is used for * disk rendering only. * @param {string} csd A string containing the CSD filename or the CSD code. * @memberof CsoundMixin

(csd)

Source from the content-addressed store, hash-verified

325 */
326
327 render(csd) {
328 CSOUND.compileCSD(this.csound, csd);
329 CSOUND.render(this.csound);
330 },
331
332 /** Evaluates Csound orchestra code.
333 *

Callers

nothing calls this directly

Calls 2

compileCSDMethod · 0.45
renderMethod · 0.45

Tested by

no test coverage detected