]> Shamusworld >> Repos - ardour-manual/blob - _manual/23_using-control-surfaces/03_generic-midi/02_midi-learn.html
Update manual text for Monitor Section.
[ardour-manual] / _manual / 23_using-control-surfaces / 03_generic-midi / 02_midi-learn.html
1 ---
2 layout: default
3 title: Generic MIDI Learn
4 ---
5
6 <h2>Philosophy</h2>
7 <p>
8 There are no "best" ways to map an arbitrary MIDI controller for
9 controlling Ardour. There may be very legitimate reasons for different
10 users to prefer quite different mappings.
11 </p>
12 <p>
13 On every platform that Ardour runs on, there are excellent
14 free-of-charge tools for making connections between MIDI hardware and
15 "virtual" MIDI ports like the ones that Ardour creates and
16 uses. Rather than waste precious developer time replicating these
17 connection/patch managers, we prefer to leverage their existence by
18 having users rely on them to actually connect Ardour to other MIDI
19 devices and software. On OS X, we recommend Pete Yandell's MIDI
20 Patchbay. On Linux, a wide variety of tools are available including
21 QJackctl, aconnect, Patchage, and more.
22 </p>
23
24 <h2>Basics</h2>
25
26 <ol>
27   <li>Enable Generic MIDI control: <kbd class="menu">Edit &gt; Preferences
28   &gt; Control Surfaces &gt; Generic MIDI</kbd></li>
29   <li>Connect Ardour's MIDI port named <samp>control</samp> to whatever
30   hardware or software you want (using a MIDI patchbay app)</li>
31   <li><kbd class="mod1 mouse">Middle</kbd>-click on whatever on-screen
32   fader, plugin parameter control, button etc. you want to control</li>
33   <li>A small window appears that says "Operate Controller now"</li>
34   <li>Move the hardware knob or fader, or press the note/key.</li>
35   <li>The binding is complete. Moving the hardware should control the Ardour fader etc. </li>
36 </ol>
37
38 <h2>Avoiding work in the future</h2>
39 <p>
40 If you want the bindings you set up to be used automatically in every
41 session, the simplest thing to do is to use <kbd class="menu">Session &gt; Save
42 Template</kbd>. Then, when creating new sessions, select that template and
43 all the bindings will be automatically set up for you.
44 </p>