]> Shamusworld >> Repos - ardour-manual/blob - include/edit-midi.html
add a new subsection on controlling MIDI note range
[ardour-manual] / include / edit-midi.html
1
2 <p>
3   Ardour's handling of MIDI and how it allows the editing of MIDI data differs
4   in key ways from most other DAWs and MIDI sequencers. Also, unlike its
5   handling of audio data, the editing of MIDI data in Ardour is necessarily
6   <em>destructive</em> by nature.
7 </p>
8
9 <h2>Key features of Ardour MIDI editing</h2>
10
11 <ul>
12   <li>
13     All editing is done in-place, in-window; there is no separate piano roll
14     window or pane. Notes are edited right where they appear.
15   </li>
16   <li>
17     Editing note information in Ardour occurs in only a single
18     region. There is no way currently to edit note data for multiple
19     regions at the same time; so, for example, notes cannot be
20     selected in several regions at once and then all deleted. However
21     they can they be copied and pasted from one region to another.
22   </li>
23   <li>
24     Every MIDI track has its own MIDI port for input; it may have an
25     arbitrary combination of audio and MIDI outputs, depending on the signal
26     processing in the track.
27   </li>
28   <li>
29     Full automation for MIDI tracks, integrated with the handling of all MIDI
30     CC data for each track.
31   </li>
32   <li>
33     Controllers (CC data) can be set to discrete or continuous modes (the
34     latter will interpolate between control points and send additional
35     data).
36   </li>
37   <li>
38     There is a Normal and a Percussive mode for note data editing.
39   </li>
40   <li>
41     The visible note range is controlled by a
42     <dfn>scroomer</dfn> widget, which is a combination scroll/zoom tool for
43     altering the zoom level and range of visible MIDI data. When in
44     internal edit mode, you can also use scroll operations to adjust
45     the visible range in various ways.
46   </li>
47 </ul>
48