You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the fit.js file it states
left_right_balance: {
0: 0,
127: 'mask',
128: 'right'
},
left_right_balance_100: {
0: 0,
16383: 'mask',
32768: 'right'
},
I'm getting values of 178 for left_right and 37885 for left_right_balance_100. On top of this, the left right balance should be a balance percentage not a value "right" or "mask"
The text was updated successfully, but these errors were encountered:
The left_right balance is incorrect it seems.
in the fit.js file it states
left_right_balance: {
0: 0,
127: 'mask',
128: 'right'
},
left_right_balance_100: {
0: 0,
16383: 'mask',
32768: 'right'
},
I'm getting values of 178 for left_right and 37885 for left_right_balance_100. On top of this, the left right balance should be a balance percentage not a value "right" or "mask"
The text was updated successfully, but these errors were encountered: