VTweenGen4:
Filter:
Scintillator/Classes (extension) | Quarks > Scintillator > VGens > Tweens

VTweenGen4
ExtensionExtension

Samples a four-dimensional tween table over time.

Description

Similar to EnvGen, the VTweenGen4 class samples a 4-dimensional ScinTween table over time, to return an interpolated tween value. With the exception of tween, all parameters to VTweenGen4 are modulateable and update each time the VGen draws.

Class Methods

.fr

.pr

.sr

Make a VTweenGen4 at the requested rate.

Arguments:

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

inputoutput
tween, 1, 1, 1, 14

Examples