Corrected Mackie Control Extenders port naming to match SW fix.

This commit is contained in:
Len Ovens 2015-08-22 08:02:50 -07:00 committed by Paul Davis
parent bb4b9dce94
commit 8ee0da07f8

View File

@ -25,19 +25,18 @@ menu_title: Working With Extenders
</p> </p>
<p> <p>
When an <code>Extenders</code> value of greater than 0 is used, extra midi When an <code>Extenders</code> value of greater than 0 is used, extra midi
ports will appear for the extenders to be connected to. <code>mackie ports will appear for the extenders to be connected to. The MIDI ports
control</code> will remain always the leftmost controller. The MIDI ports for the controllers will be named <code>mackie control #1</code>,
for any extra controlers will be named <code>mackie control #2</code> and <code>mackie control #2</code> and up. The numbers will go from left to
up. The numbers will go from left to right. right. That is, from lowest number channel to highest.
</p> </p>
<p> <p>
The <code>MasterPosition</code> value is the number of positions from The <code>MasterPosition</code> value is the port number the master unit
left to where the master unit (with the master fader) is. So if there are (with the master fader) is connected to. So if there are three surfaces,
three surfaces, <code>&lt;MasterPosition value="1"/&gt;</code> will expect <code>&lt;MasterPosition value="1"/&gt;</code> will expect the master on
the master on the left, <code>&lt;MasterPosition value="2"/&gt;</code> the left, <code>&lt;MasterPosition value="2"/&gt;</code> would be master
would be master in the middle and <code>&lt;MasterPosition in the middle and <code>&lt;MasterPosition value="3"/&gt;</code> would be
value="3"/&gt;</code> would be master on the right. So the position master on the right. So the position matches the port name.
matches the port name.
</p> </p>
<p class="note"> <p class="note">
The default value of <code>&lt;MasterPosition value="0"/&gt;</code> has The default value of <code>&lt;MasterPosition value="0"/&gt;</code> has