Run Synthesis in Real-Time
Description
Runs the synthesis in the current Modalys workspace.
(run-real-time ... )
Syntax and Default Values
The (run-real-time ... ) function can be created using the following Lisp syntax:
(run-real-time duration)
(run-real-time)
Parameters
The (run-real-time ... ) function takes one optional argument:
- duration: the number of seconds of sound Modalys will compute.
Discussion
This command is similar to the (run) command, except that it allows Modalys to run in real-time, either indefinitely (in which case the user can stop the synthesis from the real-time progress bar displayed by ModaLisp program), or for a given amount of time.
Options
There are no special options for this function.