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