Updated the Region List
This commit is contained in:
parent
af2edba395
commit
82c4909049
@ -1,21 +1,20 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
The region list shows all the regions in the session. The left-hand column gives the region name,
|
The region list shows all the regions in the session, with infos about them
|
||||||
and there are a range of times given for information:
|
in a tabular form. Any column caption can be clicked to sort the list
|
||||||
|
according to the clicked value:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table class="dl">
|
<table class="dl">
|
||||||
<tr><th>Position</th><td>position of the start of the region on the global timeline</td></tr>
|
<tr><th>Name</th><td>The name of the region, can be modified by double-clicking it</td></tr>
|
||||||
<tr><th>End</th><td>position of the region on the global timeline</td></tr>
|
<tr><th># Ch</th><td>Number of channels for an audio region (0 for MIDI)</td></tr>
|
||||||
|
<tr><th>Tags</th><td>User-added tag text, can be modified by double clicking it</td></tr>
|
||||||
|
<tr><th>Start</th><td>position of the start of the region on the global timeline</td></tr>
|
||||||
<tr><th>Length</th><td>duration of the region</td></tr>
|
<tr><th>Length</th><td>duration of the region</td></tr>
|
||||||
<tr><th>Sync</th><td>position of the sync point, relative to the start of region (can be negative)</td></tr>
|
|
||||||
<tr><th>Fade In</th><td>duration of the fade in. Can't be less than 1 ms, to avoid clipping.</td></tr>
|
|
||||||
<tr><th>Fade Out</th><td>duration of the fade out (positive value, ≥ 1 ms).</td></tr>
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The secondary clock defines the time unit used in this list.
|
The time format used for <em>Start</em> and <em>Length</em> follows the <a href="@@editing-clocks">Primary Clock</a> one.
|
||||||
<a href="@@editing-clocks">Set the secondary clock</a> to the type of unit desired.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -23,14 +22,14 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table class="dl">
|
<table class="dl">
|
||||||
<tr><th>L</th>
|
<tr><th>□ L</th>
|
||||||
<td>whether the region position is locked, so that it cannot be moved.</td></tr>
|
<td>whether the region position is locked, so that it cannot be moved.</td></tr>
|
||||||
<tr><th>G</th>
|
<tr><th>□ G</th>
|
||||||
<td>whether the region's position is ‘glued’ to bars and beats.
|
<td>whether the region's position is ‘glued’ to bars and beats.
|
||||||
If so, the region will stay at the same position in bars and beats even if the tempo and/or time signature change.</td></tr>
|
If so, the region will stay at the same position in bars and beats even if the tempo and/or time signature change.</td></tr>
|
||||||
<tr><th>M</th>
|
<tr><th>□ M</th>
|
||||||
<td>whether the region is muted, so that it will not be heard.</td></tr>
|
<td>whether the region is muted, so that it will not be heard.</td></tr>
|
||||||
<tr><th>O</th>
|
<tr><th>□ O</th>
|
||||||
<td>whether the region is opaque; opaque regions ‘block’ regions below them from being heard, whereas ‘transparent’ regions have their contents mixed with whatever is underneath. </td></tr>
|
<td>whether the region is opaque; opaque regions ‘block’ regions below them from being heard, whereas ‘transparent’ regions have their contents mixed with whatever is underneath. </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user