]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/15_editing-and-arranging/12_edit-midi/05_change-note-properties.html
Initial cleanup of content, new images & content added.
[ardour-manual-diverged] / _manual / 15_editing-and-arranging / 12_edit-midi / 05_change-note-properties.html
1 ---
2 layout: default
3 title: Change Note Properties
4 ---                        
5
6 <p>
7   Details about a selected note can be viewed by context-clicking on it. The
8   dialog that pops up will also allow modification of all the properties of the
9   selected note(s). Individual properties can be modified more efficiently using
10   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     This can be overridden with <kbd class="mod2">&zwnj;</kbd>. The default shift 
25     distance is one semitone. Use <kbd class="mod3">&zwnj;</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     This can be overridden with <kbd class="mod2">&zwnj;</kbd>.
37     Presssing <kbd>v</kbd> will popup a dialog that will allow the setting of 
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.
41     <p class="note">Like the arrow keys, it only affects selected notes, not the note the pointer is over.</p>
42   </dd>
43   <dt>Changing channel</dt>
44   <dd>
45     Press <kbd>c</kbd> to bring up a dialog that allows viewing and altering 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">&zwnj;</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 resetting of the quantize settings, and then 
65     quantize 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><em>missing</em></dd>
71 </dl> 
72
73 <p class="fixme">Add missing content</p>
74