X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fconfiguring-midi.html;h=c0bc0031096935a012ca9e43115b29b6450d1bcf;hb=f8d53fa7c3f6bde67827efe1a03cffc3cd4c1de2;hp=94c80ba83fbb43d84c1ab3171f68c94670285477;hpb=d64781b7c2d42a735d427ead67d04b3d77b2467a;p=ardour-manual diff --git a/include/configuring-midi.html b/include/configuring-midi.html index 94c80ba..c0bc003 100644 --- a/include/configuring-midi.html +++ b/include/configuring-midi.html @@ -1,5 +1,41 @@ ---- -title: Configuring MIDI ---- +

+ MIDI is + a way to describe musical performances and to control music hardware and + software. +

+

+ Ardour can import and record MIDI data, and perform a variety of editing + operations on it. Furthermore, MIDI can be used to control various functions + of Ardour. +

+ +

MIDI Handling Frameworks

+ +

+ MIDI input and output for Ardour are handled internally by the same "engine" that + handles audio input and output. However, Ardour can use as many MIDI devices + as the system can see as there are no syncing difficulties as there would be with audio. +

+ + + + + + + + +
OS XCoreMIDI is the standard MIDI framework on OSX systems.
LinuxALSA MIDI is the + standard MIDI framework on Linux systems.
WindowsMME is the standard + MIDI framework on Windows systems.
+ +

+ 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. +