]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/03_setting-up-your-system/05_setting-up-midi.html
4172ba99ce0ea804d68a51127f7a6274b0df6c92
[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. 
21 </p>
22
23 <dl>
24 <dt>OS X</dt>
25 <dd>  <dfn>CoreMIDI</dfn> is the standard MIDI framework on OSX systems. 
26 </dd>
27 <dt>Linux</dt>
28 <dd>
29   <dfn><abbr title="Advanced Linux Sound API">ALSA</abbr> MIDI</dfn>
30   is the standard MIDI framework on Linux systems.
31 </dd>
32 <dt>Windows</dt>
33 <dd>
34   <dfn>There is no single standard MIDI framework on Windows,
35     but Ardour can work with ASIO and others.
36 </dd>
37
38 </dl>
39
40 <p class="note">
41   On Linux systems, <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 %}