manual/include/add-new-notes.html

45 lines
1.8 KiB
HTML
Raw Normal View History

2014-02-18 14:12:28 -05:00
<h2>Adding new notes</h2>
<p>
2019-08-28 07:17:06 -04:00
For light MIDI editing, the Internal Edit Mode can be used. This mode allows
to select notes, copy, move or delete them and alter their properties. Adding
new notes in this mode is done by <kbd class="mouse
mod1">Left</kbd> dragging.
For more extensive MIDI editing, the <kbd class="menu">Draw Mode</kbd>.
allows to <kbd class="mouse">Left</kbd> click or drag to add a new note, without
having to hold down <kbd class="mod1n"></kbd>. However, Draw Mode doesn't offer
region-level editing nor rubberband selection.
</p>
<p>
In both modes, a mouse <em>click</em> creates a note at the pointer location
(or the nearest grid point if grid is enabled), and its duration is one <a
href="@@grid-controls">Grid unit</a>, even if the grid is disabled. A mouse
<em>drag</em> creates the note like a click does, but allows to set the
duration of the note until the mouse button is released.
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>
2019-08-28 07:17:06 -04:00
<td><kbd class="menu">Note Level Editing</kbd> disabled, using Grab,
Range or other mouse modes</td></tr>
2017-10-27 10:23:42 -04:00
<tr><th>Selecting, moving, copying trimming, deleting <em>notes</em></th>
2019-08-28 07:17:06 -04:00
<td><kbd class="menu">Note Level Editing</kbd> enabled, and using Internal
Edit mode</td></tr>
2017-10-27 10:23:42 -04:00
<tr><th>Adding new notes</th>
<td>enabling "Note Level Editing" and then either
<ul>
2019-08-28 07:17:06 -04:00
<li>using Draw mode and <kbd class="mouse">Left</kbd>
clicking/dragging, or</li>
<li>using Internal Edit mode and <kbd
class="mouse mod1">Left</kbd> clicking/dragging.</li>
2017-10-27 10:23:42 -04:00
</ul>
</td></tr>
2017-03-14 12:43:24 -04:00
</table>
2014-02-18 14:12:28 -05:00
<p>
2019-08-28 07:17:06 -04:00
There is also <a href="@@step-entry">a step entry editor</a> allowing to enter
notes from a virtual keyboard and lots more besides.
2014-02-18 14:12:28 -05:00
</p>