Skip to content

XUIDesigner v0.3

Compare
Choose a tag to compare
@brummer10 brummer10 released this 14 Nov 19:28
· 191 commits to main since this release

Provide a easy to use GUI generator tool to create LV2 plug bundles.
Control widgets could be created and moved freely around in the top Window, or, a grid could be displayed and widgets could snap to grid (left, right, Center) to order them easily. Control widgets could be grouped in a frame or a tab box and then the complete group could be moved to the final position in the Window. Any control widget could be replaced with a other control widget, so for example a Toggle Button could be replaced with a ComboBox, or a Knob could be replaced with a slider, or . . You could set the range for a controller, and it's default value, You could create enums for a ComboBox, . .
The project settings window allow to setup the specs (like Author name, URI, Audio/Midi ports, etc.) for your plugin. XUIDesigner save the bundle in a git repository format, contain a working LV2 plugin bundle with all needed resources (ttl files, converted C files from used images, etc.) and build files to build, install and run it. All you need to do to finish your plug is, implement your DSP part.