add Transport and Buttons Bar
authorGood Guy <good1.2guy@gmail.com>
Thu, 29 Oct 2020 02:21:37 +0000 (20:21 -0600)
committerGood Guy <good1.2guy@gmail.com>
Thu, 29 Oct 2020 02:21:37 +0000 (20:21 -0600)
images/goto.png [new file with mode: 0644]
parts/Introduction.tex
parts/Shortcuts.tex
parts/Windows.tex

diff --git a/images/goto.png b/images/goto.png
new file mode 100644 (file)
index 0000000..9d6b45f
Binary files /dev/null and b/images/goto.png differ
index 16195d49b612c4f863841b1f0c1ab06a43beb61a..55f131d2bd37054c47934dd92135eed354311e8a 100644 (file)
@@ -124,7 +124,7 @@ programmers.
             \item[Innovative New Features]~\\
                 \begin{itemize}
                     \item Inter-View mode as invented through a collaborative effort by a user and the developer.
-                    \item Proxy settings for large formatted media with the coveted Scalar option and proxy quick switch.
+                    \item Proxy settings for large formatted media with the coveted Scalar option and proxy quick switch.  Includes a 1:1 proxy setting used to save CPU time with a reduced bitrate.
                     \item Multiple cameras / Mixer Viewer with the number of cameras only limited by the resources on the user’s computer (on a large system, 50 are known to work).
                     \item Audio/Video sync via waveforms, or timecodes to include syncing with externally recorded audio.
                     \item DVD/bluray creation, editing, and copying for non-commercial media greatly enhanced for usability.
index b96fd5c0857dc420b83c96156becee5081dc3e09..4744416795ba284344a05e4930ffc173320f9694 100644 (file)
@@ -154,7 +154,7 @@ The Main window (also called the program window) consists of pulldown menus, but
   & -- Split X pane & Ctrl-1 & Toggle $\frac{1}{2}$ horiz track timeline window panes. \\
   & -- Split Y pane & Ctrl-2 & Toggle $\frac{1}{2}$ vert track timeline window panes. \\
   & Mixer Viewer & Shift-M & Bring up a Mixer Viewer window. \\
-  & Tile mixers & Alt-t & Tile mixer windows to original position/size. \\
+  & Drag Tile mixers & Alt-t & Create a drag box to be used to tile mixers. \\
   & Default Positions & Ctrl-p & Reset window positions/size to defaults. \\
   & Tile Left &  & Set window positions/sizes to tile left screen. \\
   & Tile Right &  & Set window positions/size to tile right screen. \\
index 55f996b5cf388d88c6224d75fc228e68e7038bef..7ae9cb1bc4d7b8515117c483e306ff11e1d438f1 100644 (file)
@@ -68,6 +68,67 @@ the keyboard to navigate.  Many of the key equivalences are listed in each of th
 navigation (\nameref{cha:shortcuts}). This includes, for example, shortcuts like the \texttt{Home} and \texttt{End} keys to go to the beginning or end of the timeline.  
 Another example is in the default cut and paste mode, hold down \texttt{Shift} while pressing \texttt{Home} or \texttt{End} in order to select the region of the timeline between the insertion point and the key pressed.
 
+\subsection{Transport and Buttons Bar}%
+\label{sub:transport_buttons}
+
+This is a short description of what is contained on the \textit{Transport and Buttons Bar} as seen in
+figure~\ref{fig:insertion-points}.
+Each of the symbols has an associated tooltip as an easy reminder of its function.  The usage of
+several is described in a little more detail in other areas of this manual. 
+
+\vspace{2ex}
+\begin{tabular}{ll}
+   \hline
+       First set of 3 symbols & Move in the reverse direction on the timeline \\
+        4th symbol & Stop play \\
+       Third set of 3 symbols & Move in the forward direction on the timeline \\
+       Next 2 symbols & Set editing mode \\
+       Generate keyframes while tweaking & Explained in \ref{sec:generate_keyframe_tweaking}\\
+       Allow keyframe spanning & Explained in \ref{sec:allow_keyframes_spanning}\\
+       Lock labels from moving with edits & Toggle to lock or not lock labels from moving \\
+       Next 2 are In and Out pointers & Set or unset In and Out to define an area \\
+       To Clip & Create a clip of the designated area \\
+       Split / Cut & Split/Cut at insertion or selected area \\
+       Next 2 symbols & Usual Copy and Paste functions \\
+       Next 3 symbols & Label manipulation functions  \\
+       Next 2 symbols & Used to move to other edits  \\
+       Next 2 symbols & Fitting video to the display  \\
+       Next 2 symbols & Undo and Redo last operation  \\
+       Manual Go To & Explanation after this table  \\
+       Set Timecode & Explained in \ref{sub:align_timecodes}  \\
+       Gang Modes & Explained in \ref{sub:displaying_tracks_ganged} \\
+   \hline
+\end{tabular}
+
+The \textit{Manual Go To} menu is quite versatile as you can see in figure~\ref{fig:goto_menu}.  The
+options of \textit{=} represents goto the position indicated in the textbox; \textit{+} indicates
+to goto forward the additional number in the textbox; and \textit{-} means to go in the reverse
+direction the number in the textbox.  The pulldown arrow to the right of the textbox sets the
+\textit{Time Format} for the units to be used for position changing.  This lets you change the units
+without having to modify your Preference. 
+
+\begin{figure}[htpb]
+    \centering
+    \includegraphics[width=0.4\linewidth]{goto.png}
+    \caption{Goto position menu}
+    \label{fig:goto_menu}
+\end{figure}
+
+\textit{Time Format} options are:
+
+\begin{tabular}{ll}
+   \hline
+        h:mm:ss.sss & hours minutes seconds milliseconds  \\
+        h:mm:ss:ff & hours minutes seconds frames  \\
+        timecode  \\
+        video frames  \\ 
+        audio samples  \\
+        audio samples (hex)  \\
+        ssss.sss & milliseconds.xx  \\
+        video frames (feet)  \\
+   \hline
+\end{tabular}
+
 \subsection{Zoom Panel}%
 \label{sub:zoom_panel}