brummer10 / XUiDesigner

A WYSIWYG LV2 GUI/plugin creator tool
BSD Zero Clause License
100 stars 3 forks source link

faust: generated uis should be more accurate #22

Open ghost opened 7 months ago

ghost commented 7 months ago

if i load a .dsp file, the default generated ui looks like this:

Screenshot from 2024-01-07 16-39-43

for comparison, here's what it looks like using faust's native gui generator:

Screenshot from 2024-01-07 16-40-14

is there any way the generated gui could pull from the .dsp ui variables?

brummer10 commented 7 months ago

The purpose is that you could rework the generated UI to your like. So switch control types and reorder them, insert frames to group controls, could all be done with direct visual feedback. I may implement respect for the metadata at some later point to match the expected outcome more direct, but currently it is not possible.