Sub Layer ModMatrix parameter

UPDATE
Now it work with the follow script. But I have many zones and many matrix row destinations. It would be great if I can short the script, because with in this way I have to set over 150 script line :open_mouth:

-- Reset LFO1 Dest

zone1 = this.program:findZones(true)[1]

MRow1 = zone1:getModulationMatrixRow(1)


function onResetLFO1Dest1()


newLFO1Dest1 = 0

    MRow1:setParameter("Destination.Depth", newLFO1Dest1)

end

defineParameter("ResetLFO1Dest1", onResetLFO1Dest1)