Syncing phases for multiple oscillators
Hi all,
As described in the topic, I'm trying to sync the phases of multiple oscillators, so that the phase would always start from 0 on a note on event. I'm particularly trying to do this with cycle~, saw~ and rect~. As far as I understood from help and searching the forum, I should use a master phasor~ object for this, but I couldn't get this to work; I try to set the frequency of the phasor~ to the frequency I want for these oscillators and reset the phasor~'s phase through it's right inlet, but that does not reset the other oscillators. Would anyone have some examples on how to do this?
Thanks!
make sure the output of the master phasor is in the cycle's (or saw or rect) right inlet, and no frequency is specified in the cycle's left input or as an argument
Hmm i think this is working for cycle, saw and rect
@Dario thank you for posting this some 2 years ago!
Your patch made it clear to me that all you need to do is drive the saw~ / rect~ you wish to keep phase-locked with a phasor~ in its right inlet with a signal of the same value that is going to its left inlet.