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

Ardour/Using-control-surfaces/Controlling-ardour-with-osc/Selection-considerations-in-osc

来自motewiki

Selection-considerations-in-osc:Ardour 并非对每个 channel 都发送全部 feedback,但会发送 selected channel 的 expanded information,并提供 selected strip 的专门命令。所有 feedback 与 select 命令的路径都含 `*/select*`——因此针对 selected strip 的操作无需 surface 记住 strip ID。`/select` 跟随 GUI editor window 中的 "current mixer strip"。

两大用途

  • 单 strip 控制面——用 `/access_action Editor/select-next-route` / `/access_action Editor/select-prev-route` 步进 mixer strips
  • "Super strip"——用一组 knobs 控制较少变动的 strip 部分(polarity、sends、plugin parameters)

GUI selection vs local expansion:多个 OSC controller 同时使用时 selection 会变复杂:用户 A 选 strip 4 用 selected 控制,用户 B 随后选 strip 7——A 的改动就落在 B 的 strip 上。因此 Ardour 提供 local expansion 与 GUI selection 之分:local expansion 只影响当前 OSC controller;GUI selection 是 global,影响所有用 GUI selection 的 controller 以及 GUI 本身。两者都用 `/select` 命令组。

选择策略:单人场景(用户可能既用 surface 也用 GUI)——GUI selection 最合理,也是 default(最常见用法)。多操作员场景——expansion only 是 *safe* 选项;可让某个 surface 用 GUI selection(该操作员同时用 GUI),但需仔细分析 selection 混淆的可能。单人场景下 surface 用 expansion 也始终 OK——GUI 与 surface selection 各司其职。

组合使用:`/strip/select` 总是设置 GUI select;`/strip/expand` 只在本地设置 select feedback 与命令(不改 GUI select)。再发 `/strip/expand` 或 `/strip/select` 会覆盖之前的 expand;把 `/strip/expand` 或 `/select/expand` 释放(设为 0/false)后,`/select` 命令组与 feedback 回到 GUI 当时 selected 的 strip——可用于在 GUI select 与 local expand 间切换以比较两条 strip 的设置。

相关页面