Skip to content

Releases: tu-studio/osc-kreuz

v1.4.0: reworked osc handlers and renamed config options

12 Sep 15:26
1a35ae9
Compare
Choose a tag to compare

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.

v1.3.0: Rework of internal coordinate handling

29 Aug 13:15
9a7c248
Compare
Choose a tag to compare

Breaking changes:

  • normalized xyz coordinates were removed, this probably breaks compatibility with the "OSCAR" renderer, so it was disabled as well