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

RFE: ability to "disable" a UI element based on another #99

Open
DBraun opened this issue Jun 8, 2024 · 2 comments
Open

RFE: ability to "disable" a UI element based on another #99

DBraun opened this issue Jun 8, 2024 · 2 comments

Comments

@DBraun
Copy link

DBraun commented Jun 8, 2024

There may not be a straightforward way to do this since it's not a part of the Faust language. I would like to disable a UI element based on the state of another UI element. For example, if a checkbox is off, then I would want some other hslider to be non-interactive/locked/darker/hidden.

@paras027
Copy link

Can you tell me exactly which UI element you need to disable?

@DBraun
Copy link
Author

DBraun commented Jan 21, 2025

One use case I remember is that I wanted a checkbox for whether an LFO’s rate would use a slider in Hz or an nentry for time intervals like 1/4, 1/8, 1/16. Depending on the state of the checkbox I wanted to disable or hide one of those two things.

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