[chuck-users] avoiding lag

Tomtom tomtom at herbesfolles.org
Sun Jun 26 04:02:33 EDT 2011


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


More information about the chuck-users mailing list