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: Don't make UI for freq/gain/gate in poly mode #95

Open
DBraun opened this issue May 9, 2024 · 3 comments
Open

RFE: Don't make UI for freq/gain/gate in poly mode #95

DBraun opened this issue May 9, 2024 · 3 comments

Comments

@DBraun
Copy link

DBraun commented May 9, 2024

When I'm prototyping a polyphonic instrument in the IDE, I'm usually using the computer keyboard as MIDI input. This means I don't need the freq, gain, or gate parameters to show up in the GUI. Could there be a toggle (defaulting to off) that would prevent these parameters from being shown in the UI? I have also toyed with the idea of metadata like freq = hslider("freq [hide]", 440, 20, 20000, 1);, but maybe that's not a good idea.

@DBraun
Copy link
Author

DBraun commented May 9, 2024

Any soundfile shows up as just a box with no interactivity, so I'd like to hide that too.

@sletz
Copy link
Member

sletz commented May 9, 2024

We have a hidden:0|1 metadata that could be used for that. I mean it it defined (It was actually added for use-cases like "instruments on smartphones", the so-called SmartFaust project, but not used for now in IDE).

@sletz
Copy link
Member

sletz commented May 10, 2024

And for the soundfile, hidden could be always done, but this would have to be done in https://github.com/Fr0stbyteR/faust-ui package.

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