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

Method reset

Emscripten/module/src/CsoundNode.js:273–275  ·  view source on GitHub ↗

Resets the Csound engine.

()

Source from the content-addressed store, hash-verified

271 /** Resets the Csound engine.
272 */
273 reset() {
274 this.port.postMessage(["reset"]);
275 }
276
277 destroy() {
278 }

Callers 4

resetFunction · 0.45
handleMessageMethod · 0.45
StopFunction · 0.45
ResetFunction · 0.45

Calls 1

postMessageMethod · 0.65

Tested by

no test coverage detected