Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Pause
Function · 0.45
Stop
Function · 0.45
Calls
1
postMessage
Method · 0.65
Tested by
no test coverage detected