From 2f43552d28a1afe2b31c5d0f2702f8dee2336486 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 28 Jun 2014 08:45:51 -0400 Subject: [PATCH] text tweaks --- .../03_setting-up-your-system/05_setting-up-midi.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 69686cb..84d718a 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 @@ -20,20 +20,19 @@ title: Setting Up MIDI 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 support of the operating system to receive and send - MIDI data. These are: + MIDI data. The native MIDI support provides device drivers for MIDI + hardware and libraries needed by software applications that want to + work with MIDI.

OS X
CoreMIDI is the standard MIDI framework on OSX systems. - It provides drivers for MIDI hardware and libraries needed by MIDI - software clients.
Linux
ALSA MIDI - is the standard MIDI framework on Linux systems. It provides drivers - for MIDI hardware and libraries needed by MIDI software clients. + is the standard MIDI framework on Linux systems.
-- 2.37.2