]> Shamusworld >> Repos - ardour-manual/commitdiff
tweak MIDI text
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 8 Jan 2017 20:19:21 +0000 (20:19 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 8 Jan 2017 20:19:21 +0000 (20:19 +0000)
Mostly a way to re-push some changes mistakenly merged @ github

_manual/03_setting-up-your-system/05_setting-up-midi.html

index 8925eb73bde2c437981a240d4f9faa8909362fe0..4172ba99ce0ea804d68a51127f7a6274b0df6c92 100644 (file)
@@ -17,12 +17,7 @@ title: Setting Up MIDI
 <h2>MIDI Handling Frameworks</h2>
 <p>
   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 support of the operating system to receive and send
-  MIDI data. The native MIDI support  provides device drivers for MIDI
-  hardware and libraries needed by software applications that want to
-  work with MIDI.
+  that handles audio input and output. 
 </p>
 
 <dl>
@@ -34,6 +29,12 @@ title: Setting Up MIDI
   <dfn><abbr title="Advanced Linux Sound API">ALSA</abbr> MIDI</dfn>
   is the standard MIDI framework on Linux systems.
 </dd>
+<dt>Windows</dt>
+<dd>
+  <dfn>There is no single standard MIDI framework on Windows,
+    but Ardour can work with ASIO and others.
+</dd>
+
 </dl>
 
 <p class="note">