Some of you knows my little python script which act as
a GUI for jalv,
to select and run LV2 plugins with a selectable jalv interpreter.
Now, I realize that debian didn't include the lilv python wrapper any
more, and the script wont run without it. So I decide to port this
script to C++ / gtkmm.
It's now a regular desktop application with makefile, menu-entry and
such.
Get it here:
https://github.com/brummer10/jalv_select
Features:
select jalv interpreter from combo box,
select LV2 plugin from list,
search plugins by regex,
reload lilv world to catch new installed plugins,
simple and lightweight in old unix style,
load plugin on single click.
And now it provide a pop-up menu to select a preset (or default
settings) to load on start-up.