logue-sdk
logue-sdk copied to clipboard
[NTS-1 OG] parameter's display value is not be offset by 1 if the minimum value > 0 in manifest.json
The displayed parameter value will be offset by 1 when the parameter's minimum value is zero, but no offset when the minimum value is greater than zero. Thus two settings below will produce the same result, 1 to 15, but the second line should display 2 to 16.
["PARAM A", 0, 14, ""],
["PARAM A", 1, 15, ""],
This happens only on NTS-1; The Prologue and Minilogue xd always show the value offset by 1 from the actual value.