In your Init script add this line, with [min] and [max] as the minimum and maximum frequencies you want for your LFO (in mHz in that case) :
TI.PRM.MAP 1 [min] [max]
For example :
TI.PRM.MAP 1 50 50000
-> from 20 seconds cycles to on cycle every 5 seconds.
You also need to set the max voltage amplitude for the LFO in the init script, for example :
TO.CV.SET 1 v 5
-> maximum 5V
Then in your metro script for example :
TO.OSC.LFO 1 TI.PRM 1
This will read the mapped value from the TXi’s first param and set the TXo’s first output to an LFO at that rate.
I’m not near my modular to check but that should work I think…