X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=_manual%2F03_setting-up-your-system%2F05_setting-up-midi.html;h=e8caf248b3e178fa64dfa0e5c1309f9a7b3853d1;hb=cda977cf9407b3a63e7c51e02151974a2ddf6dd6;hp=ba9d6e15102e23ad51fc217d3ea26188144614e8;hpb=9ab3009544de388b1e564dab28839462bef96df9;p=ardour-manual diff --git a/_manual/03_setting-up-your-system/05_setting-up-midi.html b/_manual/03_setting-up-your-system/05_setting-up-midi.html index ba9d6e1..e8caf24 100644 --- a/_manual/03_setting-up-your-system/05_setting-up-midi.html +++ b/_manual/03_setting-up-your-system/05_setting-up-midi.html @@ -21,44 +21,40 @@ title: Setting Up MIDI

MIDI Handling Frameworks

- Ardour supports various ways of sending and receiving MIDI data: + MIDI input and output for Ardour are handled by the same "engine" + that handles audio input and output. Up to release 3.5, that means + that all MIDI I/O takes place via JACK. JACK itself uses the + native MIDI systems of the operating system to receive and send + data which are:

-

CoreMIDI

+

OS X : CoreMIDI

CoreMIDI is the standard MIDI framework on OSX systems. It provides drivers for MIDI hardware and libraries needed by MIDI software clients.

-

ALSA MIDI

+

Linux : ALSA MIDI

ALSA MIDI is the standard MIDI framework on Linux systems. It provides drivers for MIDI hardware and libraries needed by MIDI software clients.

- The QJackCtl control software displays ALSA MIDI ports + The QJackCtl control software displays ALSA MIDI ports under its "ALSA" tab (it does not currently display CoreMIDI ports). + By contrast, JACK MIDI ports show up under + the MIDI tab in QJackCtl.

- -

JACK MIDI

- -

- JACK MIDI - is a framework used to comunicate between JACK MIDI software clients. - It provides zero jitter and a fixed latency of one period, - the same latency as for JACK audio. -

-

- JACK MIDI ports show up under the MIDI tab in - QJackCtl. -

- + +

JACK MIDI Configuration

- There are several ways of bridging between the native MIDI frameworks - (e.g. CoreMIDI or ALSA) and JACK MIDI, as described in the sections - below. +By default, JACK will not automatically detect and use existing MIDI +ports on your system. You must choose one of several ways +of bridging between the native MIDI frameworks +(e.g. CoreMIDI or ALSA) and JACK MIDI, as described in the sections +below.

{% children %}