MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / play

Method play

packages/alphatab/src/synth/AlphaSynthWrapper.ts:298–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296 }
297
298 public play(): boolean {
299 return this._instance ? this._instance!.play() : false;
300 }
301
302 public pause(): void {
303 if (this._instance) {

Callers

nothing calls this directly

Calls 1

playMethod · 0.65

Tested by

no test coverage detected