From bf2932f1610a39dc7ee22e740de5c72cd9c51983 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 3 Mar 2023 02:08:28 -0500 Subject: [PATCH] GUI: tutorial, part 8 - DO NOT USE --- src/gui/tutorial.cpp | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/src/gui/tutorial.cpp b/src/gui/tutorial.cpp index c3434ecc..3d29a6a9 100644 --- a/src/gui/tutorial.cpp +++ b/src/gui/tutorial.cpp @@ -142,7 +142,37 @@ void FurnaceGUI::initTutorial() { ), TS( "for that we go in the Orders window, which contains the order these patterns will appear in.\n" - "aaaaa" + "the first column is position while the other columns contain pattern numbers of every channel." + ), + TS( + "clicking on the " ICON_FA_PLUS " button adds one row to the orders..." + ) + TS( + "" + ), + TS( + "and then clicking on a cell of the first column takes us there." + ), + TS( + "" + ), + TS( + "now let's add more to the song." + ), + TS( + "" + ), + TS( + "and after that, let's hear it!\n" + "note that playing the song by pressing Enter will play from the current position in the Orders view - that is, order 1!\n" + "we want to play from order 0 (the first order), so we go back to it first and then hit Enter." + ), + TS( + "" + ), + TS( + "congratulations! you made it\n" + "what else?" ) }); }