]> Shamusworld >> Repos - ardour-manual/blob - _manual/15_editing-and-arranging/12_editing-midi.html
4234297ac4cfc73be53b33ab6574ecdd67215252
[ardour-manual] / _manual / 15_editing-and-arranging / 12_editing-midi.html
1 ---
2 layout: default
3 title: Editing MIDI
4 ---                        
5
6
7   
8   
9 <p>Ardour's handling of MIDI editing is a bit different from most other DAWs and MIDI sequencers.</p>
10 <h3>Key features of Ardour MIDI handling</h3>
11 <ul>
12 <li>All editing is done in-place, in-window. There is no separate piano roll window or pane. Edit notes right where you see them.
13 </li>
14 <li>All MIDI I/O is done via JACK for sample accurate timing and maximal efficiency when communicating with external software synthesizers
15 </li>
16 <li>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.
17 </li>
18 <li>Full automation for MIDI tracks, integrated with the handling of all MIDI CC data for each track
19 </li>
20 <li>Controllers (CC data) can be set to discrete or continuous modes (the latter will interpolate between control points and send additional data)
21 </li>
22 <li>Normal or Percussive mode for note data editing
23 </li>
24 <li>The "scroomer" (a combination scroll/zoom tool) for altering the zoom level and range of visible MIDI data
25 </li>
26 </ul>
27 <h3>Notable Differences</h3>
28 <ul>
29 <li>As mentioned above, all editing is done in-place
30 </li>
31 <li>Fader (volume) control currently operates on transmitted MIDI data, not by sending CC #7
32 </li>
33 <li>All note/data editing is per-region. There are no cross-region operations at this time
34 </li>
35 <li>By default, copying a MIDI region creates a "deep link" or "cloned copy" - both regions share the same data source, and edits to the <em>contents</em> of one will affect the other. To break this link, select  <code>MIDI &gt; Unlink from other copies</code> 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.
36 </li>
37 </ul>
38
39
40
41
42
43
44
45
46
47
48
49 {% children %}