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