Function to obtain the ModulationMatrixRow object of the specified modulation matrix row. The modulation matrix row is determined by the Zone object of the zone and the index of the modulation matrix row. Available in: Controller, Processor. The ModulationMatrixRow object of the specified modulation matrix row.Description
Arguments
rowNumber The index of the modulation matrix row in the range from 1 to 32. number Return Values
Example
-- get the element object of the first zone in the program
zone = this.program:findZones(true)[1]
-- get the element object of the first modulation matrix row
modRow = zone:getModulationMatrixRow(1)
-- print the row number of the specified modulation matrix row
print(modRow.rowNumber)
getModulationMatrixRow(rowNumber)
Overview
Content Tools
1 Comment
Sabine Pfeifer
proofread done