What I’d like is to simply start a composition with the imported
image in a slightly different position each time it’s booted, but
from there, move in the way specified by lfos, etc.
Any tips?
The easiest way I've found to generate random numbers for seeding an
animation is with the Javascript patch:
if ( outputs[0] == null )
outputs[0] = Math.random();