]> Shamusworld >> Repos - ardour-manual/blobdiff - include/add-new-notes.html
Cue: Cue window elements
[ardour-manual] / include / add-new-notes.html
index 62b260c36f0cb9b476ef385756cf2e89aa0e1211..380d510459a8ace2f27649c5edb16ffca67d43e0 100644 (file)
   the duration of the note until the mouse button is released.
 </p>
 
+<p>
+  The toolbar available in the <dfn>Draw</dfn> mode helps drawing notes
+  of exact length, in a certain MIDI channel, with predefined velocity:
+</p>
+
+<figure>
+<img style="width:75%" src="/images/midi-draw-toolbar.png" alt="MIDI draw toolbar">
+<figcaption>MIDI draw toolbar</figcaption>
+</figure>
+
+<p>
+  While the <dfn>Velocity</dfn> drop-down list only displays presets,
+  you can hover it and use mouse wheel scrolling to increment the current
+  value by 1. Scrolling above the other two drop-down lists will cycle
+  through the presets.
+</p>
+
+<p>
+  The <dfn>Auto</dfn> option in three drop-down lists works differently
+  in all three cases:
+</p>
+
+<table class="dl">
+  <tr>
+    <th>Length</th>
+    <td>The length will be defined by the grid snapping setting</td>
+  </tr>
+  <tr>
+    <th>Channel</th>
+    <td>This value will be inherited from the closest note</td>
+  </tr>
+  <tr>
+    <th>Velocity</th>
+    <td>The value will be an interpolation between two closest notes,
+    the position of the newly added note relative to either of the two
+    notes will also be taken into consideration</td>
+  </tr>
+</table>
+
 <h2 id="add-new-notes-using-step-entry">Using Step Entry</h2>
 
 <p>