]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/15_editing-and-arranging/12_edit-midi/01_fundamental-concepts.html
copy-editing chapter 15
[ardour-manual] / _manual / 15_editing-and-arranging / 12_edit-midi / 01_fundamental-concepts.html
index f693289243aeb2c48e32c0b9e9c2a3ece62e03df..9ad575837a6fae7dd53afa12a01e626bb38fc76a 100644 (file)
@@ -3,20 +3,34 @@ layout: default
 title: Fundamental Concepts
 ---                        
 
-
-  
-  
-<p>Ardour's MIDI editing is based on a few basic principles:</p>
+<p>Ardour's MIDI editing is based on two basic principles:</p>
 <ol>
-<li>Editing should be done without having to enter a new window
-</li>
-<li>Editing should be able to carried out completely with the keyboard, or completely with the mouse, or with any combination of the two.
-</li>
+  <li>Editing should be done without having to enter a new window</li>
+  <li>
+    Editing should be able to carried out completely with the keyboard, 
+    or completely with the mouse, or with any combination of the two.
+  </li>
 </ol>
-<p>Currently  MIDI editing is primarily restricted to note data. Other kinds of data (controller events, sysex data) are present and can be added and deleted, but not actually edited. </p>
-<h3>Fundamentals of MIDI Editing in Ardour 3</h3>
-<p>MIDI, just like audio, exists in "regions". MIDI regions behave like audio regions: they can be moved, trimmed, copied, (cloned) or deleted. Ardour allows either editing MIDI (or audio) regions, or MIDI region content (the notes), but never both at the same time. The "e" key (by default) toggles between "region level" and "note level" editing, as will double-clicking on a MIDI region.</p>
-<blockquote><p>
-One very important thing to note: editing note information in Ardour 3.0 occurs in only a single region. There is no way currently to edit in note data for multiple regions at the same time, so for example you cannot select notes in several regions and then delete them all, nor can you copy-n-paste notes from one region to another. You can, of course, copy and paste the region(s), just as with audio.
-</p></blockquote>
-  
+<p>
+  Currently,  MIDI editing is primarily restricted to note data. Other 
+  kinds of data (controller events, sysex data) are present and can be 
+  added and deleted, but not actually edited. 
+</p>
+
+<h2>Fundamentals of MIDI Editing in Ardour 3</h2>
+<p>
+  MIDI, just like audio, exists in <dfn>regions</dfn>. MIDI regions 
+  behave like audio regions: they can be moved, trimmed, copied (cloned),
+  or deleted. Ardour allows either editing MIDI (or audio) regions, or MIDI 
+  region content (the notes), but never both at the same time. The
+  <kbd>e</kbd> key (by default) toggles between <dfn>region level</dfn> 
+  and <dfn>note level</dfn> editing, as will double-clicking on a MIDI region.
+</p>
+<p class="note">
+  One very important thing to note: editing note information in Ardour
+  occurs in only a single region. There is no way currently to edit in note 
+  data for multiple regions at the same time, so for example you cannot select 
+  notes in several regions and then delete them all, nor can you copy-and-paste 
+  notes from one region to another. You can, of course, copy and paste the 
+  region(s), just as with audio.
+</p>