15 lines
389 B
HTML
15 lines
389 B
HTML
|
<p>
|
||
|
The Tracks list is only displayed in the Cue window and shows the following
|
||
|
columns:
|
||
|
</p>
|
||
|
|
||
|
<table class="dl">
|
||
|
<tr><th>Name</th>
|
||
|
<td>The track name.</td></tr>
|
||
|
<tr><th>V</th>
|
||
|
<td>Whether the track is visible at all.</td></tr>
|
||
|
<tr><th>C</th>
|
||
|
<td>Whether the track is visible in the Cue window.</td></tr>
|
||
|
<tr><th>A</th>
|
||
|
<td>Whether the track is active.</td></tr>
|
||
|
</table>
|