faustpp icon indicating copy to clipboard operation
faustpp copied to clipboard

GUI Group Information

Open ryukau opened this issue 5 years ago • 3 comments

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?

ryukau avatar Aug 04 '20 10:08 ryukau

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".

jpcima avatar Aug 04 '20 15:08 jpcima

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.

ryukau avatar Aug 05 '20 00:08 ryukau