Is this integrator based on a random seed, or what?
It's based on addition. It is intended to simulate a definite integral (area-under-the-curve in Calculus), and approximates it with simple Numerical Integration (that is, a finite sum.)
It starts at 0, and adds whatever the input value is times the frame's duration, such that if you feed it X, it will have the value of X after 1 second, and N * X after N seconds.
Can it be reset? Is there anyway to reset the integrator?
It can be reset via the Reset input. This resets the accumulator back to 0.
-- [ christopher wright ] [EMAIL PROTECTED] http://kineme.net/
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]

