]> Shamusworld >> Repos - ardour-manual/commitdiff
MCP: minor corrections
authorLen Ovens <len@ovenwerks.net>
Fri, 27 Jan 2017 16:07:41 +0000 (08:07 -0800)
committerLen Ovens <len@ovenwerks.net>
Fri, 27 Jan 2017 16:07:41 +0000 (08:07 -0800)
_manual/23_using-control-surfaces/02_mackie-control-protocol/01_mackie-control-configure.html
_manual/23_using-control-surfaces/02_mackie-control-protocol/05_working-with-extenders.html

index b772740ecc199cdab189f04804ef709290777c22..4733d6d0348ae800273cc3ac2c16acd650ec071b 100644 (file)
@@ -53,8 +53,10 @@ menu_title: Mackie Control Configuring
 
 <h2>Customizing your control surface</h2>
 <p>
-  Every possible Mackie Control button can be bound to any action present
-  in Ardour's GUI. Please check your control surface page for suggestions.
+  Every possible global Mackie Control button can be bound to any <a
+  href="/appendix/menu-actions-list/">
+  action</a> present in Ardour's GUI. Please check your control surface
+  page for suggestions.
 </p>
 
 <h2>Preparing your device for use with Ardour</h2>
index 661d67df556ce0bc425fba343e637fd36abb1a18..9f0fe7351b26d440444bb5bf166ec5e453564dcf 100644 (file)
@@ -5,21 +5,35 @@ menu_title: Working With Extenders
 ---
 
 <p>
-  Extenders will require a custom file as there are no combinations listed
-  at this time. The best way is to start with the mc.device file and copy it
+  There are currently 5 devices preconfigured to work with extenders.
+  Two of them are for one master and one extender with the master on the
+  right side or master on the left side. There are three presets for a
+  master and two extenders with the master on the left, in the center
+  and on the right. While these files will work for many uses there may
+  be cases where a custom device profile makes more sense. 
+  The best way is to start with the *.device file that matches your 
+  master device and copy it
   to a new name such as xt+mc.device and then edit that file. It is best to
   name the file with the order the devices are expected to be used in as
   the position of the master device is specified in this file.
 </p>
 <p>
-  The two lines of interest are:
+  The three lines of interest are:
 <p>
 <pre>
+ &lt;Name value="Device name"/&gt;
  &lt;Extenders value="0"/&gt;
  &lt;MasterPosition value="0"/&gt;
 </pre>
 <p>
-  Add these two lines if they are not present. The <code>Extenders</code>
+  Add any lines that are not present.
+</p>
+<p>
+  The <code>Name</code> value should be a unique name so it is obvious
+  in the list of devices.
+</p>
+<p>
+  The <code>Extenders</code>
   value is the number of extenders used and should not include the master in
   that number.
 </p>