Allows you to stop synthesis, or stop playback of a sound. Basically, it causes Modalys to stop doing whatever it is doing.
The (stop) function can be created using the following Lisp syntax:
(stop)
The (stop) function takes no additional arguments.
The (stop) function lets you to abort a very long synthesis part-way through, or stop playback of a sound before it has finished playing. Basically, it is a general tool that causes Modalys to stop doing whatever it is doing. It is probably something you don't want to type into your scripts. Use it with caution.
There are no special options for this function.