]> Shamusworld >> Repos - ardour-manual/blobdiff - include/editing-clocks.html
Fix a typo in manual
[ardour-manual] / include / editing-clocks.html
index 91349af9a77fdef92f999280ef0215f94333e34f..2b2fd5cb42e642975ce2d083d66618df8d97a345 100644 (file)
 <p>
   New values for the clock can be typed in after clicking on the relevant clock.
   Clicking on the clock will show a thin vertical cursor bar just to the right
 <p>
   New values for the clock can be typed in after clicking on the relevant clock.
   Clicking on the clock will show a thin vertical cursor bar just to the right
-  of the next character to be overwritten. Time should be typed in the same order as the
-  current clock mode&mdash;if the clock is in Timecode mode, it should be
-  hours, minutes, seconds, frames. So, to change to a time of 12:15:20:15 one
-  would type <kbd class="input">1 2 1 5 2 0 1 5</kbd>. Each number typed will
-  appear in a different color, from right to left, overwriting the existing value.
-  Mid-edit, after typing <kbd class="input">3 2 2 2</kbd> the clock might look like this:
+  of the next character to be overwritten. Time should be typed in the same
+  order as the current clock mode&mdash;if the clock is in Timecode mode, it
+  should be hours, minutes, seconds, frames. So, to change to a time of
+  12:15:20:15 one would type
+  <kbd>1</kbd><kbd>2</kbd><kbd>1</kbd><kbd>5</kbd><kbd>2</kbd><kbd>0</kbd><kbd>1</kbd><kbd>5</kbd>.
+  Each number typed will appear in a different color, from right to left,
+  overwriting the existing value. Mid-edit, after typing <kbd>3</kbd><kbd>2</kbd><kbd>2</kbd><kbd>2</kbd> the clock might look like this:
 </p>
 
 <figure>
 </p>
 
 <figure>
   possible to enter part of a full time value.
 </p>
 <p>
   possible to enter part of a full time value.
 </p>
 <p>
-  As an exemple, supposing that the clock is in BBT
-  mode, displaying <samp>024|03|0029</samp>, altering the value to
-  the first beat of the current bar can be done by clicking on the clock and typing
-  <kbd class="input">0 1 0 0 0 0</kbd>. Similarly, if it is in Minutes:Seconds
-  mode, displaying <samp>02:03:04.456</samp>, getting to exactly 2
-  hours can be achieved by clicking on the clock and typing <kbd class="input">0 0 0 0 0 0 0</kbd> to
-  reset the minutes, seconds and milliseconds fields.
+  As an example, supposing that the clock is in BBT mode, displaying
+  <samp>024|03|0029</samp>, altering the value to the first beat of the current
+  bar can be done by clicking on the clock and typing
+  <kbd>0</kbd><kbd>1</kbd><kbd>0</kbd><kbd>0</kbd><kbd>0</kbd><kbd>0</kbd>.
+  Similarly, if it is in Minutes:Seconds mode, displaying
+  <samp>02:03:04.456</samp>, getting to exactly 2 hours can be achieved by
+  clicking on the clock and typing
+  <kbd>0</kbd><kbd>0</kbd><kbd>0</kbd><kbd>0</kbd><kbd>0</kbd><kbd>0</kbd><kbd>0</kbd>
+  to reset the minutes, seconds and milliseconds fields.
 </p>
 
 <h2>Entering Delta Times</h2>
 </p>
 
 <h2>Entering Delta Times</h2>
   key will add the entered value to the current value of the clock, minus will
   subtract it. For example, if the clock is in Samples mode and displays
   <samp>2917839</samp>, moving it back 2000 samples is done by typing
   key will add the entered value to the current value of the clock, minus will
   subtract it. For example, if the clock is in Samples mode and displays
   <samp>2917839</samp>, moving it back 2000 samples is done by typing
-  <kbd class="input">2 0 0 0</kbd> and <kbd>-</kbd>, rather than ending with
-  Enter or Tab.
+  <kbd>2</kbd><kbd>0</kbd><kbd>0</kbd><kbd>0</kbd> and <kbd>-</kbd>, rather than
+  ending with <kbd>Enter</kbd> or <kbd>Tab</kbd>.
 </p>
 
 <h2>Changing clock values with the mouse</h2>
 </p>
 
 <h2>Changing clock values with the mouse</h2>
   With the mouse pointer over the clock, moving the scroll wheel changes the
   clock values. Moving the scroll wheel up (<kbd class="mouse">&uArr;</kbd>)
   increases the value shown on the clock, moving it down  (<kbd
   With the mouse pointer over the clock, moving the scroll wheel changes the
   clock values. Moving the scroll wheel up (<kbd class="mouse">&uArr;</kbd>)
   increases the value shown on the clock, moving it down  (<kbd
-  class="mouse">&uArr;</kbd>) decreases it. The step size is equal to the unit
+  class="mouse">&dArr;</kbd>) decreases it. The step size is equal to the unit
   of the field hovered over (seconds, hours, etc.).
 </p>
 
   of the field hovered over (seconds, hours, etc.).
 </p>
 
 
 <p>
   With the mouse pointer over the clock, pressing the left mouse button and
 
 <p>
   With the mouse pointer over the clock, pressing the left mouse button and
-  dragging also affects the clocks : dragging upwards increases the value shown
+  dragging also affects the clocks: dragging upwards increases the value shown
   on the clock, dragging downwards decreases it, again with a step size equal to
   the unit of the field where the drag began on.
 </p>
   on the clock, dragging downwards decreases it, again with a step size equal to
   the unit of the field where the drag began on.
 </p>