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.