Skip to content

XUiDesigner v1.0

Latest
Compare
Choose a tag to compare
@brummer10 brummer10 released this 04 Jan 08:04
· 10 commits to main since this release

A easy to use tool to generate/design LV2 Plugin Bundles with GUI's for Linux and Windows.

  • Generate GUI Bundle for existing LV2 plugins to use system wide
  • Generate LV2 plugin Bundle with GUI from scratch
  • Generate LV2 plugin Bundle with GUI from plain C++ files
  • Generate LV2 plugin Bundle with GUI from faust (MIDI/AUDIO) dsp files
  • Rework GUI's of saved Bundles at any later state
  • Generate cross platform compatible makefiles for Linux/Windows
  • Support github workflow to build binaries for releases

Supported widget types

  • Knob -> could support horizontal framed png
  • HSlider -> could support horizontal framed png
  • VSlider -> could support horizontal framed png
  • Button -> could support single png/horizontal framed png
  • Toggle Button -> could support horizontal framed png
  • ComboBox
  • Value Display
  • Label
  • VMeter
  • HMeter
  • Frame
  • TabBox
  • WaveView
  • File Chooser Button
  • Virtual MIDI Keyboard

Workflow

Here is a short introduction
Wiki

Note: Please download the attached XUIDesigner_1.0.tar.gz archive, as only that contain the needed git submodule ( old long time knowing bug on github) as the other files wont be able to build XUiDesigner for you.