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

Method triggerRealtimePerformanceStarted

wasm/browser/src/events.js:57–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 triggerRealtimePerformanceStarted() {
58 this.eventEmitter.emit("realtimePerformanceStarted");
59 if (this.currentDerivedPlayState !== "play") {
60 this.eventEmitter.emit("play");
61 this.currentDerivedPlayState = "play";
62 }
63 }
64
65 triggerRealtimePerformancePaused() {
66 this.eventEmitter.emit("realtimePerformancePaused");

Callers 4

onPlayStateChangeMethod · 0.80
onPlayStateChangeMethod · 0.80
onPlayStateChangeMethod · 0.80
onPlayStateChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected