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