Rulers/Markers rewrite, part 9 of N

Add vastly more verbose Loop Range documentation, adjust the chapter name
This commit is contained in:
Alexandre Prokoudine 2022-11-14 20:30:25 +03:00
parent eee8be124e
commit 919b125df7
3 changed files with 190 additions and 5 deletions

View File

@ -3,9 +3,194 @@
The <dfn>loop range</dfn> is a special range that defines the start and end points The <dfn>loop range</dfn> is a special range that defines the start and end points
for loop play, which can be enabled in the transport bar. for loop play, which can be enabled in the transport bar.
</p> </p>
<h2>Creating a Loop Range</h2>
<p> <p>
It can be defined via the timeline or the <a A loop range can be created in multiple ways.
href="@@the-ranges-and-marks-lists">Ranges &amp; Marks
list</a>.
</p> </p>
<ul>
<li>
By selecting a range on the timeline,
<kbd class="mouse">right</kbd>-clicking, then selecting
<kbd class="menu">Set Loop from Selection</kbd>. This will create a loop
range start and end markers match the beginning and the end of the range
selection respectively.
</li>
<li>
By selecting a range on the timeline,
<kbd class="mouse">right</kbd>-clicking, then selecting
<kbd class="menu">Loop Range</kbd>. This will create the same loop
region and start loop playback immediately.
</li>
<li>
By <kbd class="mod1 mouse">left</kbd>-dragging on the Loop/Punch Ranges
ruler, releasing the mouse button, then choosing
<kbd class="menu">Set Loop Range</kbd> in the pop-up menu.
</li>
</ul>
<figure>
<img style="width:75%;" width="50%" src="/images/a7-create-loop-on-ruler.gif"
alt="Creating a loop range directly on the ruler">
<figcaption>Creating a loop range directly on the ruler</figcaption>
</figure>
<h2>Playing a Loop Range</h2>
<p>
Playback of the loop range can be triggered the following ways:
</p>
<ul>
<li>
By clicking the <kbd>Play loop range</kbd> button in the Transport toolbar
</li>
<li>
By pressing the <kbd class="button">L</kbd> key.
</li>
<li>
By <kbd class="mod1 mouse">right</kbd>-clicking on either of the two loop
markers and selecting the <kbd class="menu">Loop Range</kbd> menu item.
</li>
</ul>
<h2>Editing a Loop Range</h2>
<p>
The loop range can be edited in multiple ways as well.
</p>
<ul>
<li>
Individual markers can be dragged on the ruler by
<kbd class="mod1 mouse">left</kbd>-clicking and dragging. It is also
possible to drag both the start and the end markers togother.
<kbd class="mod1 mouse">Left</kbd>-click and select both markers, then
<kbd class="mod1 mouse">left</kbd>-drag them.
</li>
<li>
Positions of the start and the end markers can be edited numerically in the
<a href="@@the-ranges-and-marks-lists">Ranges&nbsp;&amp; Marks</a> sidebar.
</li>
<li>
Positions of the start and the end markers can also be reset from another
range selection by making that selection, then
<kbd class="mod1 mouse">right</kbd>-clicking and selecting the
<kbd class="menu">Set Range from Selection</kbd> menu item.
</li>
</ul>
<h2>Removing a Loop Range</h2>
<p>
There are two ways to delete a loop range:
</p>
<ol>
<li>
<kbd class="mod1 mouse">Right</kbd>-clicking and selecting the
<kbd class="menu">Remove Range</kbd> menu item.
</li>
<li>
Click the <kbd>X</kbd> button in the list of ranges in the
<a href="@@the-ranges-and-marks-lists">Ranges&nbsp;&amp; Marks</a> sidebar.
</li>
</ol>
<h2>More Options</h2>
<p>
The right-click menu mostly copies that of a regular pair of range markers.
The following options are available in addition to the ones mentioned above.
</p>
<table class="dl">
<tr>
<th>Play Range</th>
<td>
Starts playback at the left marker in the pair and stops at the right
marker.</td>
</tr>
<tr>
<th>Locate to Marker</th>
<td>
Moves the playhead to the selected marker.
</td>
</tr>
<tr>
<th>Play from Marker</th>
<td>
Moves the playhead to the selected marker and starts playback.
</td>
</tr>
<tr>
<th>Loop Range</th>
<td>
Creates a loop range off the selected range markers pair and starts
playback.
</td>
</tr>
<tr>
<th>Set Marker from Playhead</th>
<td>
Changes the position of the selected marker to that of the playhead.
</td>
</tr>
<tr>
<th>Zoom to Range</th>
<td>
Changes the zoom so that the area defined by the range markers would be
maximized yet visible entirely within Ardour's window.
</td>
</tr>
<tr>
<th>Glue to Bars and Beats</th>
<td>
When this option is enabled, the marker maintains its position in bars
and beats even if there are changes in tempo and meter.
</td>
</tr>
<tr>
<th>Loudness Assistant…</th>
<td>
Launches the Loudness Assistant to analyze the selection defined by the
selected pair of range markers.
</td>
</tr>
<tr>
<th>Export Range…</th>
<td>
Exports the selection defined by the selected pair of range markers.
</td>
</tr>
<tr>
<th>Promote to Time Origin</th>
<td>
This makes the position of the chosen range marker the origin time. This
is mostly useful when the <em>Display delta to origin marker</em> clock
mode is enabled to display the difference between current playhead
position and the origin time. Absolute time stays unaffected.
</td>
</tr>
<tr>
<th>Separate Regions in Range</th>
<td>
Cuts all regions crossing the positions of the range markers.
</td>
</tr>
<tr>
<th>Select All in Range</th>
<td>
Select entire regions that cross the borders of the range markers.
</td>
</tr>
<tr>
<th>Select Range</th>
<td>
Create a selection from the range markers in all selected tracks and
busses.
</td>
</tr>
</table>

View File

@ -505,14 +505,14 @@ part: subchapter
--- ---
--- ---
title: Ruler and Markers title: Rulers and Markers
link: ruler-and-markers link: ruler-and-markers
uri: ardours-interface/ruler-and-markers uri: ardours-interface/ruler-and-markers
part: chapter part: chapter
--- ---
--- ---
title: Ruler title: Rulers
include: ruler.html include: ruler.html
link: ruler link: ruler
uri: ardours-interface/the-ruler uri: ardours-interface/the-ruler

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB