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

[feature request] incremental values for everything numerical #116

Open
lmerkens opened this issue Feb 28, 2024 · 0 comments
Open

[feature request] incremental values for everything numerical #116

lmerkens opened this issue Feb 28, 2024 · 0 comments

Comments

@lmerkens
Copy link

A lot of actions modify numerical values in obs. x|y position of a video source. crop margins. volume of audio sources come to mind. Currently we can set those values to either a fixed value or to something based on the velocity of the midi signal.
But we don't have the current value of the actions target value. A variable concept would help here, but thats probably a little bit much to ask for. An intermediate solution could be to allow to give a delta to the old value. (change the old value by a given value)
A midi key binding with an action Video Source -> Move Source -> X**+5** (increment 1) would allow to repeatedly nudge a source 5px to the right.
Video Source -> Move Source -> X-5 would give a nudge to the left.
Something similar could be done to increase/decrease the volume of a audio source, if your midi controller has no faders to work with.

just a thought and thank you for the good work on the plugin!

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