manual/include/add-new-notes.html

32 lines
1.3 KiB
HTML
Raw Normal View History

2014-02-18 14:12:28 -05:00
<h2>Adding new notes</h2>
<p>
2019-06-04 22:01:51 -04:00
For light MIDI editing, you can use the Internal Edit Mode.
This mode lets you select notes, copy, move or delete them and alter their
properties (see below). To <em>add</em> notes using the mouse, <kbd class="mouse mod1">Left</kbd>-drag.
For more extensive MIDI editing, you may prefer <kbd class="menu">Draw Mode</kbd>.
You can click or drag to add a new note, without having to hold down Ctrl. However,
Draw Mode doesn't offer region-level editing.
2014-02-18 14:12:28 -05:00
</p>
2013-01-29 19:26:36 -05:00
<p>So, to summarize:</p>
2017-03-14 12:43:24 -04:00
<table class="dl">
2017-10-27 10:23:42 -04:00
<tr><th>Selecting, moving, copying, trimming, deleting <em>regions</em></th>
<td><kbd class="menu">Note Level Editing</kbd> disabled, using object,
range or other mouse modes</td></tr>
<tr><th>Selecting, moving, copying trimming, deleting <em>notes</em></th>
<td><kbd class="menu">Note Level Editing</kbd> enabled, and using mouse object mode</td></tr>
<tr><th>Adding new notes</th>
<td>enabling "Note Level Editing" and then either
<ul>
<li>using mouse object mode and <kbd class="mouse mod1">Left</kbd>-drag, or</li>
<li>using mouse draw mode.</li>
</ul>
</td></tr>
2017-03-14 12:43:24 -04:00
</table>
2014-02-18 14:12:28 -05:00
<p>
Note that there is also <a href="@@step-entry">a step entry editor</a> allowing to
2017-10-27 10:23:42 -04:00
enter notes from a virtual keyboard and lots more besides.
2014-02-18 14:12:28 -05:00
</p>