> 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?
Plug it in? ;) QC will convert the boolean (0, 1) to an index (0, 1) automagically -- this is actually quite perfect for a multiplexer as well (I entertained describing them in the setup previously, but thought it overkill since mux's can be somewhat complicated :) Hope that helps. _______________________________________________ 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]

