2013-01-29 19:26:36 -05:00
|
|
|
<h2>Clock Modes</h2>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2014-02-04 14:06:25 -05:00
|
|
|
<p>
|
|
|
|
Every clock in Ardour has four different, selectable <dfn>clock
|
2017-01-13 05:32:49 -05:00
|
|
|
modes</dfn>. Each mode displays time using different units.
|
|
|
|
You can change the clock mode by <kbd class="mouse">Right</kbd>-clicking
|
2014-02-04 14:06:25 -05:00
|
|
|
on the clock and selecting the desired mode from the menu. Some clocks are
|
|
|
|
entirely independent of any other clock's mode; others are linked so that
|
|
|
|
changing one changes all clocks in that group. The different modes are:
|
|
|
|
</p>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<dl>
|
2017-01-20 04:52:51 -05:00
|
|
|
<dt>Timecode</dt><dd>Time is shown as <dfn><abbr title="Society of Motion Picture and Television
|
2017-01-13 05:32:49 -05:00
|
|
|
Engineers">SMPTE</abbr> timecode</dfn> in Hours:Minutes:Seconds:Frames,
|
|
|
|
measured from the timecode zero point on the timeline (which may not
|
2014-02-04 14:06:25 -05:00
|
|
|
correspond to the session start and/or absolute zero on the timeline,
|
2017-01-13 05:32:49 -05:00
|
|
|
depending on configurable timecode offsets).
|
2014-02-04 14:06:25 -05:00
|
|
|
The frames value is dictated by either the session <abbr title="Frames Per
|
2017-01-13 05:32:49 -05:00
|
|
|
Second">FPS</abbr> setting, or, if slaved to an external timecode master,
|
|
|
|
the master's setting. In the transport clocks, the FPS value is shown below
|
2014-02-04 14:06:25 -05:00
|
|
|
the time display, along with an indication of the current timecode source
|
|
|
|
(<samp>INT</samp> means that Ardour is its own timecode source).</dd>
|
2017-01-20 04:52:51 -05:00
|
|
|
<dt>BBT</dt><dd>Time is shown as Bars:Beats:Ticks, indicating <dfn>musical time</dfn> measured
|
2014-02-04 14:06:25 -05:00
|
|
|
from the start of the session. The transport clocks show the current tempo
|
|
|
|
in <abbr title="Beats Per Minute">bpm</abbr> and meter below the time
|
|
|
|
display.</dd>
|
2017-01-20 04:52:51 -05:00
|
|
|
<dt>Minutes:Seconds</dt><dd>Time is shown as Hours:Minutes:Seconds.Milliseconds, measured from the
|
2017-01-13 05:32:49 -05:00
|
|
|
absolute start of the timeline (ignoring the session start and any timecode
|
2014-02-04 14:06:25 -05:00
|
|
|
offsets).</dd>
|
2017-01-20 04:52:51 -05:00
|
|
|
<dt>Samples</dt><dd>Time is shown as a <dfn>sample count</dfn> from the absolute start of the timeline
|
2014-02-04 14:06:25 -05:00
|
|
|
(ignoring the session start and any timecode offsets). The number of
|
|
|
|
samples per second is given by the current sample rate, and in the transport
|
2017-01-13 05:32:49 -05:00
|
|
|
clocks, this rate is shown below the time display along with any
|
2014-02-04 14:06:25 -05:00
|
|
|
pullup/pulldown adjustment.</dd>
|
2013-01-29 19:26:36 -05:00
|
|
|
</dl>
|
2014-02-04 14:06:25 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<h2>Changing clock values with the keyboard</h2>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<p>
|
2017-01-13 05:32:49 -05:00
|
|
|
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. Enter time in the same order as the
|
|
|
|
current clock mode—if the clock is in Timecode mode, you need to enter
|
|
|
|
hours, minutes, seconds, frames. So, to change to a time of 12:15:20:15 you
|
|
|
|
would type <kbd class="input">1 2 1 5 2 0 1 5</kbd>. Each number you type will
|
|
|
|
appear in a different color, from right to left, overwriting the existing value.
|
2014-02-04 14:06:25 -05:00
|
|
|
Mid-edit, after typing <kbd class="input">3 2 2 2</kbd> the clock might look like this:
|
2013-01-29 19:26:36 -05:00
|
|
|
</p>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2017-01-20 04:52:51 -05:00
|
|
|
<img src="/images/clockedit.png" alt="An image of a clock being edited in Ardour">
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2014-02-04 14:06:25 -05:00
|
|
|
<p>
|
|
|
|
To finish the edit, press <kbd>↵</kbd> or <kbd>Tab</kbd>. To exit an
|
2017-01-13 05:32:49 -05:00
|
|
|
edit without changing the clock press <kbd>ESC</kbd>. If you mis-type an entry
|
|
|
|
so that the new value would be illegal (for example, resulting in more than 30
|
|
|
|
frames when Timecode is set to 30 frames per second), the clock will reset at
|
2014-02-04 14:06:25 -05:00
|
|
|
the end of the edit, and move the cursor back to the start so that you can
|
|
|
|
start over.
|
2013-01-29 19:26:36 -05:00
|
|
|
</p>
|
2014-02-04 14:06:25 -05:00
|
|
|
|
2017-01-20 04:52:51 -05:00
|
|
|
<h2>Avoiding the mouse entirely</h2>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<p>
|
2017-01-13 05:32:49 -05:00
|
|
|
There is a shortcut available for those who wish to be able to edit the transport
|
|
|
|
clocks entirely without the mouse. It can be found in
|
2014-02-04 14:06:25 -05:00
|
|
|
<kbd class="menu">Window > Key Bindings > Transport > Focus On
|
|
|
|
Clock</kbd>. If bound to a key (<kbd>÷</kbd> on the numerical
|
2017-01-13 05:32:49 -05:00
|
|
|
keypad is the
|
|
|
|
default), then pressing that key is equivalent to clicking on the primary (left)
|
2014-02-04 14:06:25 -05:00
|
|
|
transport clock, and editing can begin immediately.
|
2013-01-29 19:26:36 -05:00
|
|
|
</p>
|
2014-02-04 14:06:25 -05:00
|
|
|
|
2017-01-20 04:52:51 -05:00
|
|
|
<h2>Entering Partial Times</h2>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<p>
|
2017-01-13 05:32:49 -05:00
|
|
|
One detail of the editing design that is not immediately obvious is that it is
|
2014-02-04 14:06:25 -05:00
|
|
|
possible to enter part of a full time value. Suppose that the clock is in BBT
|
2017-01-13 05:32:49 -05:00
|
|
|
mode, displaying <samp>024|03|0029</samp>, and you want to alter the value to
|
|
|
|
the first beat of the current bar. Click on the clock and type
|
|
|
|
<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>, and you want to get to exactly 2
|
|
|
|
hours, click on the clock and type <kbd class="input">0 0 0 0 0 0 0</kbd> to
|
2014-02-04 14:06:25 -05:00
|
|
|
reset the minutes, seconds and milliseconds fields.
|
2013-01-29 19:26:36 -05:00
|
|
|
</p>
|
2014-02-04 14:06:25 -05:00
|
|
|
|
2017-01-20 04:52:51 -05:00
|
|
|
<h2>Entering Delta Times</h2>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<p>
|
2017-01-13 05:32:49 -05:00
|
|
|
You can also type values into the clock that are intended as a relative change,
|
|
|
|
rather than a new absolute value. Simply end the edit by pressing
|
2014-02-04 14:06:25 -05:00
|
|
|
<kbd>+</kbd> or <kbd>-</kbd> (the ones on any keypad will also work). The plus
|
2017-01-13 05:32:49 -05:00
|
|
|
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>, you move it back 2000 samples by typing
|
2014-02-04 14:06:25 -05:00
|
|
|
<kbd class="input">2 0 0 0</kbd> and <kbd>-</kbd>, rather than ending with
|
2017-01-20 04:52:51 -05:00
|
|
|
Enter or Tab.
|
|
|
|
</p>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<h2>Changing clock values with the mouse</h2>
|
2014-02-04 14:06:25 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<h3>Using a scroll wheel</h3>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<p>
|
2014-02-04 14:06:25 -05:00
|
|
|
Position the mouse pointer over the clock, and move the scroll wheel. Moving
|
2017-01-13 05:32:49 -05:00
|
|
|
the scroll wheel up (<kbd class="mouse">⇑</kbd>) increases the value
|
2014-02-04 14:06:25 -05:00
|
|
|
shown on the clock, moving it down (<kbd class="mouse">⇑</kbd>)
|
|
|
|
decreases it. The step size is equal to the unit of the field
|
|
|
|
you are hovering over (seconds, hours, etc.).
|
2013-01-29 19:26:36 -05:00
|
|
|
</p>
|
2014-02-04 14:06:25 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<h3>Dragging the mouse</h3>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<p>
|
2017-01-13 05:32:49 -05:00
|
|
|
Position the mouse pointer over the clock, press the left mouse button and drag.
|
2014-02-04 14:06:25 -05:00
|
|
|
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 you
|
|
|
|
began the drag on.
|
2013-01-29 19:26:36 -05:00
|
|
|
</p>
|
2017-02-13 14:53:37 -05:00
|
|
|
|