]> Shamusworld >> Repos - ardour-manual/blob - include/add-new-notes.html
Cue: document launch style, launch quantize, and legato
[ardour-manual] / include / add-new-notes.html
1
2 <p>
3   MIDI notes can be added a few different way in Ardour:
4 <p>
5
6 <h2 id="add-new-notes-using-the-mouse">Using the mouse</h2>
7
8 <p>
9   Drawing notes with the mouse requires that a MIDI track <a
10   href="@@create-midi-tracks">exists</a>, and a blank MIDI region has
11   been <a href="@@create-midi-regions">created</a> in this track.
12 </p>
13 <p>
14   In either <em>Draw</em> or <em>Internal Edit</em> <a
15   href="@@toolbox">Mode</a> new notes can be added with a click or
16   drag: a mouse <em>click</em> creates a note at the pointer location
17   (or the nearest grid anchor if grid is enabled), and its duration is
18   one <a href="@@grid-controls">Grid unit</a>. A mouse <em>drag</em>
19   creates the note like a click does, but allows continuously setting
20   the duration of the note until the mouse button is released.
21 </p>
22
23 <p>
24   The toolbar available in the <dfn>Draw</dfn> mode helps drawing notes
25   of exact length, in a certain MIDI channel, with predefined velocity:
26 </p>
27
28 <figure>
29 <img style="width:75%" src="/images/midi-draw-toolbar.png" alt="MIDI draw toolbar">
30 <figcaption>MIDI draw toolbar</figcaption>
31 </figure>
32
33 <p>
34   While the <dfn>Velocity</dfn> drop-down list only displays presets,
35   you can hover it and use mouse wheel scrolling to increment the current
36   value by 1. Scrolling above the other two drop-down lists will cycle
37   through the presets.
38 </p>
39
40 <p>
41   The <dfn>Auto</dfn> option in three drop-down lists works differently
42   in all three cases:
43 </p>
44
45 <table class="dl">
46   <tr>
47     <th>Length</th>
48     <td>The length will be defined by the grid snapping setting</td>
49   </tr>
50   <tr>
51     <th>Channel</th>
52     <td>This value will be inherited from the closest note</td>
53   </tr>
54   <tr>
55     <th>Velocity</th>
56     <td>The value will be an interpolation between two closest notes,
57     the position of the newly added note relative to either of the two
58     notes will also be taken into consideration</td>
59   </tr>
60 </table>
61
62 <h2 id="add-new-notes-using-step-entry">Using Step Entry</h2>
63
64 <p>
65   The <a href="@@step-entry">Step Entry editor</a> allows to enter a
66   melody in sequence along time, using a virtual keyboard and specific
67   controls. It can be a very handy and fast way create MIDI lines, in a
68   kind of typewriter way, all the more when using its different
69   keyboard shortcuts.
70 </p>
71 <p>
72   The Step Entry window is shown by <kbd class="mouse">right</kbd>
73   clicking the record button in the <a
74   href="@@midi-track-controls">MIDI track header</a> and selecting <kbd
75   class="menu">Step Entry</kbd>. This will automatically create a MIDI
76   region to type into at the playhead position, which will automatically expand at each step.
77 </p>
78
79 <h2 id="add-new-notes-using-the-virtual-keyboard">Using the Virtual Keyboard</h2>
80
81 <p>
82   The <a href="@@virtual-keyboard">Virtual MIDI Keyboard</a> &mdash; or
83   a real MIDI keyboard plugged in as the tracks input &mdash; can be
84   used to record MIDI, as a microphone would record audio.
85 </p>
86 <p>
87   It can be started by choosing the <kbd class="menu">Window &gt;
88   Virtual Keyboard</kbd> menu. Exactly like for audio recording, the
89   track(s) must be armed for recording, the main record engaged, then
90   the transport started. As for the Step Entry, a MIDI region will be
91   auto-generated at the playhead position, and expanded as long as the
92   recording lasts.
93 </p>