Outputs in all dimensions the value received by a one dimensional channel input controller.
The 'spread controller can be created using the following Lisp syntax:
(make-controller 'spread dimension period controller)
The 'spread controller takes three arguments:
As always, the period defines the time between the updates of the controller. If zero is given then it updates every sample.
The input controller should be a one-dimensional controller.
Note that this does not sum multiple controllers, but rather sums multiple dimensions within one controller.
There are no special options for this controller.