On 2011.01.29, at 22:34, Alastair Leith wrote: > This is just an academic query it's not making my life hell or anything > (/sarcasm)… > > <JS double execution off pulse?.qtz> > > It's not _testMode so what is it?
In your example, the Counter patch is counting the number of Pulse transitions from 0 to 1. The JavaScript patch is counting the number of executions ("Stamp = ++al;"), which will be once for Pulse's transition from 0 to 1, and once for Pulse's transition from 1 to 0. That is, Counter only increases on the leading edge of Pulse transitioning to 1; your JavaScript patch increases for each execution, regardless of the value of Pulse. -- Steve Mokris [ st...@kineme.net ] http://kineme.net/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list (Quartzcomposer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com