Runs the synthesis in the current Modalys workspace.
The (run ... ) function can be created using the following Lisp syntax:
(run duration)
The (run ... ) function takes one argument:
Note that if you run several seconds of sound, stop, and then type run again, Modalys will continue calculating from where you left off rather than starting again. Hence, typing:
(run 2.0)
(run 2.5)
(run 1.5)
will produce a total of six seconds of sound. The advantage of this is that you could create new objects, destroy inactive connections, move dynamic controllers, and other things in-between (run ... ) statements.
There are no special options for this function.