XY widget spring

Hi,
when enabling the spring function on a XY widget with both range set to {-100, 100} and default set to [0,0]

But it only return to 0 on X axis not Y

Am I missing something ?
Best

I can't reproduce with only an xy pad, can you upload a session to demonstrate the issue ?

I'm probably missing something

XY_Spring.json (11.8 KB)

I'm not fully sure of the reason, but you can avoid the issue by using the faders' scripts instead the xy's value property to sync them:

// fader_x script
set("xy_1", [value, ""]) 

// fader_y script
set("xy_1", ["", value])
2 Likes