Skip to content

v1.4.0: reworked osc handlers and renamed config options

Latest
Compare
Choose a tag to compare
@themaxw themaxw released this 12 Sep 15:26
· 14 commits to main since this release
1a35ae9

Config Changes

Config options were renamed, old options will cause a warning during runtime.
Renamed options:

  • globalconfig -> global
  • oscr_ip -> ip
  • inputport_ui -> port_ui
  • inputport_data -> port_data
  • inputport_settings -> port_settings

removed option min_dist

ip, port_ui, port_data and port_settings can now also be set from the command line, overriding the config options.

View Client Changes

changed the subscription paths from /oscrouter/... to /osckreuz/... (but the old ones will keep on working for now).
ViewClients now also receive attributes and direct sends, see README for the paths

Coordinates

Coordinates get wrapped around the spherical coordinate system now, but this shouldn't make a difference for users

OSC-handlers

previously there were a lot of different osc handlers with confusing names, calling each other one after the other. now each type of osc data (positions, renderer gains, direct send gains, attributes) has only one handler function.