]> Shamusworld >> Repos - ardour-manual/blob - include/configuring-midi.html
d05d3695e3d9d4834f36cfd2068199e0d4501448
[ardour-manual] / include / configuring-midi.html
1
2 <p>
3   <dfn><abbr title="Musical Instrument Digital Interface">MIDI</abbr></dfn> is
4   a way to describe musical performances and to control music hardware and
5   software.
6 </p>
7
8 <p>
9   Ardour can import and record MIDI data, and perform a variety of editing
10   operations on it. Furthermore, MIDI can be used to control various functions
11   of Ardour.
12 </p>
13
14 <h2>MIDI Handling Frameworks</h2>
15
16 <p>
17   MIDI input and output for Ardour are handled by the same "engine" that
18   handles audio input and output.
19 </p>
20
21 <table class="dl">
22   <tr><th>OS X</th>
23   <td><dfn>CoreMIDI</dfn> is the standard MIDI framework on OSX systems.</td></tr>
24   <tr><th>Linux</th>
25   <td><dfn><abbr title="Advanced Linux Sound API">ALSA</abbr> MIDI</dfn> is the
26   standard MIDI framework on Linux systems.</td></tr>
27   <tr><th>Windows</th>
28   <td>There is no single standard MIDI framework on Windows, but Ardour
29   can work with ASIO and others.</td></tr>
30 </table>
31
32 <p class="note">
33   On Linux systems, <dfn>QJackCtl</dfn> control software displays ALSA MIDI
34   ports under its "ALSA" tab (it does not currently display CoreMIDI ports).
35   By contrast, JACK MIDI ports show up under the <kbd class="menu">MIDI</kbd>
36   tab in QJackCtl.
37 </p>
38
39 <h2>JACK MIDI Configuration</h2>
40
41 <p>
42   By default, JACK will <strong>not</strong> automatically detect and use existing MIDI ports. One of several ways of <dfn>bridging</dfn> between the native MIDI frameworks (e.g. CoreMIDI or ALSA) and JACK MIDI must be chosen, as described in the following sections.
43 </p>
44