Runs the synthesis in the current Modalys workspace.
The (listen-ip-port ... ) function can be created using the following Lisp syntax:
(listen-ip-port port_number)
The (listen-ip-port ... ) function takes one argument:
This command can be used to set an IP port from which incoming OSC messages will be sent to dynamic controllers when running Modalys in real-time. For example to listen to port 4000, you would use:
(listen-ip-port 4000)
(run-real-time)
There are no special options for this function.