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

RS5k manager: Macro | Conflict between negative linking range and Macro scaling #45

Open
IOphonics opened this issue Nov 11, 2022 · 3 comments

Comments

@IOphonics
Copy link

Being able to set the minimum linking parameter value down to -100% conflicts with the concept of using the lower range of the 'Macro' control for decreasing the initial offset values.
If you move the 'Macro' knob to 0% and the 'Min' link range to -100% you end up with -200%, if I understand it correctly.

We'll have to think about the scaling a bit more.

@MichaelPilyavskiy
Copy link
Owner

Nothing we can do here without external tools like custom jsfx slider or stuff like that. Linking feature is played around REAPER possibilities which are very limited

@IOphonics
Copy link
Author

Is this linking through API feature documented somewhere already? I'd like to understand better where the restrictions are.
I trust your expertise when you say it isn't possible, I just want to learn a bit more, so I don't ask you to do stuff which is not possible...

@MichaelPilyavskiy
Copy link
Owner

MichaelPilyavskiy commented Dec 1, 2022

Parameters are roughly limited to 0...1.
With 'Macro' knob to 0% and the 'Min' link range to -100% you end up with 0.
I think it is something like out_value = macro_value + (offset * scale)

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

2 participants