X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fautomation-curves.html;h=f21f4d85ead95dfe5f7965baab35da853e945cd9;hb=a61fbacdfcb7a76fe425fada61f49fc85751e47a;hp=b8ae3e7f066e39d29b0c20d521459d9b8cb2a34e;hpb=389c23a3b50bf6d50ce832b87a66f624e32d43f8;p=ardour-manual diff --git a/include/automation-curves.html b/include/automation-curves.html index b8ae3e7..f21f4d8 100644 --- a/include/automation-curves.html +++ b/include/automation-curves.html @@ -6,13 +6,27 @@

An automation curve is a series of lines connected by control - points that defines a continuous line. As the curve is traversed from - left to right, the line defines the level of the parameter controlled by the - automation lane. + points that typically defines a continuous line. As the curve is + traversed from left to right, the line defines the level of the parameter + controlled by the automation lane.

+ There are two types of automation curves: Linear and + Discrete. The most common type is Linear, in which the space between any two contiguous + control points is continuously interpolated; in other words, the values + between any two contiguous control points at any given time is given by the + straight line connecting them. The second type of automation curve is Discrete, in which no interpolation between control points + is done; whatever value the control point is set at is the value it will + yield until it reaches the next control point, at which point it will give + that value until the next control point, and so on until there are no more + control points. +

+ +

The curve by itself does nothing; it will only control playback if - the lane it is in is in Play mode. + the lane it resides in is in Play mode.