]> Shamusworld >> Repos - ardour-manual/blob - _manual/12_working-with-midi/01_fundamental-concepts.html
MCP: minor corrections
[ardour-manual] / _manual / 12_working-with-midi / 01_fundamental-concepts.html
1 ---
2 layout: default
3 title: Fundamental Concepts
4 ---                        
5
6 <p>Ardour's MIDI editing is based on two basic principles:</p>
7 <ol>
8   <li>Editing should be done without having to enter a new window</li>
9   <li>
10     Editing should be able to carried out completely with the keyboard, 
11     or completely with the mouse, or with any combination of the two.
12   </li>
13 </ol>
14 <p>
15   Currently,  MIDI editing is primarily restricted to note data. Other 
16   kinds of data (controller events, sysex data) are present and can be 
17   added and deleted, but not actually edited. 
18 </p>
19
20 <h2>Fundamentals of MIDI Editing in Ardour 3</h2>
21 <p>
22   MIDI, just like audio, exists in <dfn>regions</dfn>. MIDI regions 
23   behave like audio regions: they can be moved, trimmed, copied (cloned),
24   or deleted. Ardour allows either editing MIDI (or audio) regions, or MIDI 
25   region content (the notes), but never both at the same time. The
26   <kbd>e</kbd> key (by default) toggles between <dfn>region level</dfn> 
27   and <dfn>note level</dfn> editing, as will double-clicking on a MIDI region.
28 </p>
29 <p class="note">
30   One very important thing to note: editing note information in Ardour
31   occurs in only a single region. There is no way currently to edit in note 
32   data for multiple regions at the same time, so for example you cannot select 
33   notes in several regions and then delete them all, nor can you copy-and-paste 
34   notes from one region to another. You can, of course, copy and paste the 
35   region(s), just as with audio.
36 </p>