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

Add ability to use functions in send float values. #31

Open
smokey-live opened this issue Mar 20, 2024 · 0 comments
Open

Add ability to use functions in send float values. #31

smokey-live opened this issue Mar 20, 2024 · 0 comments

Comments

@smokey-live
Copy link

I'm trying to adjust OSC values from either a button or a rotary dial. I can successfully read the current value from the device I'm trying to adjust into a custom fader but I need to be able to add or subtract from that value to send a new value. For example, if the value in the device is 50, I'd want the rotary dial to add to that value by 1 or subtract by 1. Because the device wouldn't understand +1 or -1 I need to be able to perform a function on a variable to accomplish this.

Attached is what I'm trying to do that is not currently supported.

433091650_10163428425658047_6431871678851576902_n

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