Similar to EnvGen, the VTweenGen2 class samples a 2-dimensional ScinTween table over time, to return an interpolated tween value. With the exception of tween
, all parameters to VTweenGen2 are modulateable and update each time the VGen draws.
Make a VTweenGen2 at the requested rate.
tween |
A ScinTween object to sample. | ||||
levelScale |
The sampled levels of the Tween are multiplied by this value. | ||||
levelBias |
The value to add to the sampled level. | ||||
timeScale |
The durations of each segment are multiplied by this value. | ||||
timeBias |
This value is added to the current time on each sample. dimensions
|