From: Paul Davis Date: Sat, 28 Jun 2014 12:33:27 +0000 (-0400) Subject: some updates to the section on setting up MIDI X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda977cf9407b3a63e7c51e02151974a2ddf6dd6;p=ardour-manual some updates to the section on setting up MIDI --- 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 %} diff --git a/_manual/03_setting-up-your-system/05_setting-up-midi/02_midi-on-linux.html b/_manual/03_setting-up-your-system/05_setting-up-midi/02_midi-on-linux.html index adaed74..1d550d5 100644 --- a/_manual/03_setting-up-your-system/05_setting-up-midi/02_midi-on-linux.html +++ b/_manual/03_setting-up-your-system/05_setting-up-midi/02_midi-on-linux.html @@ -2,6 +2,22 @@ layout: default title: MIDI on Linux --- + +The right approach for using MIDI on Linux depends on which version of +JACK you use. The world divides into: + +
+
Systems using JACK 1, versions 0.124 or later
+
On these systems, just start JACK with + the -X alsa_midi server argument. To support legacy control + applications, you can also use the -X seq argument to the ALSA + backend of JACK and get the exact same results.
+
All others
+
Use a2jmidid to act as a bridge between ALSA MIDI and JACK. Do + not use the -X seq or -X raw arguments - the timing and performance + of these options is not acceptable. +
+

a2jmidid

@@ -32,13 +48,21 @@ title: MIDI on Linux Linux distribution and try again.

-

Check surface control MIDI ports

+ +

Check MIDI ports

- After starting a2jmidid, your control surface MIDI ports should appear in + If you have correctly configured JACK for MIDI, then your MIDI ports should appear in qjackctl under Connections > MIDI > a2j.

+ +

Making it automatic

- You can now add a2jmidid -e as an "after start-up" script in the Setup > Options tab of QJackCtl, so that it is - started automatically whenever you start JACK. +Once you've verified that the ports appear in JACK as expected, you +can make this happen whenever you start JACK. If you use a newer +version of JACK 1, just make sure the -X alsa_midi or -X seq options +are enabled. For other versions of JACK, +add a2jmidid -e as an "after start-up" script +in the Setup > Options tab of QJackCtl, so +that it is started automatically whenever you start JACK.

+