Run Synthesis
Description
Runs the synthesis in the current Modalys workspace.
(run ... )
Syntax and Default Values
The (run ... ) function can be created using the following Lisp syntax:
(run duration)
Parameters
The (run ... ) function takes one argument:
- duration: the number of seconds of sound Modalys will compute.
Discussion
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)
Options
There are no special options for this function.