> Is there a way to have 2 inputs into a patch, so that you can set a default > value, and then update it from another place within the composition? Kind of > like how you store and update variables in PHP.
Use a multiplexer with 2 inputs -- the first input should be the "default" value, and the second is the updated value. Leave the multiplexer input index 0 until the "update" condition has happened. There are no variables in QC, so some things don't have a direct analogue from procedural languages. From a technical point of view, QC is mostly a Functional model, with Procedural bits here and there. This is simultaneously powerful and frustrating :) -- Christopher Wright [email protected] _______________________________________________ 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]

