grandMA3 User Manual Publication
FromAddr(string[, handle])
grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » FromAddr(string[, handle])
|
Version 2.0
|
Description
The FromAddr Lua function converts a numbered string address into a handle that can be used in commands.
Arguments
- String:
A text string identifying an object. It can be a numbered or named address. - Handle (optional):
The default is to write the address from the root location. This optional handle can specify a different base location. It still needs to be a base location in the address path from the root to the object.
Return
- Handle:
The handle for the addressed object.
Example
This example prints the address of the first sequence:
Lua |
return function() |