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

GUI Group Information #4

Open
ryukau opened this issue Aug 4, 2020 · 3 comments
Open

GUI Group Information #4

ryukau opened this issue Aug 4, 2020 · 3 comments

Comments

@ryukau
Copy link

ryukau commented Aug 4, 2020

Hi.

I'm trying to get GUI hierarchy from Faust code. I'd like to get:

  • the label of v/h/tgroup.
  • a parent group of element, or children of a group.

Is this possible with faustpp?

@jpcima
Copy link
Owner

jpcima commented Aug 4, 2020

Hello,
not at present time, it will be certainly nice to have it though.
Admittedly, I'm not much familiar with these primitives, but it does not look too difficult.
I can find an example in "examples/misc/UITester.dsp".

@ryukau
Copy link
Author

ryukau commented Aug 5, 2020

Thanks for the answer.

I looked into faustpp code, and it's using faust's -xml option to get UI information. For my use case, the generated xml file is good enough. There's also -json option that do the same thing.

So feel free to close this issue. Sorry for the noise.

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

3 participants