]> Shamusworld >> Repos - ardour-manual-diverged/commitdiff
Fix track ordering, Remote control IDs - no manual setting
authorLen Ovens <len@ovenwerks.net>
Sat, 14 Jan 2017 16:18:26 +0000 (08:18 -0800)
committerLen Ovens <len@ovenwerks.net>
Sat, 14 Jan 2017 16:18:26 +0000 (08:18 -0800)
_manual/11_working-with-tracks/05_controlling-track-ordering/01_reordering-tracks.html
_manual/11_working-with-tracks/05_controlling-track-ordering/02_track-ordering-and-remote-control-ids.html

index 772a9936690409b472ecfad71d8ca60bce2d46ae..591ac9c00f4716fc8b9f4f126288f5fbb82a0c3c 100644 (file)
@@ -50,5 +50,3 @@ title: Reordering Tracks
   in the editor window via the keyboard shortcuts after adding them (see above).
 </p>
 
-
-{% children %}
index f258326684b63f0eedc7b6f3f618552fe769c607..026fbfb1445dacb25fa51f5f2addb06c30e1d5c7 100644 (file)
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Track Ordering and Remote Control IDs
----                        
+---
   
 <p>
   Every track and bus in Ardour is assigned a <dfn>remote control ID</dfn>. 
@@ -10,24 +10,8 @@ title: Track Ordering and Remote Control IDs
   which track(s) or buss(es) are the intended target of incoming commands.
 </p>
 <p>
-  By default, remote IDs will be assigned to tracks and busses in the order 
-  that they are created, starting from 1. The master bus and monitor section 
-  have their own unique IDs (318 and 319).
-</p>
-<p>
-  Ardour provides two methods to control remote control IDs, which can be 
-  chosen via <kbd class="menu">Edit &gt; Preferences &gt; Control Surfaces
-  &gt; Control surface remote ID</kbd>:
+  Remote IDs will be assigned to tracks and buses in the order that
+  they appear in the mixer window from left to right, starting from 1.
+  Manual assignment of remote IDs is not possible.
+  The master bus and monitor section can be accessed by name.
 </p>
-<dl class="wide-table">
-  <dt>follows order of mixer</dt>
-  <dd>This will reset the remote control IDs to match the mixer and editor 
-  track order order, starting with rcID 1. Manual assignment of rcIDs is 
-  not possible.</dd>
-  <dt>assigned by user</dt>
-  <dd>When enabled, the remote control ID is completely independent of the 
-  ordering in either window, and may be changed manually by the user via the
-  <kbd class="menu"><em>trackname</em> &gt; Remote Control ID...</kbd>
-  dialog in each mixer strip.
-  </dd>
-</dl>