Ardour/Automation-curves
来自motewiki
更多操作
< Ardour
automation curve 是由 control point 连接而成的一系列线段,通常构成一条连续曲线。曲线自左向右读出的值定义了 automation lane 所控制参数的大小。
- Linear(最常见):任意两个相邻 control point 之间连续插值,即任意时刻的值等于连接两点的直线在该时刻的值。
- Discrete:control point 之间不插值,每个 control point 设定的值保持到下一个 control point 才改变。
注意:curve 本身不产生任何作用,只有当它所在的 lane 处于 Play 模式时,回放才由 curve 控制。