Add initial bbt markers documentation

This commit is contained in:
Alexandre Prokoudine 2022-09-24 03:21:06 +03:00 committed by Paul Davis
parent 9b274008fa
commit 36b8e96cb6
4 changed files with 34 additions and 0 deletions

28
include/bbt-markers.html Normal file
View File

@ -0,0 +1,28 @@
<p>
<dfn>BBT markers</dfn> allow resetting the timeline to a particular bar and
beat. Most of the time a BBT marker will reset it to 1|1|0 (the very first
beat of the very first bar) so that for each song in a multi-song session
there would be a musical time origin. However it's entirely possible to reset
to an arbitrary value such as 7|3|0.
</p>
<p>
To create a new BBT marker, <kbd class="mod1n"></kbd>-click on the
Bars:Beats ruler. This will open a dialog titled 'New Music Time' where you
can name the marker and define what bar (left field) and beat (right field)
this marker should reset the time to.
</p>
<figure>
<img style="width:50%;" width="50%" src="/images/new-music-time.png" alt="New Music Time dialog">
<figcaption>New Music Time dialog</figcaption>
</figure>
<p>
The timeline grid and the ruler will be updated accordingly:
</p>
<figure>
<img style="width:50%;" width="50%" src="/images/bbt-marker-resets-musical-time.png" alt="The BBT marker resets the musical time">
<figcaption>The BBT marker resets the musical time</figcaption>
</figure>

View File

@ -1652,6 +1652,12 @@ link: techniques-for-working-with-tempo-and-meter
part: subchapter
---
---
title: BBT markers
include: bbt-markers.html
link: bbt-markers
part: subchapter
---
---
title: Mixing

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB