boxtotri
A variable shape window multiplier, from boxcar to triangle.
boxtotri(phase, v): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
phase | number | A float value sets the phase of the window. | |
v | number | A value between 0.0 and 1.0 sets the shape of the window between the boxcar and the triangle window functions. A value of 1.0 sets a triangle window. |
Returns
Name | Type | Description |
---|---|---|
out1 | number | The float value of the window at the current phase. |