]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/03_setting-up-your-system/05_setting-up-midi.html
3e57cfdbbc9d3e158f08a8d54838dc5fb1d09410
[ardour-manual-diverged] / _manual / 03_setting-up-your-system / 05_setting-up-midi.html
1 ---
2 layout: default
3 title: Setting Up MIDI
4 ---                        
5
6 <h2>What Can Ardour Do With MIDI?</h2>
7 <p>
8   <dfn><abbr title="Musical Instrument Digital Interface">MIDI</abbr></dfn>
9   is a way to describe music data and to control music hardware and 
10   software. Ardour can import and record MIDI data, and perform a 
11   variety of editing operations on it. Furthermore, MIDI can be used to
12   control various functions of Ardour.
13 </p>
14
15 <h2>MIDI Handling Frameworks</h2>
16 <p>
17   MIDI input and output for Ardour are handled by the same "engine"
18   that handles audio input and output. Up to release 3.5, that means
19   that all MIDI I/O takes place via JACK. JACK itself uses the 
20   native MIDI support of the operating system to receive and send
21   MIDI data. These are:
22 </p>
23
24 <h3>OS X : CoreMIDI</h3>
25 <p>
26   <dfn>CoreMIDI</dfn> is the standard MIDI framework on OSX systems. 
27   It provides drivers for MIDI hardware and libraries needed by MIDI
28   software clients. 
29 </p>
30
31 <h3>Linux : ALSA MIDI</h3>
32 <p>
33   <dfn><abbr title="Advanced Linux Sound API">ALSA</abbr> MIDI</dfn>
34   is the standard MIDI framework on Linux systems. It provides drivers 
35   for MIDI hardware and libraries needed by MIDI software clients.
36 </p>
37
38 <p class="note">
39   NoteThe <dfn>QJackCtl</dfn> control software displays ALSA MIDI
40   ports under its "ALSA" tab (it does not currently display CoreMIDI
41   ports).  By contrast, JACK MIDI ports show up under
42   the <kbd class="menu">MIDI</kbd> tab in QJackCtl.
43 </p>
44    
45 <h2>JACK MIDI Configuration</h2>
46 <p>
47 By default, JACK will <strong>not</strong> automatically detect and use existing MIDI
48 ports on your system. You must choose one of several ways
49 of <dfn>bridging</dfn> between the native MIDI frameworks
50 (e.g. CoreMIDI or ALSA) and JACK MIDI, as described in the sections
51 below.
52 </p>
53
54 {% children %}