easy-fit icon indicating copy to clipboard operation
easy-fit copied to clipboard

left_right_balance not being parsed correct

Open svrpeakers opened this issue 5 years ago • 0 comments

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"

svrpeakers avatar Mar 22 '19 23:03 svrpeakers