zyn-fusion-issues
zyn-fusion-issues copied to clipboard
Zyn-fusion shows NumEntry widgets with decimal when connected to zyn
When starting zyn-fusion standalone with no zyn to connect to, the values in the NumEntry widgets such as filter stages or portamento thresh are shown is integers, whereas when connected to zyn, the values are shown with a decimal point and single (useless, as it's always 0) decimal.
Incidentally, I noticed that the Voice limit parameter I added in these PRs:
zynaddsubfx/zynaddsubfx#142 mruby-zest/mruby-zest-build#64
does not exhibit the extraneous decimal. I have no idea why (not).
My guess is "scale": "linear" is causing osc-bridge to do some sort of mapping which involves a cast to float? The new parameter doesn't seem to have this in there. I know I used to know the answer to why this exact problem cropped up, but I've since forgotten it.