diff --git a/include/the-tracks-and-busses-list.html b/include/the-tracks-and-busses-list.html index 0dfe8541..96a70905 100644 --- a/include/the-tracks-and-busses-list.html +++ b/include/the-tracks-and-busses-list.html @@ -7,27 +7,60 @@
V | -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. |
---|---|
A | -whether the track or bus is active; inactive tracks will not play, and will - not consume any CPU. |
I | for MIDI tracks, - whether the MIDI input is enabled; this dictates whether MIDI data from the - track's input ports will be passed through the track. |
R | whether the track is record-enabled. |
RS | whether the track is record safe; a record safe - track cannot be armed for recording, to protect against a mistake. |
M | -whether the track is muted. |
S | -track solo state. |
SI | -track solo-isolated state. |
SS | -solo safe state. |
V | ++ 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. + | +
C | ++ Whether the track is visiable on the Cue page, in which case it can be used + for non-linear sequencing in the Cue window, but any content in the track + visible in the Editor window will not be played. + | +
A | ++ Whether the track or bus is active; inactive tracks will not play, and + will not consume any CPU. + | +
I | ++ For MIDI tracks, whether the MIDI input is enabled; this dictates whether + MIDI data from the track's input ports will be passed through the track. + | +
R | +Whether the track is record-enabled. |
RS | ++ Whether the track is record safe; a record safe track cannot be armed for + recording, to protect against a mistake. + | +
M | +Whether the track is muted. | +
S | +Track solo state. | +
SI | +Track solo-isolated state. |
SS | +Solo safe state. |