Skip to content

Listen to IP Port

Description

Runs the synthesis in the current Modalys workspace.

(listen-ip-port ... )

Syntax and Default Values

The (listen-ip-port ... ) function can be created using the following Lisp syntax:

(listen-ip-port port_number)

Parameters

The (listen-ip-port ... ) function takes one argument:

  • port_number: the number of the IP port to listen to for incoming OSC messages.

Discussion

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)

Options

There are no special options for this function.