oscillators sync
Hello
i was wondering if the following patch is a good way to sync two oscillators
I'm wondering this because i suppose the [edge~] banging is not happening at signal rate ?, and on the other hand, the [phasor~] phase input doesn't accept signals....
Would ther be a better way to do this ?
Thanks
Ph
Phijel wrote on Sun, 22 February 2009 15:45Hello
I'm wondering this because i suppose the [edge~] banging is not happening at signal rate ?, and on the other hand, the [phasor~] phase input doesn't accept signals....
Have a look to the rate~ object.
Thanks, but in fact i only want to have the option for the slave oscillator to reset its phase when the master Osc starts a new cycle, but allow them to run out of phase between every retrigger (both osc are driven by a [phasor~] at its own, and maybe different, frequency).
I don't see how to do this with [rate~], because then,if i understand correctly, the frequency of the slave will always be a multiple of the master frequency ?
Or am I missing something ?
Thanks
Ph
Have a look at examples/synths/oscsync-advanced
cheers
Roger
exactly what i was looking for... thanks