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

Method pause

wasm/browser/src/mains/spn.main.js:128–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 }
127
128 async pause() {
129 if (this.started && this.running) {
130 this.running = false;
131 this.onPlayStateChange("realtimePerformancePaused");
132 }
133 }
134
135 async resume() {
136 if (this.started && !this.running) {

Callers 2

csoundPauseMethod · 0.45
csoundPauseMethod · 0.45

Calls 1

onPlayStateChangeMethod · 0.95

Tested by

no test coverage detected