On Sat, 27 Sep 2003, Bill Hibbard wrote:
> > What would be really neat would be to map both parameters to
> > Animation. I guess what you're saying is I can map them both
> > to SelectValue but not Animation?
>
> If both a and b in (a -> (b -> ((line, element) -> radiance)))
are mapped to Animation,
> all you'll get is some strange pattern of synchronization
> between a and b values (like beats between two tones). Any
> reasonable thing you want to do with maps to Animation can
> be done with maps to SelectValue.
To be more specific, you can create Threads that periodically
call setValue() for the ValueControl for either a or b, to
animate them in whatever pattern you care to define.
Cheers,
Bill