Function that sends a new target value to a dynamic controller.
(send-message message_name destination_value ramp_time ))
The (send-message ...) function takes three arguments:
Note that destination value is given before the ramp time, unlike the older set-breakpoint function, where the ramp time is given first.
The send-message command allows you to change the value of a dynamic controller at synthesis time. This command is discussed in detail in the reference pages for the dynamic controller.
There are no special options for this function.
(make-controller 'dynamic ... )
(set-breakpoint ... )