2017-01-13 05:32:49 -05:00
|
|
|
|
|
|
|
<p>
|
2017-06-02 06:11:11 -04:00
|
|
|
This lists the tracks and busses that are present in the session. The list order
|
|
|
|
reflects the order in the editor, and track or bus names can be dragged-and-dropped
|
|
|
|
in the editor list to re-order them in the editor. The columns in the list
|
|
|
|
represent the following:
|
2017-01-13 05:32:49 -05:00
|
|
|
</p>
|
|
|
|
|
2017-03-14 12:43:24 -04:00
|
|
|
<table class="dl">
|
|
|
|
<tr><th id="visible">V</th>
|
2017-06-02 06:11:11 -04:00
|
|
|
<td>whether the track or bus is visible; they can be hidden, in which case they
|
|
|
|
will still play, but just not be visible in the editor; this can be useful for
|
|
|
|
keeping the display uncluttered.</td></tr>
|
2017-03-14 12:43:24 -04:00
|
|
|
<tr><th id="active">A</th>
|
2017-02-14 10:20:06 -05:00
|
|
|
<td>whether the track or bus is active; inactive tracks will not play, and will
|
2017-06-02 06:11:11 -04:00
|
|
|
not consume any CPU.</td></tr>
|
|
|
|
<tr><th id="input">I</th> <td>for MIDI tracks,
|
|
|
|
whether the MIDI input is enabled; this dictates whether MIDI data from the
|
2017-02-14 10:20:06 -05:00
|
|
|
track's input ports will be passed through the track.</td></tr>
|
2017-06-02 06:11:11 -04:00
|
|
|
<tr><th id="record">R</th> <td>whether the track is record-enabled.</td></tr>
|
|
|
|
<tr><th id="record-safe">RS</th> <td>whether the track is record safe; a record safe
|
|
|
|
track cannot be armed for recording, to protect against a mistake.</td></tr>
|
2017-03-14 12:43:24 -04:00
|
|
|
<tr><th id="mute">M</th>
|
|
|
|
<td>whether the track is muted.</td></tr>
|
|
|
|
<tr><th id="solo">S</th>
|
|
|
|
<td>track solo state.</td></tr>
|
|
|
|
<tr><th id="solo-isolated">SI</th>
|
|
|
|
<td>track solo-isolated state.</td></tr>
|
|
|
|
<tr><th id="solo-safe">SS</th>
|
|
|
|
<td>solo safe state. </td></tr>
|
|
|
|
</table>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
|
|
|
<p class="note">
|
2017-06-02 06:11:11 -04:00
|
|
|
Each icon in these columns can be clicked to toggle the track/bus state, which
|
|
|
|
is a very fast way to set multiple tracks/busses state at once.
|
2017-01-13 05:32:49 -05:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2017-06-02 06:11:11 -04:00
|
|
|
As with the region list, hovering the mouse pointer over a column heading shows
|
|
|
|
a tool-tip which can be handy to remember what the columns are for.
|
2017-01-13 05:32:49 -05:00
|
|
|
</p>
|
2017-11-10 19:47:11 -05:00
|
|
|
|