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