From willgodfrey at musically.me.uk Thu Aug 4 16:05:06 2022 From: willgodfrey at musically.me.uk (Will Godfrey) Date: Thu, 4 Aug 2022 15:05:06 +0100 Subject: [LAD] gitlab Message-ID: <20220804150506.6eaec903@devuan> If any of you have a project hosted there, this might be of interest ... or a warning :( https://www.theregister.com/2022/08/04/gitlab_data_retention_policy/ -- Will J Godfrey {apparently now an 'elderly'} https://willgodfrey.bandcamp.com/ http://yoshimi.github.io Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. From brummer- at web.de Sat Aug 6 18:55:27 2022 From: brummer- at web.de (Hermann Meyer) Date: Sat, 6 Aug 2022 18:55:27 +0200 Subject: [LAD] XUiDesigner v0.4 released In-Reply-To: <6547f9b7-aa9e-6524-4913-88d484504888@web.de> References: <6547f9b7-aa9e-6524-4913-88d484504888@web.de> Message-ID: <6ff69956-f914-ce69-751f-e3f654d8ee41@web.de> Am 07.07.22 um 13:25 schrieb Hermann Meyer: > > I'm pleased to announce the release v0.4 of XUiDesigner > > A easy to use GUI generator/designer tool to create X11 based UI's for > LV2 plugins. > > Inspired by Glade and QT Designer > > XUiDesigner allow to generate alternative UI's for existing LV2 > plugins which could be installed and used parallel to the existing ones. > > It allow as well to create full LV2 plugin bundles from scratch, were > only the dsp part needs to be done. > > With this version, it allow to generate LV2 plugin bundles from faust > (*.dsp) files. Those could be simply drop on the XUiDesigner interface > and XUiDesigner will create the UI for it. The UI could be reworked > when needed (reorder the controls, implement colours or images, . . .) > . Then the complete Bundle could be saved. All what needs to be done > then is run |make && make install| on the bundle, to get the LV2 plug > into the preferred LV2 host. > > Still this is in the beta stage, so there may be come changes which > are not backward compatible, but the generated LV2 bundles are all > fully working. > > > Project page: > > https://github.com/brummer10/XUiDesigner > > release: > > https://github.com/brummer10/XUiDesigner/releases/download/v0.4/XUIDesigner_0.4.tar.gz > > regards > > hermann > > I've added a wiki page as starting point to explain the workflow of XUiDesigner: https://github.com/brummer10/XUiDesigner/wiki/XUiDesigner -------------- next part -------------- An HTML attachment was scrubbed... URL: From brummer- at web.de Mon Aug 8 19:20:57 2022 From: brummer- at web.de (Hermann Meyer) Date: Mon, 8 Aug 2022 19:20:57 +0200 Subject: [LAD] XUiDesigner v0.5 released Message-ID: Release early and often. Special when you've a new tool. So here we go. XUiDesigner v0.5 is 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. 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 into the generated .cpp file. (Yes, the points were to do what been hinted in the file, not that you are really need that) Here is a introduction Wiki entry to show the first steps: https://github.com/brummer10/XUiDesigner/wiki/XUiDesigner Here is the project page: https://github.com/brummer10/XUiDesigner and the latest release is here: https://github.com/brummer10/XUiDesigner/releases/tag/v0.5 As usual. feedback, bug reports or feature requests been welcome on: https://github.com/brummer10/XUiDesigner/issues regards hermann