OSC Monitor

Read with AI
All docs in one file (llms-full.txt)

A window that lists received OSC messages exactly as they arrive. Use it to check on the spot whether OSC is really reaching SynapseRack from the outside, and whether the addresses and types are what you expect.

OSC Monitor

Opening it

Menu bar: Window → OSCMonitor. This window exists from startup, so this brings it back to the center of the screen. It cannot be closed.

How it is displayed

One line is one message, formatted as follows.

/address: value type:type

The type is one of int / float / string / bool / byte[]. When a single message contains several values, they are listed one after another on the same line.

  • The newest message appears at the top
  • The last 30 messages are kept, and older ones drop off
  • While nothing is being received, No Signal is displayed

Only received (Input) messages appear here. OSC sent from SynapseRack is not shown.

There is no way to pause, clear or filter the log. There are no clear, filter, pause or copy buttons, and it does not scroll. Anything beyond 30 entries simply flows off the end.

Setting the receive port

The port is not set in this window but under Setting → GlobalSettings → OSC in the menu bar.

SettingDefault
OSC InputDisabled (off on first launch)
Input Port3170
OSC OutputDisabled (off on first launch)
Output Address127.0.0.1
Output Port3171

These settings are saved as machine settings rather than with the project, so the ports do not change when you open a different project.

Pages linking here

Also referenced from