Phasor in Gen~
Is there a way, in a [gen~] object, to be able to change the frequency and the phase of a [phasor]? For instance, I want be able to reset the phase from time to time, but also to change the frequency most of the time...
Simply, what is the way to change the phase of a phasor...
Please help!!
Thanks!
I'm fairly certain that you're supposed to do:
[something modulating frequency]
[phasor]
[+ 0.]
[% 1.]
And then you simply input into the second inlet of the plus object to move the phase.
moved to gen.
:)
Max Patch
Copy patch and select New From Clipboard in Max.
One thing you could try is to build your own ramp generator and add some logic to make a resettable phasor in Gen.
Great! Thanks for your help! Creating a ramp generator seems to be a great idea!