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