From b770e5650524962405829179713876cca4c0e067 Mon Sep 17 00:00:00 2001 From: Chris Caudle Date: Wed, 8 Jun 2022 22:09:26 -0500 Subject: [PATCH] Corrected error in Windows MIDI system description. Removed information regarding configuring JACK, and replaced with a note that JACK is now considered an advanced use case, and linked to jackaudio.org for users who need the routing capabilities of jack. Removed the MIDI on Linux and MIDI on OS X sections from the master document since those primarily discussed JACK. --- include/configuring-midi.html | 27 +++++++++------------------ master-doc.txt | 16 ---------------- 2 files changed, 9 insertions(+), 34 deletions(-) diff --git a/include/configuring-midi.html b/include/configuring-midi.html index 217eee9..c0bc003 100644 --- a/include/configuring-midi.html +++ b/include/configuring-midi.html @@ -26,25 +26,16 @@ ALSA MIDI is the standard MIDI framework on Linux systems. Windows - There is no single standard MIDI framework on Windows, but Ardour - can work with ASIO and others. + MME is the standard + MIDI framework on Windows systems.

- On Linux systems, 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. However, when Ardour is using jackd for audio in and out - the alsa MIDI ports are not accessable. When Ardour is using ALSA for audio - in and out then only alsa MIDI ports are accessable. + JACK is an + alternate audio system which Ardour can utilize for both audio and + MIDI. JACK is used to route audio between independent applications, + and is now considered an advanced use case which is not recommended + for most users. Users with a need to use JACK for audio routing + should consult the latest documentation at + the JACK website.

- -

JACK MIDI Configuration

- -

- By default, JACK will not automatically detect and use - existing MIDI ports. One of several ways of bridging between - the native MIDI frameworks (e.g. CoreMIDI or ALSA) and JACK MIDI must be - chosen, as described in the following sections. -

- diff --git a/master-doc.txt b/master-doc.txt index 28699bf..f8a2a3c 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -292,22 +292,6 @@ uri: setting-up-your-system/setting-up-midi part: chapter --- ---- -title: MIDI on Linux -include: midi-on-linux.html -link: midi-on-linux -uri: setting-up-your-system/setting-up-midi/midi-on-linux -part: subchapter ---- - ---- -title: MIDI on OS X -include: midi-on-os-x.html -link: midi-on-os-x -uri: setting-up-your-system/setting-up-midi/midi-on-os-x -part: subchapter ---- - --- title: Ardour's Interface uri: ardours-interface