i am new to .qtz so i apologize if this sounds daft. i am trying to scale a incoming float range [0.0.] => [1.0] to [-1.0] =>[1.0] i know there has to be an easy way to do this with a numeric patch. i have tried "range" and "math" which seem like they would be the answer but am not getting the right results.
Use the Math Expression patch, with the following expression:
2 * x - 1 That should do the trick. -- [ 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]

