Skip to content

Renderer ctl

Zack Konate requested to merge rendererCtl into develop

reconnected most of the previous OSC messages to control the satie renderer (server).. note that the OSC message has been changed. Previously a selector was used, e.g. setOutputDB. Now the OSC address is specific to each handler, thus you now have: '/satie/renderer/setOutputDB n'. Also note that the OSC address now uses /satie/renderer/... to address these server-related audio parameters.

The OSC messages for control of NearField processing have not yet been connected. A discussion is needed to come up with a new way to process NearFar field (using mappers), and the corresponding control structure.

Merge request reports