Skip to content

scsole/q-sys-module-control-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q-Sys Control Helpers Module

Useful functions for linking controls in Q-Sys scripts.

Luacheck

Quick start

  1. Clone or download this repository to the Modules directory
  2. Add the module to the project using Design Resources
  3. Use the module

Usage

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)

About

Useful functions for linking controls in Q-Sys scripts

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages