Page 3 of 3

Re: LV2 X11 GUI generator/designer tool

Posted: Sun Jul 24, 2022 3:01 pm
by tramp
folderol wrote: Sun Jul 24, 2022 1:21 pm Like those chicken head knobs :)
They are not part of the software.
folderol wrote: Sun Jul 24, 2022 1:21 pm Oh, and another question... You're promoting this for LV2. Can it also be used in a stand-alone context?
Theoretical yes. So the generated test build is a stand-alone app. But that is nothing more then a GUI, print out value changes from the controllers to stdout. The wrapper file to archive that is this one: https://github.com/brummer10/XUiDesigne ... ui_test.cc

To implement a option to generate a jack/alsa aware applications, for example, is just a question of writing a wrapper file for that purpose.

Re: LV2 X11 GUI generator/designer tool

Posted: Sat Aug 06, 2022 12:08 pm
by tramp
I've started a wiki to describe the workflow in XUiDesigner:
https://github.com/brummer10/XUiDesigne ... UiDesigner