Part B: Fader Turns Red

Site: QSC
Course: Q-SYS QuickStarts
Book: Part B: Fader Turns Red
Printed by: Guest user
Date: Monday, 6 May 2024, 2:30 PM

Description

Lesson Description

In this module, you will learn how to write Lua script to adjust a control's appearance. The tutorial goes on the explore more possibilities with simple commands.

Helpful Tips and Definitions

Debug Output: This area at the bottom of the scripting window will display any errors that are found in your script. The number at the beginning of this error line will let you know what line of your code in which the error was found.


  • You can name your controls and functions anything you like, but be sure you have consistent spelling and capitalization.
  • Search for “Controls.Inputs” in the Designer Help file to find a complete list of editable attributes. You can also find a complete Lua library and many other helpful references in the Help file.