Phasor~ slower than 1n

ZeroValue's icon

Hi,
I'm using a [phasor~ 1n @lock 1] to create a LFO, I added a umenu with standard timing division 1n, 1nt, .... 128n
But I wish to go slower than 1n how can I achieve this ?

I added a [snapshot~ 1n] and added a umenu with the same time division but this doesn't seems to work am I missing somethings ?

Best
Z

ZeroValue's icon

So snapshot is working fine
but still not able to slow down the LFO rate

Max Gardener's icon

That's what the rate~ object is for.

ZeroValue's icon

Thank you

double_UG's icon

use bbu

Max Patch
Copy patch and select New From Clipboard in Max.

ZeroValue's icon

thank @double-ug I didn't know about bbu and discover translate but rate~ works fine

Max Gardener's icon

In particular, rate~ is helpful because you can set the sync mode to slave to the phasor~ that's driving things, should you find it necessary (in some cases)....

ZeroValue's icon

You are talking about the rate multiplier ?
I was looking to way to start stop the phasor, for stop I send a 0 message to the phasor but for start I didn't find a "clean" way to do it as you can see in the image I send a 0 value to the phasor note values.

LFO