]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/12_working-with-midi.html
Sync to master.
[ardour-manual-diverged] / _manual / 12_working-with-midi.html
1 ---
2 layout: default
3 title: Working with MIDI
4 ---
5
6 <p>
7   Ardour's handling of <dfn>MIDI editing</dfn> differs from most other DAWs
8   and MIDI sequencers.
9 </p>
10
11 <h2>Key features of Ardour MIDI handling</h2>
12 <ul>
13   <li>
14     All editing is done in-place, in-window. There is no separate piano roll
15     window or pane. Edit notes right where you see them.
16   </li>
17   <li>
18     All MIDI I/O is done via JACK for sample accurate timing and maximal
19     efficiency when communicating with external software synthesizers.
20   </li>
21   <li>
22     Every MIDI track has its own JACK MIDI port for input; it may have an
23     arbitrary combination of audio and MIDI outputs, depending on the signal
24     processing in the track; the full flexibility of JACK connectivity is
25     present for MIDI just as it is for audio.
26   </li>
27   <li>
28     Full automation for MIDI tracks, integrated with the handling of all MIDI
29     CC data for each track.
30   </li>
31   <li>
32     Controllers (CC data) can be set to discrete or continuous modes (the
33     latter will interpolate between control points and send additional
34     data).
35   </li>
36   <li>
37     There is a Normal and a  Percussive mode for note data editing.
38   </li>
39   <li>
40     The <dfn>scroomer</dfn> is a combination scroll/zoom tool for altering
41     the zoom level and range of visible MIDI data.
42   </li>
43 </ul>
44
45 <h2>Notable Differences</h2>
46 <ul>
47   <li>
48     Fader (volume) control currently operates on transmitted MIDI data, not by sending CC
49     #7.
50   </li>
51   <li>
52     All note/data editing is per-region. There are no cross-region operations at this
53     time.
54   </li>
55   <li>
56     By default, copying a MIDI region creates a <dfn>deep link</dfn>
57     &mdash; both regions share the same data source, and edits to the contents of
58     one will affect the other. To break this link, select
59     <kbd class="menu">MIDI &gt; Unlink from other copies</kbd> from the region
60     context menu, after which the selected region(s) will have their own copies
61     of <em>only</em> the data that they visually display on screen. You will not
62     be able to trim the region back its original length after an Unlink operation,
63     and the operation cannot be undone.
64   </li>
65 </ul>
66
67 {% children %}