grandMA3 User Manual Publication
GetSubfixture(integer)
grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » GetSubfixture(integer)
|
Version 2.0
|
Description
The GetSubfixture Lua function returns the handle of the fixture specified by its patch index number.
Arguments
- Integer:
The patch index number for a fixture. This is also known as the "subfixtureindex".
Return
- Handle:
The function returns a handle to the fixture object matching the provided index number.
Example
This example uses a fixture selection to print all the information (in the Command Line History) about the first fixture in the selection using the Dump() function:
Dump()
The Dump() function returns a string with information about the object, for instance, the name, class, path of the object, its properties, and children.
Learn more in the Dump() topic.
Lua |
return function () |