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

Function Stop

Emscripten/src/csound.js:136–139  ·  view source on GitHub ↗

* Stops rendering and resets csound.Csound.

()

Source from the content-addressed store, hash-verified

134 * Stops rendering and resets csound.Csound.
135 */
136 function Stop() {
137 csound.Csound.stop();
138 csound.Csound.reset();
139 }
140
141 /**
142 * Sends orchestra code to be compiled by csound.Csound.

Callers

nothing calls this directly

Calls 2

stopMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected