]> Shamusworld >> Repos - ardour-manual/blob - include/bbt-markers.html
A tiny addendum to the bbt markers doc
[ardour-manual] / include / bbt-markers.html
1 <p>
2   <dfn>BBT markers</dfn> allow resetting the timeline to a particular bar and
3   beat. Most of the time a BBT marker will reset it to 1|1|0 (the very first
4   beat of the very first bar) so that for each song in a multi-song session
5   there would be a musical time origin. However it's entirely possible to reset
6   to an arbitrary value such as 7|3|0.
7 </p>
8
9 <p>
10   To create a new BBT marker, <kbd class="mod1n"></kbd>-click on the
11   Bars:Beats ruler. This will open a dialog titled 'New Music Time' where you
12   can name the marker and define what bar (left field) and beat (right field)
13   this marker should reset the time to.
14 </p>
15
16 <figure>
17   <img style="width:50%;" width="50%" src="/images/new-music-time.png" alt="New Music Time dialog">
18   <figcaption>New Music Time dialog</figcaption>
19 </figure>
20
21 <p>
22   The timeline grid and the ruler will be updated accordingly:
23 </p>
24
25 <figure>
26   <img style="width:50%;" width="50%" src="/images/bbt-marker-resets-musical-time.png" alt="The BBT marker resets the musical time">
27   <figcaption>The BBT marker resets the musical time</figcaption>
28 </figure>
29
30 <p>
31   Dragging a BBT marker rigth or left will reset the musical time at a different
32   position on the timeline.
33 </p>
34
35 <p>
36   Right-clicking on a BBT marker opens a menu with two options:
37   <kbd class="menu">Edit…</kbd> and <kbd class="menu">Remove</kbd>.
38 </p>
39
40 <p>
41   Choosing <kbd class="menu">Edit…</kbd> opens the
42   <kbd class="menu">Edit Musical Time</kbd> dialog where it's possible to rename
43   the marker and set a different bar and/or beat to reset the musical time to:
44 </p>
45
46 <figure>
47   <img style="width:50%;" width="50%" src="/images/edit-bbt-marker.png" alt="Edit Musical Time">
48   <figcaption>The Edit Musical Time dialog</figcaption>
49 </figure>
50
51 <p>
52   Choosing <kbd class="menu">Remove</kbd> deletes the marker.
53 </p>