Skip to content

Change OSC handler spread to 0-1 range

Patrick Dupuis requested to merge topic/osc-spread into develop

SATIE's OSC handlers clip spread values to the range 0-1 instead of the expected 0-100. Also, the OSC handlers invert the spread range so that 0 is omni and 1 is directional. See !323 (closed) for a related MR for version 1.3.1.

This MR changes how spread is implemented in order to make it consistent with VBAP. This MR changes the spread parameter so that it becomes a value between 0-1 (no-spread to full-spread).

This MR contains breaking changes and is targeted towards the develop branch. These changes will be included in the next minor release, ex.1.4.0.

Edited by Patrick Dupuis

Merge request reports