From c387ec04e07d9298262f4537d8b7b4606913e928 Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Sun, 2 Jun 2024 16:32:41 +0800 Subject: [PATCH] Improve AudioStreamPlaylist class reference --- .../doc_classes/AudioStreamPlaylist.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/interactive_music/doc_classes/AudioStreamPlaylist.xml b/modules/interactive_music/doc_classes/AudioStreamPlaylist.xml index 1d429a932fd..eb7e1806db7 100644 --- a/modules/interactive_music/doc_classes/AudioStreamPlaylist.xml +++ b/modules/interactive_music/doc_classes/AudioStreamPlaylist.xml @@ -1,7 +1,7 @@ - [AudioStream] that includes sub-streams and plays them back like a playslit. + [AudioStream] that includes sub-streams and plays them back like a playlist. @@ -11,14 +11,14 @@ - Return the bpm of the playlist, which can vary depending on the clip being played. + Returns the BPM of the playlist, which can vary depending on the clip being played. - Get the stream at playback position index. + Returns the stream at playback position index. @@ -26,7 +26,7 @@ - Set the stream at playback position index. + Sets the stream at playback position index. @@ -35,10 +35,10 @@ Fade time used when a stream ends, when going to the next one. Streams are expected to have an extra bit of audio after the end to help with fading. - If true, the playlist will loop, otherwise the playlist when end when the last stream is played. + If [code]true[/code], the playlist will loop, otherwise the playlist will end when the last stream is finished. - Shuffle the playlist. Streams are played in random order. + If [code]true[/code], the playlist will shuffle each time playback starts and each time it loops. Amount of streams in the playlist.