]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/15_editing-and-arranging/12_edit-midi/10_step-entry.html
Initial cleanup of content, new images & content added.
[ardour-manual-diverged] / _manual / 15_editing-and-arranging / 12_edit-midi / 10_step-entry.html
1 ---
2 layout: default
3 title: Step Entry
4 ---                        
5
6 <p>
7   Sometimes editing MIDI data directly from a connected MIDI device like a musical
8   keyboard or pad controller is desired; sometimes using the mouse is. Sometimes
9   the fine-grained control, precision and speed of entry that comes from using a
10   custom note entry dialog is; the <dfn>Step Entry</dfn> dialog aims to be the
11   latter.
12 </p>
13
14 <p>
15   The step entry dialog is accessed via a right click context menu on the
16   rec-enable button, because step entry is related to <em>recording</em> MIDI
17   data&mdash;step editing and recording MIDI via the track's MIDI port cannot be
18   done simultaneously.
19 </p>
20
21 <p class="center"><img src="/images/a3_step_entry.png" /></p>
22
23 <p>The dialog (closely modeled after Logic's) contains:</p>
24
25 <ul>
26   <li>
27     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>
45     Explicit numerical velocity selector, for more precise control 
46     than the dynamics selectors offer
47   </li>
48   <li>Octave selector</li>
49   <li>Buttons to add bank or program change events</li>
50   <li>a full 10 octave virtual keyboard</li>
51 </ul>
52
53 <p>
54   More or less all actions in the step entry dialog can be driven directly from
55   the keyboard, so moving back and forth from keyboard to mouse to do complex data
56   insertion is unnecessary.
57 </p>
58