-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Make toggling/+/- work for "MIDI/OSC: Send message" targets #387
Comments
This should also fix non-working "Reverse". Wrong: The non-working "Reverse" is a regression because of 2.10.0-pre3 #184 preparations that affects discrete targets. |
Problem with the "artificial current value" approach: It's one value per mapping. That makes it not suitable for "Incremental buttons" scenarios, which needs 2 mappings. |
For now that's enough. This change adds the following possibilities, which is already a nice improvement:
I attempted sharing current values within one ReaLearn instance, qualified by target settings. But there are issues:
The cleanest thing to do would be to introduce a kind of group index within which the current value is shared. But this can still be done in future. |
Works but has a practical issue: Because it's a current value per mapping, setting up incremental buttons with multiple mappings doesn't work as expected.
Should be easy by letting these targets report an artifical current value - then "Incremental buttons" and "Toggle buttons" modes should just work.
The text was updated successfully, but these errors were encountered: