Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NTS-1 OG] parameter's display value is not be offset by 1 if the minimum value > 0 in manifest.json #123

Open
boochow opened this issue Oct 8, 2024 · 0 comments

Comments

@boochow
Copy link
Contributor

boochow commented Oct 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant