grandMA3 User Manual Publication
GetAttributeByUIChannel(integer)
grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » GetAttributeByUIChannel(integer)
|
Version 2.0
|
Description
The GetAttributeByUIChannel Lua function returns the handle to an attribute based on a "UI Channel Index". The index number can be found in the Parameter List.
Arguments
- Integer:
The integer is the UI Channel index number.
Return
- Handle:
The handle to the attribute connected to the UI Channel.
Example
This example prints the "native" address to the first attribute of the first fixture in the current selection:
Lua |
return function() |