From e930e880591788b466ef1b74eaea3bd2ae128b3e Mon Sep 17 00:00:00 2001 From: Ed Ward Date: Tue, 10 Jan 2017 11:16:14 +0100 Subject: [PATCH] Updating the Editors Lists section --- .../{02_region-list.html => 01_region-list.html} | 13 ++++++++++++- ...busses-list.html => 02_tracks--busses-list.html} | 6 +++++- .../01_editor-lists/04_track--bus-group-list.html | 2 -- ...--marks-list.html => 05_ranges--marks-list.html} | 0 4 files changed, 17 insertions(+), 4 deletions(-) rename _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/{02_region-list.html => 01_region-list.html} (58%) rename _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/{05_tracks--busses-list.html => 02_tracks--busses-list.html} (76%) rename _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/{01_ranges--marks-list.html => 05_ranges--marks-list.html} (100%) diff --git a/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/02_region-list.html b/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/01_region-list.html similarity index 58% rename from _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/02_region-list.html rename to _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/01_region-list.html index 30703af..51ac5df 100644 --- a/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/02_region-list.html +++ b/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/01_region-list.html @@ -3,7 +3,18 @@ layout: default title: Region List --- -

The region list shows all the regions in the session. The left-hand column gives the region name, and there are a range of times given for information. At the right of the list are four columns of flags that can be altered:

+

The region list shows all the regions in the session. The left-hand column gives the region name, and there are a range of times given for information:

+
+
Position
position of the start of the region on the global timeline
+
End
position of the region on the global timeline
+
Length
duration of the region
+
Sync
position of the sync point, relative to the start of region (can be negative)
+
Fade In
duration of the fade in. Can't be less than 1 ms, to avoid clipping.
+
Fade Out
duration of the fade out (positive value, ≥ 1 ms).
+
+

The units used to display those times are those used for the clock, so changing the units on the clocks change the display of this values. + +

At the right of the list are four columns of flags that can be altered:

L
whether the region position is locked, so that it cannot be moved.
diff --git a/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/05_tracks--busses-list.html b/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/02_tracks--busses-list.html similarity index 76% rename from _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/05_tracks--busses-list.html rename to _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/02_tracks--busses-list.html index 1a33e8b..304cf64 100644 --- a/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/05_tracks--busses-list.html +++ b/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/02_tracks--busses-list.html @@ -5,7 +5,7 @@ title: Tracks & Busses List -

This lists the tracks and busses that are present in the session. The list order reflects the order in the editor, and you can drag-and-drop track or bus names in the editor list to re-order them in the editor. The columns in the list can all be clicked to alter the track/bus state, and they represent the following:

+

This lists the tracks and busses that are present in the session. The list order reflects the order in the editor, and you can drag-and-drop track or bus names in the editor list to re-order them in the editor. The columns in the list represent the following:

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.
@@ -15,6 +15,8 @@ title: Tracks & Busses List
for MIDI tracks, whether the MIDI input is enabled; this dictates whether MIDI data from the track's inputs 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
@@ -24,5 +26,7 @@ title: Tracks & Busses List
SS
solo safe state.
+ +

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.

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.

diff --git a/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/04_track--bus-group-list.html b/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/04_track--bus-group-list.html index e25b3a2..4429e99 100644 --- a/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/04_track--bus-group-list.html +++ b/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/04_track--bus-group-list.html @@ -32,8 +32,6 @@ title: Track & Bus Group List
whether the constituents share monitor settings.
Sel
whether the constituents are selected together.
-
E
-
whether edits to the constituents are performed to all others.
A
whether the constituents share active status.
diff --git a/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/01_ranges--marks-list.html b/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/05_ranges--marks-list.html similarity index 100% rename from _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/01_ranges--marks-list.html rename to _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/05_ranges--marks-list.html -- 2.37.2