]> Shamusworld >> Repos - ardour-manual/blob - include/change-note-properties.html
More passive form, missing screenshot
[ardour-manual] / include / change-note-properties.html
1
2 <p>
3   All the details about a selected note can be viewed by context-clicking on
4   it. The dialog that pops up will also allow to modify all the properties
5   of the selected note(s). Individual properties can also be modified more efficiently
6   using the techniques described below.
7 </p>
8
9 <table class="dl">
10   <tr><th>Moving notes</th>
11   <td>
12     Right arrow and Left arrow move the selected note(s) early and later in time.
13   </td></tr>
14   <tr><th>Changing pitch values</th>
15   <td>
16     <kbd>&uarr;</kbd> increases the pitch of the selected notes.<br>
17     <kbd>&darr;</kbd> reduces the pitch of the selected notes.<br>
18     If any of the selected notes are already at the maximum or minimum value,
19     no changes will be made to any of the notes, to preserve relative pitches.
20     This can be overrode with <kbd class="mod2"> </kbd>. The default shift
21     distance is one semitone. <kbd class="mod3"> </kbd> alters this to
22     one octave.
23   </td></tr>
24   <tr><th>Changing velocity values</th>
25   <td>
26     <kbd class="mod1">&uarr;</kbd> increases the velocity of the selected notes.
27     <br/>
28     <kbd class="mod1">&darr;</kbd> reduces the velocity of the selected
29     notes.<br>
30     If any of the selected notes are already at the maximum or minimum value,
31     no changes will be made to any of the notes, to preserve relative velocities.
32     This can be overrode with <kbd class="mod2"> </kbd>.
33     Also, pressing <kbd>v</kbd> pops up a dialog that will allow to set
34     the absolute velocity value of each selected note. Finally, the scroll wheel
35     <kbd class="mouse">&uArr;</kbd> <kbd class="mouse">&dArr;</kbd> will also
36     adjust notes in the same way as the arrow keys (note that like the arrow keys
37     it only affects selected notes, not the note the pointer is over).
38   </td></tr>
39   <tr><th>Changing channel</th>
40   <td>
41     Pressing <kbd>c</kbd> brings up a dialog that allows to see and alter the
42     MIDI channel of the selected notes. If the selected notes use different
43     channels, they will all be forced to the newly selected channel.
44   </td></tr>
45   <tr><th>Changing start/end/duration</th>
46   <td>
47     <kbd>,</kbd> (comma) will alter the start time of the note. <br>
48     <kbd>.</kbd> (period) will alter the end time of the note. Both keys will by
49     default make the note longer (either by moving the start earlier or the end
50     later). For the opposite effect, <kbd class="mod1">,</kbd>/<kbd
51     class="mod1">.</kbd> can be used. The note will be altered by the current grid setting.
52     To change the start/end positions by 1/128th of a beat, the <kbd
53     class="mod2"> </kbd> modifier must be added to these shortcuts.
54   </td></tr>
55   <tr><th>Quantization</th>
56   <td>
57     <kbd>q</kbd> will quantize the selected notes using the current quantize
58     settings. If the quantize settings have not been set for this session yet,
59     the quantize dialog will appear. <kbd class="mod2">q</kbd> will display the
60     quantize dialog to allow to reset the quantize settings, and then
61     quantizes the selected notes. The default quantize settings are: quantize
62     note starts to the current grid setting, no swing, no threshold, full
63     strength.
64   </td></tr>
65   <tr><th>Step Entry, Quantize etc.</th>
66     <td>Refer to the <a href="@@step-entry">Step Entry</a>, <a
67     href="@@quantize-midi">Quantizing MIDI</a>, etc. specific pages.</td></tr>
68 </table>