This just bit me, so take this as a warning. Be *very* careful when using alphabetical inputs to the math exp patch. All I wanted was the maximum value out of a bunch of inputs, so I wrote this:
max(a,max(b,max(c,max(e,f)))) Ugly, but it works - or it should do! See that 'e' in there? That gets replaced with the mathematical constant e. In the spaghetti jungle I've created I didn't spot that, and it took ages to figure out what was wrong. So don't use e, pi or anything like that as an input :) Chris _______________________________________________ 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