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

Method stop

packages/alphatab/src/AlphaTabApiBase.ts:2058–2060  ·  view source on GitHub ↗

* Stops the playback of the current song, and moves the playback position back to the start. * @remarks * If a dedicated playback range is selected, it will move the playback position to the start of this range, not the whole song. * @category Methods - Player * @since 0.9.4

()

Source from the content-addressed store, hash-verified

2056 * ```
2057 */
2058 public stop(): void {
2059 this._player.stop();
2060 }
2061
2062 /**
2063 * Triggers the play of the given beat.

Callers

nothing calls this directly

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected