Add Track list docs
This commit is contained in:
parent
5db63291d0
commit
7da20a65f8
15
include/the-tracks-list.html
Normal file
15
include/the-tracks-list.html
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<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>
|
@ -605,6 +605,14 @@ uri: ardours-interface/editor-lists/tracks-and-busses-list
|
|||||||
part: subchapter
|
part: subchapter
|
||||||
---
|
---
|
||||||
|
|
||||||
|
---
|
||||||
|
title: The Tracks List
|
||||||
|
include: the-tracks-list.html
|
||||||
|
link: the-tracks-list
|
||||||
|
uri: ardours-interface/editor-lists/tracks-list
|
||||||
|
part: subchapter
|
||||||
|
---
|
||||||
|
|
||||||
---
|
---
|
||||||
title: The Sources List
|
title: The Sources List
|
||||||
include: the-sources-list.html
|
include: the-sources-list.html
|
||||||
|
Loading…
Reference in New Issue
Block a user