Jalv 1.6.8
drobilla.net ⋅Jalv 1.6.8 has been released. Jalv (JAck LV2) is a simple host for LV2 plugins. It runs a plugin, and exposes the plugin ports to the system, essentially making the plugin an application. For more information, see http://drobilla.net/software/jalv.
Changes:
- Add Gtk plugin selector UI and desktop file
- Add missing option in console help output
- Add version option to console executable
- Build Qt interface as C++14
- Change no-menu short option to m to avoid clash with jack-name
- Clean up and modernize code
- Fix "preset" console command when "presets" hasn't been called
- Fix MSVC build
- Fix atom buffer alignment
- Fix crash when running jalv without arguments
- Fix man page headers
- Fix memory leaks
- Fix outdated man pages
- Fix spurious transport messages
- Fix thread-safety of plugin/UI communication rings
- Flush stdout after printing control values in console interface
- Print status information consistently to stdout
- Propagate worker errors to the scheduler when possible
- Remove Gtkmm interface
- Remove Qt4 support
- Support both rdfs:label and lv2:name for port group labels
- Switch to meson build system