]> Shamusworld >> Repos - ardour-manual/blob - include/automation-mode.html
4ec353c7fc2d5c5c0329d28108e48f7bf8d9b64c
[ardour-manual] / include / automation-mode.html
1
2 <p>
3   Ardour offers two modes for connecting automation control points: <kbd
4   class=menu>Discrete</kbd> and <kbd class=menu>Linear</kbd>. To change the mode
5   right click on the automation lane header and choose your mode from the mode
6   menu.
7 </p>
8
9 <p>
10   <kbd class=menu>Discrete</kbd> mode has stair steps between each point on the
11   automation track. This is useful for on-off automation like mute or sustain
12   pedal (on a piano MIDI track).
13 </p>
14
15 <p>
16   If you record automation via MIDI (for example a pitch bend from a keyboard),
17   Ardour always uses discreet mode.
18 </p>
19
20 <p>
21   <kbd class=menu>Linear</kbd> mode has straight lines betwen each point on the
22   automation track. This is useful when you want gradual shifts in your
23   automation lanes, such as gradual increase in volume on the fader.
24
25   Linear is the default mode for most automation lanes created via mouse input
26   (versus recording via MIDI).
27 </p>