Ardour/Using-control-surfaces/Controlling-ardour-with-osc/Automation
来自motewiki
更多操作
从 Ardour 5.9 起,OSC 可以控制 fader 的 automation mode(参见 Automation)。
- 命令格式:`/strip/[control]/automation ii ssid mode`;用 `/select` 时只传 mode,无 ssid
- `[control]` 目前可为 `gain` 或 `fader`,此列表会继续扩充
- `mode` 取值:0 = Manual、1 = Play、2 = Write、3 = Touch;mode 可以 float 形式发送,因此可用 0–3 范围的旋钮/pot 直接控制
- Touch mode 需要额外的按压状态,故另有 `/strip/[control]/touch ii ssid touch`,末参数 1 = touched、0 = touch released
- 下一版本将加入 `/strip/[control]/automation_name` 作为 feedback;surface 也可只用字符串首字符(M/P/W/T)表示 mode