[PD] Scatter objects using [repeat]

Py Fave pyfave at gmail.com
Tue Nov 26 14:26:32 CET 2013


look into [line] help you can choose a lower time grain than the default one .
it will make things smoother

with simple math you can interpolate between 2 position.
interpolate_position = (X*position_2 + (1-X)*position_1)
where X vary from 0 to 1.

thanks Cyrille , it wil be useful to me too ...
math lessons are way back for me ...


2013/11/26 Cyrille Henry <ch at chnry.net>:
> with simple math you can interpolate between 2 position.
> interpolate_position = (X*position_2 + (1-X)*position_1)
> where X vary from 0 to 1.



More information about the Pd-list mailing list