]> Shamusworld >> Repos - ardour-manual/blob - include/edit-midi.html
cleaning up an obsolete page, adding its useful content to another
[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     MIDI, just like audio, exists in regions. MIDI regions behave like audio
15     regions: they can be moved, trimmed, copied (cloned), or deleted. Ardour allows
16     either editing MIDI (or audio) regions, or MIDI region content (the notes), but
17     never both at the same time. The <kbd class="menu">e</kbd> key (by default)
18     toggles between region level and note level editing
19   </li>
20   <li>
21     Editing note information in Ardour occurs in only a single region. There is no
22     way currently to edit in note data for multiple regions at the same time, so for
23     example notes cannot be selected in several regions and then all deleted, nor
24     can they be copied-and-pasted from one region to another. Region(s), though, can
25     be copy-pasted just as with audio. 
26   </li>
27   <li>
28     All MIDI I/O is done via JACK for sample accurate timing and maximal
29     efficiency when communicating with external software synthesizers.
30   </li>
31   <li>
32     Every MIDI track has its own JACK MIDI port for input; it may have an
33     arbitrary combination of audio and MIDI outputs, depending on the signal
34     processing in the track; the full flexibility of JACK connectivity is
35     present for MIDI just as it is for audio.
36   </li>
37   <li>
38     Full automation for MIDI tracks, integrated with the handling of all MIDI
39     CC data for each track.
40   </li>
41   <li>
42     Controllers (CC data) can be set to discrete or continuous modes (the
43     latter will interpolate between control points and send additional
44     data).
45   </li>
46   <li>
47     There is a Normal and a  Percussive mode for note data editing.
48   </li>
49   <li>
50     The <dfn>scroomer</dfn> is a combination scroll/zoom tool for altering
51     the zoom level and range of visible MIDI data.
52   </li>
53 </ul>
54
55 <h2>Notable Differences</h2>
56 <ul>
57   <li>
58     Fader (volume) control currently operates on transmitted MIDI data, not by sending CC
59     #7.
60   </li>
61   <li>
62     All note/data editing is per-region. There are no cross-region operations at this
63     time.
64   </li>
65   <li>
66     By default, copying a MIDI region creates a <dfn>deep link</dfn>&mdash;both
67     regions share the same data source, and edits to the contents of
68     one will affect the other. To break this link, select
69     <kbd class="menu">MIDI &gt; Unlink from other copies</kbd> from the region
70     context menu, after which the selected region(s) will have their own copies
71     of <em>only</em> the data that they visually display on screen. You will not
72     be able to trim the region back its original length after an Unlink operation,
73     and the operation cannot be undone.
74   </li>
75 </ul>