Useful functions for linking controls in Q-Sys scripts.
- Clone or download this repository to the Modules directory
- Add the module to the project using Design Resources
- Use the module
See init.lua for all and functions and their descriptions.
local ControlHelpers = require('control-helpers')
ControlHelpers.LinkTrigger(trigger1, trigger2)
ControlHelpers.LinkValue(knob1, knob2)
ControlHelpers.LinkString(textbox1, textbox2)