diff --git a/include/automation-states.html b/include/automation-states.html index 69c17a5..9a81b60 100644 --- a/include/automation-states.html +++ b/include/automation-states.html @@ -1,9 +1,12 @@

In order to understand how automation in Ardour works, it is necessary to - understand the four states of automation. They are: Manual, Play, Write, and Touch. + understand the five states of automation. They are: + Manual, + Play, + Write, + Touch, + and Latch.

@@ -36,13 +39,23 @@ control during playback; all such settings are written to the lane the control is in. This defines the lane's automation curve in the interval being played, and overwrites any existing automation curve in the lane being - manipulated. + manipulated. As this might be sometimes dangerous, this state is automatically + changed to Touch state when playing is stopped.

Touch state is similar to Write - mode, except it only overwrites sections of a lane's automation curve when + state, except it only overwrites sections of a lane's automation curve when the control is changed in some way. This allows for changing only the parts of an automation curve that are desired to be changed, while leaving the rest unchanged.

+ +

+ Latch state is similar to Touch + state as it will also change automation when the control is changed in some way + during session play back. + But additionally it will overwrite the automation curve with the last + value that it was changed to until play-back is stopped + playing. +

diff --git a/include/automation.html b/include/automation.html index 679dae6..2b51538 100644 --- a/include/automation.html +++ b/include/automation.html @@ -7,10 +7,10 @@

@@ -20,3 +20,11 @@ played back.

+

+ To activate automation for a track, click the A icon on the track head and check the + type of automation you need. +

+
+ +
The automation menu.
+
diff --git a/source/images/automation-modes1.png b/source/images/automation-modes1.png index 4f2cd52..a2c8810 100644 Binary files a/source/images/automation-modes1.png and b/source/images/automation-modes1.png differ