grandMA3 User Manual Publication
CreateMultiPatch({handles}, integer[, string])
grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » CreateMultiPatch({handles}, integer[, string])
|
Version 2.0
|
Description
The CreateMultiPatch Lua function creates a series of multi patch fixtures to a table of fixtures.
Arguments
- Table:
The table must contain handles to the fixtures who should have the multi patch fixtures. - Integer:
The number of multi patch fixtures to create. - String (optional):
The string is an optional undo text. It needs to be in quotation marks.
Return
- Integer | nil:
The returned integer indicates the amount of multi patch fixtures created.
Example
This example creates two multi patch fixtures to the first fixture (excluding the "Universal" fixture) in the patch.
Lua |
return function() |