]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/15_editing-and-arranging/12_edit-midi/10_step-entry.html
6db6c8ff1f844b3b10ad8be3a48ca4a6d7fb64f9
[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 you will  want to edit MIDI data directly from a connected 
8   MIDI device like a music keyboard or pad controller. Sometimes you will
9   want to use the mouse. Sometimes you'll want the fine-grain control, 
10   precision and speed of entry that comes from using a custom note entry 
11   dialog. 
12 </p>
13 <p>
14   The step entry dialog is accessed via a right click context menu on the 
15   rec-enable button, because step entry is related to <em>recording</em> 
16   MIDI data. You cannot simultaneously step edit and record MIDI via the 
17   track's MIDI port.
18 </p>
19 <img src="/images/a3_step_entry.png" />
20 <p>The dialog (quite closely modelled on Logic's) contains:</p>
21 <ul>
22   <li>
23     Chord entry switch (successive notes are stacked in a chord until
24     it is released)</li>
25   <li>Note length selectors</li>
26   <li>Triplet toggle</li>
27   <li>Normal, single, double and triple dotted note selectors</li>
28   <li>Sustain button</li>
29   <li>Buttons to:
30     <ul>
31      <li>Insert a rest of the current selected note duration</li>
32      <li>Insert a rest of the current grid step size</li>
33      <li>Move back to the last inserted note</li>
34      <li>Move forward to the next beat, or bar</li>
35      <li>Move forward to the edit point</li>
36     </ul>
37   </li>
38   <li>Dynamics controls from pianississimo to fortississimo</li>
39   <li>Channel selector</li>
40   <li>
41     Explicit numerical velocity selector, for more precise control 
42     than the dynamics selectors offer
43   </li>
44   <li>Octave selector</li>
45   <li>Buttons to add bank or program change events</li>
46   <li>a full 10 octave virtual keyboard</li>
47 </ul>
48 <p>
49   More or less all actions in the step entry dialog can be driven 
50   directly from the keyboard, so you do not need to keep moving back 
51   and forth from keyboard to mouse to do complex data insertion.
52 </p>