Stop
Description
Allows you to stop synthesis, or stop playback of a sound. Basically, it causes Modalys to stop doing whatever it is doing.
(stop)
Syntax and Default Values
The (stop) function can be created using the following Lisp syntax:
(stop)
Parameters
The (stop) function takes no additional arguments.
Discussion
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.
Options
There are no special options for this function.