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