From 7e1bc001930b04dcc95395ece349e40f6140a34b Mon Sep 17 00:00:00 2001 From: bobby-the-epic <174213631+bobby-the-epic@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:42:41 -0500 Subject: [PATCH] Fix grammar in AudioStreamInteractive.xml Minor grammar fix to make the sentences flow better. --- .../interactive_music/doc_classes/AudioStreamInteractive.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/interactive_music/doc_classes/AudioStreamInteractive.xml b/modules/interactive_music/doc_classes/AudioStreamInteractive.xml index e8f8e7b7604..17448724d19 100644 --- a/modules/interactive_music/doc_classes/AudioStreamInteractive.xml +++ b/modules/interactive_music/doc_classes/AudioStreamInteractive.xml @@ -4,7 +4,7 @@ Audio stream that can playback music interactively, combining clips and a transition table. - This is an audio stream that can playback music interactively, combining clips and a transition table. Clips must be added first, and the transition rules via the [method add_transition]. Additionally, this stream export a property parameter to control the playback via [AudioStreamPlayer], [AudioStreamPlayer2D], or [AudioStreamPlayer3D]. + This is an audio stream that can playback music interactively, combining clips and a transition table. Clips must be added first, and then the transition rules via the [method add_transition]. Additionally, this stream exports a property parameter to control the playback via [AudioStreamPlayer], [AudioStreamPlayer2D], or [AudioStreamPlayer3D]. The way this is used is by filling a number of clips, then configuring the transition table. From there, clips are selected for playback and the music will smoothly go from the current to the new one while using the corresponding transition rule defined in the transition table.