Controlling Spatializer Min & Max from parameter in FMOD 2.03.06

Hello!

I am trying to control the minimum and maximum distance of a spatializer effect through two parameters called MinDistance and MaxDistance respectively.
However, after setting up the automation I have noticed there is a discrepancy between the value of the parameter, and the value being controlled on the effect.

This is the setup on the effect, each parameter is completely linear to what it is controlling, and both have a range from 0 to 10000
and here is the preview values of the parameters

While the values do change as I move my parameters around, it appears to be off slightly,
MinDistance is set to 1.25k, but the minimum distance on the effect reads 2.83, it is the same with the MaxDistance parameter. Changing the parameters does indeed modulate my effect, but seemingly at the in correct value, despite having the automation completely linear like so:

Any help on this would be greatly appreciated

This occurs because the automation widget uses the same mapping curve as the ribbon slider. If you look at the ribbon slider, you’ll see that it’s not linear: The number of pixels you’d need to drag the slider handle to go from zero to ten is more than the number of pixels you’d need to drag it to go from ten to 100, for example. Automation curves use the same mapping as the properties they automate.

In FMOD Studio versions 2.03.06 and later, if you want to set up the kind of linear automation mapping that you’re trying to create, you should delete all automation points from the curve, then right-click on the curve and select “Add Linear Mapping” from the context menu.

If you are using an earlier version of FMOD Studio, I’m you’ll have to set up the curve manually.