]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/change-note-properties.html
Collapse diagrams/ into images/.
[ardour-manual-diverged] / include / change-note-properties.html
1
2 <p>
3   You can view all the details about a selected note by context-clicking on 
4   it. The dialog that pops up will also allow you to modify all the properties 
5   of the selected note(s). You can modify individual properties more efficiently 
6   using the techniques described below.
7 </p>
8
9 <dl>
10   <dt>Moving notes</dt>
11   <dd>
12     Right arrow and Left arrow move the selected note(s) early and later in time.
13   </dd>
14   <dt>Changing pitch values</dt>
15   <dd>
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     You can override this with <kbd class="mod2"> </kbd>. The default shift 
21     distance is one semitone. Use <kbd class="mod3"> </kbd> to alter this to 
22     one octave.
23   </dd>
24   <dt>Changing velocity values</dt>
25   <dd>
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 minumum value, 
31     no changes will be made to any of the notes, to preserve relative velocities. 
32     You can override this with <kbd class="mod2"> </kbd>.
33     You can also press <kbd>v</kbd> to popup a dialog that will allow you 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   </dd>
39   <dt>Changing channel</dt>
40   <dd>
41     Press <kbd>c</kbd> to bring up a dialog that allow you 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   </dd>
45   <dt>Changing start/end/duration</dt>
46   <dd>
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, use <kbd class="mod1">,</kbd>/<kbd
51     class="mod1">.</kbd>. The note will be altered by the current grid setting. 
52     To change the start/end positions by 1/128th of a beat, use the <kbd
53     class="mod2"> </kbd> modifier in addition to these shortcuts.
54   </dd>
55   <dt>Quantization</dt>
56   <dd>
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 you 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   </dd>
65   <dt>Step Entry, Quantize etc.</dt>
66   <dd></dd>
67 </dl> 
68