26 Jun
2011
26 Jun
'11
4:02 a.m.
Hi Tim,
Is there a way to ensure that two patches will synch properly? Sometimes the simultaneous chucking of two heavy patches will cause a lag: one will be set back .5::T behind the other.
I'm not sure if this is what you are looking for, but here you go. Add this to the begining of your script : 1::second => dur t; t - (now % t) => now; That way the two scripts are supposed to start in sync at the next second. tom