Part B: Fader Turns Red

站点: QSC
课程: Q-SYS QuickStarts
图书: Part B: Fader Turns Red
打印: 访客用户
日期: 2025年04月4日 Friday 05:51

描述

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.