Skip to content

OSC Paths

In their current version, the plugins use the following OSC paths for sending and receiving messages.

Spatial

All spatial control messages get two arguments:

  • the ID of the source to control (starting at index 1)
  • the position (cuurently ranging from -10 to 10 meters).

X Position

/source/pos/x i f

Y Position

/source/pos/y i f

Z Position

/source/pos/z i f

Bus Send

OSC messages for the send gains of the channels take three arguments:

  • the ID of the source to control (starting at index 1)
  • the index of the bus to send to (starting at 0 OR 1)
  • the gain (ranging from 0 to 1)
/send/gain i i f