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

Method stop

Emscripten/module/src/CsoundNode.js:288–290  ·  view source on GitHub ↗

Stops (pauses) performance

()

Source from the content-addressed store, hash-verified

286 /** Stops (pauses) performance
287 */
288 stop() {
289 this.port.postMessage(["stop"]);
290 }
291
292 /** Sets a callback to process Csound console messages.
293 *

Callers 2

PauseFunction · 0.45
StopFunction · 0.45

Calls 1

postMessageMethod · 0.65

Tested by

no test coverage detected