Fwd: My first patch
Daniel Worth <[email protected]>
| Newsgroups | gmane.comp.audio.ardour.devel |
|---|---|
| Message-ID | <CAAqk+-RQVpPK=2Pi4++Dave1_jfi3dk-cPbpQSj3LVGjBY1Lbw@mail.gmail.com> |
This is a patch for the manual to add some info about MIDI mostly the difference between Jack MIDI, Alsa MIDI and CoreMIDI. Daniel Worth <http://about.me/danielworth> _______________________________________________ ardour-dev mailing list [email protected] http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org
midipatch.patch
(application/octet-stream, 1.9 KB)
From 889e657d4bba7d78ec796a875c1393d6469252a9 Thu Mar 28 20:33:00 2013 From: PipeManMusic <[email protected]> Date: Fri, 29 Mar 2013 02:30:09 +0000 Subject: [PATCH] Add information on midi --- .../05_setting-up-midi/01_midi-on-os-x.html | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/_manual/03_setting-up-your-system/05_setting-up-midi/01_midi-on-os-x.html b/_manual/03_setting-up-your-system/05_setting-up-midi/01_midi-on-os-x.html index f6eaf65..224b5b3 100644 --- a/_manual/03_setting-up-your-system/05_setting-up-midi/01_midi-on-os-x.html +++ b/_manual/03_setting-up-your-system/05_setting-up-midi/01_midi-on-os-x.html @@ -5,6 +5,14 @@ title: MIDI on OS X - <p>CoreMIDI is a part of any OS X system and provides the device drivers and libraries needed by MIDI applications. </p> -<p>You will need to ensure that you are running a version of JACK for OS X that has a working CoreMIDI - JACK MIDI bridge. This first appeared in version 0.89 of JackOS X.</p> +<p>In order for CoreMIDI to work with Jack MIDI a version of JACK for OS X that has a working CoreMIDI - JACK MIDI bridge is required. This feature is available on versions equal to or great than version 0.89 of JackOS X.</p> + + <h2>Routing MIDI</h2> +<h4>Inside Ardour</h4> +<p>There are multiple locations MIDI ports can show up in Ardour's MIDI connection matrix. CoreMIDI ports that are created by other software clients as well as JACK MIDI ports created by other software clients will show up under the "Other" tab. CoreMIDI hardware ports show up under the "Hardware" tab.</p> +<h4>External Applications</h4> +<p> There are multiple options for connecting MIDI ports outside of ardour</p> +<p><a href="http://www.snoize.com/MIDIMonitor/">MIDI Monitor</a> is a handy tool for doing various things with midi on OS X.</p> +<p><a href="http://notahat.com/midi_patchbay">MIDI Patchbay</a> is a handy tool for connecting MIDI ports.</p> + -- 1.7.4.1