Function that sends a new target value to a dynamic controller.
The (send-message ... ) command can be invoked using the following Lisp syntax:
(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.