Minor updates to MIDI

Change-Id: I12ba377b4e5435675ffdd000c4bfec1ca92792c8
diff --git a/src/devices/audio/midi.jd b/src/devices/audio/midi.jd
index b03ee80..8e1ada3 100644
--- a/src/devices/audio/midi.jd
+++ b/src/devices/audio/midi.jd
@@ -32,6 +32,13 @@
 </p>
 
 <p>
+Strictly speaking, MIDI is unrelated to audio. But since MIDI is commonly used with
+music, this article is placed in the audio section.
+</p>
+
+<h2 id="transports">Transports</h2>
+
+<p>
 The physical <a href="http://en.wikipedia.org/wiki/Transport_layer">transport layer</a>
 specified in original MIDI 1.0 is a current loop with
 <a href="http://en.wikipedia.org/wiki/DIN_connector">5-pin DIN</a> connector.
@@ -43,11 +50,6 @@
 <a href="http://en.wikipedia.org/wiki/Bluetooth_low_energy">Bluetooth Low Energy</a> (BLE.)
 </p>
 
-<p>
-Strictly speaking, MIDI is unrelated to audio. But since MIDI is commonly used with
-music, this article is placed in the audio section.
-</p>
-
 <h2 id="for-android">MIDI for Android</h2>
 
 <p>
@@ -61,7 +63,8 @@
 
 <p>
 Beginning with the Android 6.0 (Marshmallow) release, device makers can enable optional MIDI support in the platform.
-Supported transports include USB, draft BLE, and virtual (inter-app).
+Android directly supports USB, draft BLE, and virtual (inter-app) transports.
+Android indirectly supports MIDI 1.0 via an external adapter.
 </p>
 
 <p>