From 06264448557b53a6ce438b9d1656d6e98fe33ad3 Mon Sep 17 00:00:00 2001 From: Benny Date: Thu, 13 Sep 2018 22:02:28 +0200 Subject: [PATCH] Improve where transport controls are actually defined Paragraph ordering was somewhat confusing: you talk about transport controls before defining what they actually are. Better to define them first so that the reader knows what you are talking about. --- doc/user/intro/Glossary.txt | 2 +- doc/user/intro/intro.txt | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/user/intro/Glossary.txt b/doc/user/intro/Glossary.txt index 34b3355cc..1a971e52b 100644 --- a/doc/user/intro/Glossary.txt +++ b/doc/user/intro/Glossary.txt @@ -235,7 +235,7 @@ NOTE: Draft, please help rephrase/review and shorten explanations! allowing a video to be sent to a dedicated monitor, e.g., to a separate X/-display or to a firewire. - anchor:Viewer Switch Board[] link:#Viewer-Switch-Board[->]Viewer Switch Board:: + anchor:ViewerSwitchBoard[] link:#Viewer-Switch-Board[->]Viewer Switch Board:: A control panel attached to the viewer, allowing to select dynamically between various possible inputs. With the help of the Switch Board, ``A vs B'' comparisons can be done, optionally in split screen mode. diff --git a/doc/user/intro/intro.txt b/doc/user/intro/intro.txt index 58616ec17..087fc8d1d 100755 --- a/doc/user/intro/intro.txt +++ b/doc/user/intro/intro.txt @@ -261,6 +261,11 @@ up to a beamer or monitor. Transport Controls ~~~~~~~~~~~~~~~~~~ +Transport controls are devices that are controlled by widgets or by some input device +(MIDI, control surface, etc) so the look-and-feel of the transport control +widget may vary, depending on what the transport controls have been assigned +to. Irrespective of their look-and-feel, they are connected to a play +controller. The preliminary layout in the current GUI is rather provisional -- a final decision has yet to be taken on where the transport controls will be located. In later @@ -271,13 +276,6 @@ a possibility that the transport controls will be allocated their own GUI elemen // Isn't the whole point of enabling multiple GUIs that there won't be // final decisions? Only provisional ones? - -Transport controls are devices that are controlled by widgets or by some input device -(MIDI, control surface, etc) so the look-and-feel of the transport control -widget may vary, depending on what the transport controls have been assigned -to. Irrespective of their look-and-feel, they are connected to a play -controller. - A _play controller_ coordinates playback, cueing and rewinding. Transport controls are ganged when they attach to the same play controller.