logue-sdk icon indicating copy to clipboard operation
logue-sdk copied to clipboard

Negative parameter values displayed as "999"

Open dukesrg opened this issue 5 years ago • 2 comments

Describe the bug Negative parameter values for both percent and typeless values displayed as "999" at leas at NTS-1

To Reproduce Steps to reproduce the behavior:

  1. Make custom oscillator with parameter of percent type from -100 to +100
  2. Set parameter knob to anything less than 12 o'clock
  3. observe '999' displayed while listen that sound actually reflects parameter changes.

Expected behavior Should correctly display -100...100 at least for percent type values according to SDK manual.

Screenshots If applicable, add screenshots to help explain your problem.

dukesrg avatar Dec 31 '19 14:12 dukesrg

I also repro'd this with both a typeless and a "%" type parameter with range -12, 12.

In the case of a typeless parameter, value "-999" is shown from minimum knob position to 12 o'clock. After that, values from 0 to 12 are shown. The -999 range seems to behave the same as value 0.

If the type is "%", the behavior is similar except the value shown in the negative range is "999" (no minus sign).

dj-turkish-ice-cream avatar Jan 14 '20 12:01 dj-turkish-ice-cream

Will be fixed in a future update.

etienne-korg avatar Jan 27 '20 03:01 etienne-korg