]> Shamusworld >> Repos - ardour-manual/blob - include/step-entry.html
Spelling & grammar fixes
[ardour-manual] / include / step-entry.html
1
2 <p>
3   Editing MIDI can be a tedious task. Ardour allows using a connected
4   MIDI device like a music keyboard or pad controller, or use the mouse.
5   A third option, providing fine-grain control, precision and speed of entry
6   comes from using a custom note entry dialog.
7 </p>
8 <p>
9   The step entry dialog is accessed via a right click context menu on the
10   rec-enable button, because step entry is related to <em>recording</em> MIDI
11   data. Step editing and recording MIDI via the track's MIDI port cannot happen
12   simultaneously.
13 </p>
14
15 <figure>
16     <img src="/images/a3_step_entry.png" alt="Ardour's Step Entry dialog">
17     <figcaption>
18       Ardour's Step Entry dialog
19     </figcaption>
20 </figure>
21
22 <p>
23   The dialog (quite closely modelled on Logic's) contains:
24 </p>
25
26 <ul>
27   <li>Chord entry switch (successive notes are stacked in a chord until
28     it is released)</li>
29   <li>Note length selectors</li>
30   <li>Triplet toggle</li>
31   <li>Normal, single, double and triple dotted note selectors</li>
32   <li>Sustain button</li>
33   <li>Buttons to:
34     <ul>
35      <li>Insert a rest of the current selected note duration</li>
36      <li>Insert a rest of the current grid step size</li>
37      <li>Move back to the last inserted note</li>
38      <li>Move forward to the next beat, or bar</li>
39      <li>Move forward to the edit point</li>
40     </ul>
41   </li>
42   <li>Dynamics controls from pianississimo to fortississimo</li>
43   <li>Channel selector</li>
44   <li>Explicit numerical velocity selector, for more precise control
45     than the dynamics selectors offer</li>
46   <li>Octave selector</li>
47   <li>Buttons to add bank or program change events</li>
48   <li>a full 10 octave virtual keyboard</li>
49 </ul>
50
51 <p>
52   More or less all actions in the step entry dialog can be driven directly from
53   the keyboard, so that moving back and forth from the keyboard to the mouse is
54   not necessary even for complex data insertion.
55 </p>