MCP: minor corrections
This commit is contained in:
parent
8d3a93c60f
commit
781a6ac55b
@ -53,8 +53,10 @@ menu_title: Mackie Control Configuring
|
|||||||
|
|
||||||
<h2>Customizing your control surface</h2>
|
<h2>Customizing your control surface</h2>
|
||||||
<p>
|
<p>
|
||||||
Every possible Mackie Control button can be bound to any action present
|
Every possible global Mackie Control button can be bound to any <a
|
||||||
in Ardour's GUI. Please check your control surface page for suggestions.
|
href="/appendix/menu-actions-list/">
|
||||||
|
action</a> present in Ardour's GUI. Please check your control surface
|
||||||
|
page for suggestions.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Preparing your device for use with Ardour</h2>
|
<h2>Preparing your device for use with Ardour</h2>
|
||||||
|
@ -5,21 +5,35 @@ menu_title: Working With Extenders
|
|||||||
---
|
---
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Extenders will require a custom file as there are no combinations listed
|
There are currently 5 devices preconfigured to work with extenders.
|
||||||
at this time. The best way is to start with the mc.device file and copy it
|
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
|
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
|
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 position of the master device is specified in this file.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The two lines of interest are:
|
The three lines of interest are:
|
||||||
<p>
|
<p>
|
||||||
<pre>
|
<pre>
|
||||||
|
<Name value="Device name"/>
|
||||||
<Extenders value="0"/>
|
<Extenders value="0"/>
|
||||||
<MasterPosition value="0"/>
|
<MasterPosition value="0"/>
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<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
|
value is the number of extenders used and should not include the master in
|
||||||
that number.
|
that number.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user