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

Expressions don't work for toggling checkboxes #887

Open
HorstBaerbel opened this issue Aug 19, 2023 · 0 comments
Open

Expressions don't work for toggling checkboxes #887

HorstBaerbel opened this issue Aug 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@HorstBaerbel
Copy link

HorstBaerbel commented Aug 19, 2023

Operating system and application version

  • OS: Fedora
  • Version 3.29.1

Describe the bug
Trying to use a MIDI button to TOGGLE a checkbox. After learning the button, the button does change the checkbox, but it is momentary. I want a permanent toggle.
I'm tried the Expressions "inputValue > 0 ? 0 : 1", "value > 0 ? (inputValue > 0 ? 0 : 1) : inputValue", "!inputValue" or "!!inputValue", but none of these seem to work.

EDIT: I've also tried using an expression to switch between two values of a control. The MIDI button does sort of: "value > 0 ? 0.5 : 1" and also this does not work for me in some cases. Maybe this is a problem with MIDI (buttons?) + Expressions?

To Reproduce
Steps to reproduce the behavior:
See above

Expected behavior
One of the Expression should toggle the checkbox

Workaround
The obvious workaround is setting your MIDI buttons to actual toggle buttons through a scene/patch editor, but you don't always have that possibility...

@2xAA 2xAA added the bug Something isn't working label Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants