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