跳转到内容
打开/关闭菜单
  • 346 条目
  • 1 用户
  • 368 编辑
motewiki
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Ardour/Using-control-surfaces/Controlling-ardour-with-osc/Custom-strips

来自motewiki

Custom strip list(自定义 strip 列表)用于只操作全部 strip 中的一组——例如多名工程师各自负责 percussion、FX、choir、orchestra 等 strip 组。

  • `/strip/listen ssid ...`:把指定 SSID 加入 custom strip list(可一次多个)
  • `/strip/ignore ssid ...`:从 custom strip list 移除
  • `/strip/custom/mode mode`:启用 custom mode,mode 0 = off、1 = 按加入顺序、2 = 按 mixer 顺序
  • `/strip/custom/clear`:关闭 custom mode 并清空列表
  • strip 加入列表后,其 SSID 在 session 生命周期内保持不变(只要不用 banking);移除会留下空位;custom list 不跨 session 保存,session reload 后需重建
  • custom list 只影响设置了它的那个 surface,其他 surface 仍操作全部 strip
  • custom mode 打开期间 `/strip/listen` 无效;要再追加,先 `/strip/custom/mode 0`,添加完再重新启用
  • 排序同时受 custom `mode` 与 surface 的 `bank_size` 影响:`bank_size` = 0 表示关闭 banking、显示全部 strip;`bank_size` > 0 时 bank 只列出匹配 `strip_types` 的 custom strip

相关页面