On Apr 26, 2010, at 17:59:32, Christopher Wright wrote: > A simpler solution may be to use the Smooth patch -- it can give you a nice > transition in/out without needing to track state yourself via javascript. > Mathematical Expression can be used to evaluate the condition and provide the > destination (i.e. "destinationX * (condition ? 1 : 0)"), allowing a > transition to any point. Drive the smooth patch with the Mathematical > Expression output, and you're in business.
The Smooth patch is just what I needed, I think. I'm feeding it from a multiplexer, which lets me choose between one of two indices, but really I'd like to feed a boolean into it. Is there a way to get a boolean to an index, 0 or 1, without a bunch of logic and conditionals? TIA, Rick _______________________________________________ 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]

