XUiDesigner v0.7 released
        
A easy to use tool to generator/design X11 based LV2 plugins.
          Beside that XUiDesigner allow to generate and install GUI's
          for existing LV2 plugins, it support as well to generate LV2
          plugins from scratch.
          Special support is implemented for FAUST dsp files, which
          allow you to generate a LV2 plugin with X11 based UI by just
          drag'n'drop a FAUST dsp file into the XUiDesigner interface.
          This works now as well for MIDI capable faust modules.
          In any way, you don't need to interference with any of the
          annoying LV2 implementations. XUiDesigner handle that all for
          you.
          The very same is true when you like to implement your own dsp
          (C or C++) into a LV2 plugin. You could create the GUI
          interface, save the plugin bundle, and implement the needed
          calls to init, activate and run your dsp.
          This release comes with a couple of Bug-fixes and aims to be
          nearly stable.
          Here is a introduction Wiki
          entry to show the first steps.
          
        
New in this release:
          implement
            interim save format (json)
(Allow to load and rework the generated UI in XUiDesigner at
        any time)
      
Project page:
https://github.com/brummer10/XUiDesigner
      
Download Release:
https://github.com/brummer10/XUiDesigner/releases/download/v0.7/XUIDesigner_0.7.tar.gz
      
Enjoy anyway.