zyn-fusion-issues icon indicating copy to clipboard operation
zyn-fusion-issues copied to clipboard

Zyn-fusion shows NumEntry widgets with decimal when connected to zyn

Open polluxsynth opened this issue 4 years ago • 2 comments

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.

polluxsynth avatar Sep 21 '21 21:09 polluxsynth

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).

polluxsynth avatar Sep 30 '21 06:09 polluxsynth

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.

fundamental avatar Sep 30 '21 23:09 fundamental