From: Good Guy Date: Thu, 29 Oct 2020 02:21:37 +0000 (-0600) Subject: add Transport and Buttons Bar X-Git-Tag: 2021-05~45 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=commitdiff_plain;h=2641c4a3d4ba0036ace5f6fc7dbc0e6c9015fbc9 add Transport and Buttons Bar --- diff --git a/images/goto.png b/images/goto.png new file mode 100644 index 0000000..9d6b45f Binary files /dev/null and b/images/goto.png differ diff --git a/parts/Introduction.tex b/parts/Introduction.tex index 16195d4..55f131d 100644 --- a/parts/Introduction.tex +++ b/parts/Introduction.tex @@ -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. diff --git a/parts/Shortcuts.tex b/parts/Shortcuts.tex index b96fd5c..4744416 100644 --- a/parts/Shortcuts.tex +++ b/parts/Shortcuts.tex @@ -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. \\ diff --git a/parts/Windows.tex b/parts/Windows.tex index 55f996b..7ae9cb1 100644 --- a/parts/Windows.tex +++ b/parts/Windows.tex @@ -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}