Important message! Free Software under attack! See News

OSC

OSC (OpenSomethingControl) is a simple messaging protocol sometimes used in the realm of digital audio command and control.

The NonSessionManager uses OSC (over UDP) for communication with client applications.

The LibLo (Lightweight OSC) library is used by the present implementation, but clients may use any OSC library capable of UDP transport.

Since UDP is a networking protocol (even when used on loopback on the localhost) your network settings must be correct in order for it to function.

In particular, your /etc/hosts file should contain at least the following:

127.0.0.1 localhost
127.0.0.1 yourhostname.yourdomain yourhostname

Where yourhostname is the contents of /etc/hostname.

(locked)

This work is licensed under a Creative Commons License