* 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
()
| 2056 | * ``` |
| 2057 | */ |
| 2058 | public stop(): void { |
| 2059 | this._player.stop(); |
| 2060 | } |
| 2061 | |
| 2062 | /** |
| 2063 | * Triggers the play of the given beat. |