]> Shamusworld >> Repos - ardour-manual/blob - include/add-new-notes.html
Initial cleanup of manual content.
[ardour-manual] / include / add-new-notes.html
1   
2 <h2>Adding new notes</h2>
3 <p>
4   In general, you will probably do most MIDI editing with the mouse in object 
5   mode. This allows you to select notes, copy, move or delete them and alter 
6   their properties (see below). But at some point, you're going to want to 
7   <em>add</em> notes to a MIDI region using the mouse, and if they are to be 
8   anything other than a fixed length, this means dragging with the mouse. 
9   Since this would normally be a selection operation if the mouse is in object 
10   mode, there needs to be some way for you to tell Ardour that you are trying 
11   to <dfn>draw</dfn> new notes within a MIDI region. Ardour provides two ways 
12   do this. One is to leave the mouse in object mode and 
13   <kbd class="mouse mod1">Left</kbd>-drag. The other, useful if you plan to 
14   enter a lot of notes for a while, is to switch the mouse into
15   <kbd class="menu">Draw Notes</kbd> mode, which will now interpret any drags 
16   and clicks as requests to add a new note. For obvious reasons, you cannot 
17   use Draw Notes mode while using region-level editing.
18 </p>
19
20 <p>So, to summarize:</p>
21 <dl class="wide-table">
22   <dt>Selecting, moving, copying, trimming, deleting <em>regions</em></dt>
23   <dd>
24     leave <kbd class="menu">Note Level Editing</kbd> disabled, use object, 
25     range or other mouse modes
26   </dd>
27   <dt>Selecting, moving, copying trimming, deleting <em>notes</em></dt>
28   <dd>enable <kbd class="menu">Note Level Editing</kbd>and use mouse object mode</dd>
29   <dt>Adding new notes</dt>
30   <dd>
31     enable "Note Level Editing" and then either
32     <ul>
33       <li>use mouse object mode and <kbd class="mouse mod1">Left</kbd>-drag,
34       or</li>
35       <li>use mouse draw mode.</li>
36     </ul>
37   </dd>
38 </dl>
39 <p>
40   Note that is also a 
41   <a href="/working-with-midi/step-entry/">a step entry editor</a> 
42   allowing you to enter notes from a virtual keyboard and lots more besides.
43 </p>
44