X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fquantize-midi.html;h=892579ad5cf22e8e495ff8932658d684317c91bd;hb=e6be4c1febacecafa659c0d6f8987f6c414b2d93;hp=afa2694635d8c6131245741c093de5cd1f566485;hpb=2098e011e638b5c86c56e68df7757975fc4d728f;p=ardour-manual diff --git a/include/quantize-midi.html b/include/quantize-midi.html index afa2694..892579a 100644 --- a/include/quantize-midi.html +++ b/include/quantize-midi.html @@ -1,13 +1,53 @@ - -

quantize dialog

-

Accessed via q, the dialog includes:

- +
+ the Quantize dialog +
+ The Quantize dialog +
+
+ +

+ Quantizing a MIDI region, usually one recorded from a MIDI instrument, consists + in perfectly aligning the notes with the grid by shifting the notes positions to + the closest grid line. The result is a perfectly timed MIDI region, allowing + to correct rhythmically poor performance. +

+ +

+ This dialog is accessed via the Region > MIDI > Quantize... + while having a MIDI region selected, or by right clicking + a MIDI region, Name_Of_The_Region > MIDI > Quantize... + or with the default 5 shortcut and includes: +

+ + + + + + + + + + + + +
Snap note startIf checked, the start of the notes will be aligned to the grid as defined + in the following combo-box (see below)
Snap note endIf checked, the end of the notes will be aligned to the grid as defined + in the following combo-box (see below)
Threshold (ticks)Defines how close from a grid point a note must be in order to be quantized. Notes farther than this number of ticks will not be affected.
StrengthDefines how close to its new position the note must be moved, as a percentage of the nominal distance (allowing for a non-perfect quantization, i.e. just making the performance rhythmically better without giving it a machine-generated feel)
SwingApplies a swing to the midi notes, i.e. delays every 2nd note by this amount, to e.g. simulate a groovy drummer
+ +

+ The grid selection combo boxes allow a choice between the current main grid, or many beat subdivisions. +

+ +

+ Both note start and note end can be selected at once, resulting in a 2-pass quantization: + the note starts are aligned to the grid (with or without the swing + and Strength parameters), then their ends are aligned. +

+ +

+ The swing is a value between 0 and 130, and is relative to the user-selected grid + type: every note which is considered a second note (i.e. close enough to an odd + grid line as per the threshold value) will be delayed by this number of ticks. +