]> Shamusworld >> Repos - ardour-manual/commitdiff
Updating the Editors Lists section
authorEd Ward <edwsaintesprit@hotmail.com>
Tue, 10 Jan 2017 10:16:14 +0000 (11:16 +0100)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 10 Jan 2017 10:35:19 +0000 (10:35 +0000)
_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/01_region-list.html [moved from _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/02_region-list.html with 58% similarity]
_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/02_tracks--busses-list.html [moved from _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/05_tracks--busses-list.html with 76% similarity]
_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/04_track--bus-group-list.html
_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/05_ranges--marks-list.html [moved from _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/01_ranges--marks-list.html with 100% similarity]

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 30703af76cb2ade9e6a4baf29ee56eadb614edd1..51ac5df2245969e457a6ce1a2f34830630f2894e 100644 (file)
@@ -3,7 +3,18 @@ layout: default
 title: Region List
 ---                        
 
-<p>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:</p>
+<p>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:</p>
+<dl>
+       <dt>Position</dt><dd>position of the start of the region on the global timeline</dd>
+       <dt>End</dt><dd>position of the region on the global timeline</dd>
+       <dt>Length</dt><dd>duration of the region</dd>
+       <dt>Sync</dt><dd>position of the sync point, relative to the start of region (can be negative)</dd>
+       <dt>Fade In</dt><dd>duration of the fade in. Can't be less than 1 ms, to avoid clipping.</dd>
+       <dt>Fade Out</dt><dd>duration of the fade out (positive value, &ge; 1 ms).</dd>
+</dl>
+<p>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.
+
+<p>At the right of the list are four columns of flags that can be altered:</p>
 <dl>
 <dt>L</dt>
 <dd>whether the region position is locked, so that it cannot be moved.</dd>
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 1a33e8b9a0aacccdde80afd12d8f2bc2aeb9db35..304cf64281a17a40eb844969bf342e737824774c 100644 (file)
@@ -5,7 +5,7 @@ title: Tracks &amp; Busses List
 
 
   
-  <p>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:</p>
+  <p>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:</p>
 <dl>
 <dt id="visible">V</dt>
 <dd>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.</dd>
@@ -15,6 +15,8 @@ title: Tracks &amp; Busses List
 <dd>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.</dd>
 <dt id="record">R</dt>
 <dd>whether the track is record-enabled.</dd>
+<dt id="record-safe">RS</dt>
+<dd>whether the track is record safe; a record safe track cannot be armed for recording, to protect against a mistake.</dd>
 <dt id="mute">M</dt>
 <dd>whether the track is muted.</dd>
 <dt id="solo">S</dt>
@@ -24,5 +26,7 @@ title: Tracks &amp; Busses List
 <dt id="solo-safe">SS</dt>
 <dd>solo safe state. </dd>
 </dl>
+
+<p class="note">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.</p>
 <p>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.</p>
   
index e25b3a2e09c4ce7c6bb37ebf6dd50da0c79d0439..4429e99e9ac31afa942c59e0ddaf6fb62b48928f 100644 (file)
@@ -32,8 +32,6 @@ title: Track &amp; Bus Group List
 <dd>whether the constituents share monitor settings.</dd>
 <dt>Sel</dt>
 <dd>whether the constituents are selected together.</dd>
-<dt>E</dt>
-<dd>whether edits to the constituents are performed to all others.</dd>
 <dt>A</dt>
 <dd>whether the constituents share active status. </dd>
 </dl>