From 781a6ac55bf5d074742319d6638668331b0b0203 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Fri, 27 Jan 2017 08:07:41 -0800 Subject: [PATCH] MCP: minor corrections --- .../01_mackie-control-configure.html | 6 +++-- .../05_working-with-extenders.html | 22 +++++++++++++++---- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/_manual/23_using-control-surfaces/02_mackie-control-protocol/01_mackie-control-configure.html b/_manual/23_using-control-surfaces/02_mackie-control-protocol/01_mackie-control-configure.html index b772740..4733d6d 100644 --- a/_manual/23_using-control-surfaces/02_mackie-control-protocol/01_mackie-control-configure.html +++ b/_manual/23_using-control-surfaces/02_mackie-control-protocol/01_mackie-control-configure.html @@ -53,8 +53,10 @@ menu_title: Mackie Control Configuring

Customizing your control surface

- 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 + action present in Ardour's GUI. Please check your control surface + page for suggestions.

Preparing your device for use with Ardour

diff --git a/_manual/23_using-control-surfaces/02_mackie-control-protocol/05_working-with-extenders.html b/_manual/23_using-control-surfaces/02_mackie-control-protocol/05_working-with-extenders.html index 661d67d..9f0fe73 100644 --- a/_manual/23_using-control-surfaces/02_mackie-control-protocol/05_working-with-extenders.html +++ b/_manual/23_using-control-surfaces/02_mackie-control-protocol/05_working-with-extenders.html @@ -5,21 +5,35 @@ menu_title: Working With Extenders ---

- 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.

- The two lines of interest are: + The three lines of interest are:

+ <Name value="Device name"/>
  <Extenders value="0"/>
  <MasterPosition value="0"/>
 

- Add these two lines if they are not present. The Extenders + Add any lines that are not present. +

+

+ The Name value should be a unique name so it is obvious + in the list of devices. +

+

+ The Extenders value is the number of extenders used and should not include the master in that number.

-- 2.37.2