Description:
Distorts a list, <liste>, by a power function, thus if the list is linear
the result will follow the power function, if the list is non-linear the
result will be a hybrid of the old liste and the power function. This box
is identical to 'l-distor/2' except that a reference point is
controllable.
The arguments <newmin> and <newmax> determine the scaling of the new
list. (<newmin> will be the smallest value present, <newmax> the largest)
The values <ref> and <newref> are used to specify that the element of the
original list with a value of <ref> will be moved to the value of
<newref>. The curve will be altered in order to accommodate the reference
point.
|