Add Track list docs

This commit is contained in:
Alexandre Prokoudine 2023-10-16 15:24:44 +02:00
parent 5db63291d0
commit 7da20a65f8
2 changed files with 23 additions and 0 deletions

View 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>

View File

@ -605,6 +605,14 @@ uri: ardours-interface/editor-lists/tracks-and-busses-list
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
include: the-sources-list.html