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

Method play

packages/alphatab/src/synth/IAlphaSynth.ts:171–171  ·  view source on GitHub ↗

* Starts the playback if possible * @returns true if the playback was started, otherwise false. Reasons for not starting can be that the player is not ready or already playing.

()

Source from the content-addressed store, hash-verified

169 * @returns true if the playback was started, otherwise false. Reasons for not starting can be that the player is not ready or already playing.
170 */
171 play(): boolean;
172
173 /**
174 * Pauses the playback if was running

Callers 15

playMethod · 0.65
playMethod · 0.65
onStateChangeMethod · 0.65
SyncPoint.test.tsFile · 0.65
AlphaSynth.test.tsFile · 0.65
testPlaythroughFunction · 0.65
playMethod · 0.65
playMethod · 0.65
playOneTimeMidiFileMethod · 0.65
playMethod · 0.65
playMethod · 0.65
playMethod · 0.65

Implementers 3

AlphaSynthBasepackages/alphatab/src/synth/AlphaSynth
AlphaSynthWrapperpackages/alphatab/src/synth/AlphaSynth
AlphaSynthWebWorkerApipackages/alphatab/src/platform/worker/

Calls

no outgoing calls

Tested by 1

testPlaythroughFunction · 0.52