]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/22_using-control-surfaces/02_devices-using-mackielogic-control-protocol/05_working_with_extenders.html
Merge pull request #31 from ovenwerks/master
[ardour-manual-diverged] / _manual / 22_using-control-surfaces / 02_devices-using-mackielogic-control-protocol / 05_working_with_extenders.html
1 ---
2 layout: default
3 title: Working With Extenders
4 menu_title: Working With Extenders
5 ---                        
6
7 <p>
8   Extenders will require a custom file as there are no combinations listed
9   at this time. The best way is to start with the mc.device file and copy it
10   to a new name such as xt+mc.device and then edit that file. It is best to
11   name the file with the order the devices are expected to be used in as
12   the position of the master device is specified in this file.
13 </p>
14 <p>
15   The two lines of interest are:
16 <p>
17 <pre>
18  &gt;Extenders value="0"/&gt;
19  &gt;MasterPosition value="0"/&gt;
20 </pre>
21 <p>
22   Add these two lines if they are not present. The <code>Extenders</code>
23   value is the number of extenders used and should not include the master in
24   that number. That is, it should be the total number of units minus 1. The
25   <code>MasterPosition</code> value is the position from left to right where
26   the master unit (with the master fader) is, starting at 0. So if there are
27   three surfaces, <code>MasterPosition</code> with value 0 would be master
28   on the left, <code>MasterPosition</code> with value 1 would be master in
29   the middle and <code>MasterPosition</code> with value 2 would be master on
30   the right.
31 </p>
32 <p>
33   If the <code>MasterPosition</code> value does not properly match the
34   physcal position and MIDI port, the master fader and global controls will
35   not work. The master unit will act like an extender.
36 </p>