Difference between revisions of "Main Page"
From Moving Light Assistant
m (→Functions: Added Preset Documentation Fixture View) |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
''Moving Light Assistant'' version 1.2 onwards has support for running scripts to automate actions within Moving Light Assistant and to extend the functionality of the application. | ''Moving Light Assistant'' version 1.2 onwards has support for running scripts to automate actions within Moving Light Assistant and to extend the functionality of the application. | ||
* [[Scripting Language]] | * [[Scripting Language]] | ||
− | * [[Scripting | + | * [[Scripting Implementation]] |
+ | * [[Copyright & Legal Notices]] | ||
+ | * [[MLA Specific Global Variables]] | ||
== Functions == | == Functions == | ||
* [[Document]] | * [[Document]] | ||
* [[Rig Data View]] | * [[Rig Data View]] | ||
* [[Preset Documentation View]] | * [[Preset Documentation View]] | ||
+ | * [[Preset Documentation Fixture View]] | ||
* [[Cue List View]] | * [[Cue List View]] | ||
* [[Telnet]] | * [[Telnet]] | ||
+ | * [[General]] | ||
+ | * [[OSC]] | ||
== Classes == | == Classes == | ||
Line 17: | Line 22: | ||
* [[Cue]] | * [[Cue]] | ||
* [[Fixture]] | * [[Fixture]] | ||
+ | |||
+ | == Comment Options == | ||
+ | Comment options are text in a script that is commented and set options for the script. For example this could be how the script is triggered of if the script should display its output window. | ||
+ | * [[TriggerType]] | ||
+ | * [[TriggerKey]] | ||
+ | * [[Macro]] | ||
+ | * [[DisplayOutputWindow]] | ||
+ | * [[OutputFileType]] | ||
+ | |||
+ | |||
+ | [[Martin's Sandpit]] |
Latest revision as of 08:53, 29 September 2016
MOVING LIGHT ASSISTANT WIKI
Scripting Documentation
Moving Light Assistant version 1.2 onwards has support for running scripts to automate actions within Moving Light Assistant and to extend the functionality of the application.
Functions
- Document
- Rig Data View
- Preset Documentation View
- Preset Documentation Fixture View
- Cue List View
- Telnet
- General
- OSC
Classes
Comment Options
Comment options are text in a script that is commented and set options for the script. For example this could be how the script is triggered of if the script should display its output window.