Animating expression parameters over time

   3537   3   2
User Avatar
Member
53 posts
Joined: Oct. 2010
Offline
Maybe this is a pointless question,
how can i change the fit01 parameters over time to animate them?
for example from: fit01(rand(instancepoint() + 234.567),60, 110)
to: fit01(rand(instancepoint() + 234.567), 240, 300)
to have the instance objects random changes controlled within a range over time? It is possible. or i'm raving?
bye
Whether 'tis nobler in the mind to suffer
The slings and arrows of outrageous fortune,
Or to take arms against a sea of troubles,
And by opposing end them?
User Avatar
Member
112 posts
Joined: Feb. 2010
Offline
You can creat float parameters, animate them over the desired time period and in fit01 access them using ch() function for newmin and new max values.

Attachments:
fit01.hipnc (47.8 KB)

User Avatar
Member
53 posts
Joined: Oct. 2010
Offline
OOH yes!
Thanks sadhu you enlighten me!!…Great!
now that you have given me the solution,
it seems simple and obvious,
yes only after your precious trick…
but I'm still a beginner,
and a such aid like this mean a salvation,
and make grow the passion and desire…
thanks again to avoid searching for hours/days the way.
Best!
Whether 'tis nobler in the mind to suffer
The slings and arrows of outrageous fortune,
Or to take arms against a sea of troubles,
And by opposing end them?
User Avatar
Member
4 posts
Joined: Aug. 2016
Offline
sadhu
You can creat float parameters, animate them over the desired time period and in fit01 access them using ch() function for newmin and new max values.
Attachments:
fit01.hipnc (47.8 KB)

Thx mate, was looking for this exact thing!
  • Quick Links