OSCMIX(1) General Commands Manual OSCMIX(1)

oscmixFireface UCX II mixer

oscmix [-dl] [-r recvaddr] [-s sendaddr]

oscmix implements an OSC API for RME's Fireface UCX II running in class-compilant mode, allowing full control of the device through OSC.

It expects file descriptors 6 and 7 to be open for reading and writing MIDI messages to the device. To set these up on Linux, use alsarawio(1) or alsaseqio(1).

Enable debug messages.
Disable level meters.
The address on which to listen for OSC messages. By default, oscmix listens on udp!127.0.0.1!7222.
The address on which to send OSC messages. By default, oscmix sends to udp!127.0.0.1!8222.
Shorthand for -s udp!224.0.0.1!8222.

Addresses are specified using syntax proto!addr!port.

Currently, the only supported protocol is udp.

Alternatively, you can specify an file descriptor number instead. Note that OSC relies on write boundaries being preserved, so this file descriptor should refer to some open message-oriented socket.

alsarawio(1), alsaseqio(1)

February 12, 2024 Linux 6.6.28-0-lts