Part B: Fader Turns Red

Website: QSC
Kurs: Q-SYS QuickStarts
Buch: Part B: Fader Turns Red
Gedruckt von: Gast
Datum: Thursday, 11. July 2024, 05:45

Beschreibung

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.