<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>drobilla.net - Jalv</title><link>https://drobilla.net/</link><description/><atom:link href="https://drobilla.net/category/jalv/feed/rss2" rel="self"/><lastBuildDate>Wed, 26 Nov 2025 20:13:00 -0500</lastBuildDate><item><title>Jalv 1.8.0</title><link>https://drobilla.net/2025/11/26/jalv-1-8-0.html</link><description>&lt;p&gt;&lt;a href="https://download.drobilla.net/jalv-1.8.0.tar.xz"&gt;Jalv 1.8.0&lt;/a&gt; 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 &lt;a href="http://drobilla.net/software/jalv"&gt;http://drobilla.net/software/jalv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add "quit" console command&lt;/li&gt;
&lt;li&gt;Add AppStream metainfo file&lt;/li&gt;
&lt;li&gt;Add Qt6 version&lt;/li&gt;
&lt;li&gt;Add missing short versions of command line options&lt;/li&gt;
&lt;li&gt;Add option to install tool man pages&lt;/li&gt;
&lt;li&gt;Add support for advanced parameters in console frontend&lt;/li&gt;
&lt;li&gt;Add support for control inputs with time:beatsPerMinute designation&lt;/li&gt;
&lt;li&gt;Add support for control outputs with lv2:latency designation&lt;/li&gt;
&lt;li&gt;Avoid over-use of yielding meson options&lt;/li&gt;
&lt;li&gt;Build Qt UI with -fPIC&lt;/li&gt;
&lt;li&gt;Clean up and strengthen code&lt;/li&gt;
&lt;li&gt;Clean up command line help output&lt;/li&gt;
&lt;li&gt;Cleanly separate audio thread from the rest of the application&lt;/li&gt;
&lt;li&gt;Fix Jack latency recomputation when plugin latency changes&lt;/li&gt;
&lt;li&gt;Fix clashing command line options&lt;/li&gt;
&lt;li&gt;Fix minor memory leaks&lt;/li&gt;
&lt;li&gt;Make help and version commands exit successfully&lt;/li&gt;
&lt;li&gt;Only send control messages to designated lv2:control ports&lt;/li&gt;
&lt;li&gt;Only send position to ports that explicitly support it&lt;/li&gt;
&lt;li&gt;Reduce Jack process callback overhead&lt;/li&gt;
&lt;li&gt;Remove Gtk2 interface&lt;/li&gt;
&lt;li&gt;Remove limits on the size of messages sent from plugin to UI&lt;/li&gt;
&lt;li&gt;Remove transport position dumping from Jack process callback&lt;/li&gt;
&lt;li&gt;Replace use of deprecated Gtk interfaces&lt;/li&gt;
&lt;li&gt;Rework Gtk3 interface into a relatively modern Gtk application&lt;/li&gt;
&lt;li&gt;Rewrite man pages in mdoc&lt;/li&gt;
&lt;li&gt;Simplify and unify plugin and preset command-line arguments&lt;/li&gt;
&lt;li&gt;Switch to external zix dependency&lt;/li&gt;
&lt;li&gt;Use Gtk switches instead of checkboxes for toggle controls&lt;/li&gt;
&lt;li&gt;Use fewer platform-specific APIs&lt;/li&gt;
&lt;li&gt;Use portable zix filesystem API&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Wed, 26 Nov 2025 20:13:00 -0500</pubDate><guid>tag:drobilla.net,2025-11-26:/2025/11/26/jalv-1-8-0.html</guid><category>misc</category><category>Software</category><category>LAD</category><category>LV2</category><category>Jalv</category></item><item><title>Jalv 1.6.8</title><link>https://drobilla.net/2022/09/10/jalv-1-6-8.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/jalv-1.6.8.tar.xz"&gt;Jalv 1.6.8&lt;/a&gt; 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 &lt;a href="http://drobilla.net/software/jalv"&gt;http://drobilla.net/software/jalv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add Gtk plugin selector UI and desktop file&lt;/li&gt;
&lt;li&gt;Add missing option in console help output&lt;/li&gt;
&lt;li&gt;Add version option to console executable&lt;/li&gt;
&lt;li&gt;Build Qt interface as C++14&lt;/li&gt;
&lt;li&gt;Change no-menu short option to m to avoid clash with jack-name&lt;/li&gt;
&lt;li&gt;Clean up and modernize code&lt;/li&gt;
&lt;li&gt;Fix "preset" console command when "presets" hasn't been called&lt;/li&gt;
&lt;li&gt;Fix MSVC build&lt;/li&gt;
&lt;li&gt;Fix atom buffer alignment&lt;/li&gt;
&lt;li&gt;Fix crash when running jalv without arguments&lt;/li&gt;
&lt;li&gt;Fix man page headers&lt;/li&gt;
&lt;li&gt;Fix memory leaks&lt;/li&gt;
&lt;li&gt;Fix outdated man pages&lt;/li&gt;
&lt;li&gt;Fix spurious transport messages&lt;/li&gt;
&lt;li&gt;Fix thread-safety of plugin/UI communication rings&lt;/li&gt;
&lt;li&gt;Flush stdout after printing control values in console interface&lt;/li&gt;
&lt;li&gt;Print status information consistently to stdout&lt;/li&gt;
&lt;li&gt;Propagate worker errors to the scheduler when possible&lt;/li&gt;
&lt;li&gt;Remove Gtkmm interface&lt;/li&gt;
&lt;li&gt;Remove Qt4 support&lt;/li&gt;
&lt;li&gt;Support both rdfs:label and lv2:name for port group labels&lt;/li&gt;
&lt;li&gt;Switch to meson build system&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Sat, 10 Sep 2022 00:43:00 -0400</pubDate><guid>tag:drobilla.net,2022-09-10:/2022/09/10/jalv-1-6-8.html</guid><category>misc</category><category>Software</category><category>LAD</category><category>LV2</category><category>Jalv</category></item><item><title>Jalv 1.6.6</title><link>https://drobilla.net/2021/01/07/jalv-1-6-6.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/jalv-1.6.6.tar.bz2"&gt;Jalv 1.6.6&lt;/a&gt; has been released.  Jalv is a simple but fully featured LV2 host for Jack which exposes plugin ports to Jack, essentially making any LV2 plugin function as a Jack application. For more information, see &lt;a href="http://drobilla.net/software/jalv"&gt;http://drobilla.net/software/jalv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add a command line argument to select a specific UI&lt;/li&gt;
&lt;li&gt;Explicitly support lv2:inPlaceBroken&lt;/li&gt;
&lt;li&gt;Ignore ports with nonsense lv2:control designations&lt;/li&gt;
&lt;li&gt;Remove Jack session support&lt;/li&gt;
&lt;li&gt;Support port events for ui:showInterface UIs&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Thu, 07 Jan 2021 22:05:00 -0500</pubDate><guid>tag:drobilla.net,2021-01-07:/2021/01/07/jalv-1-6-6.html</guid><category>misc</category><category>Software</category><category>LAD</category><category>LV2</category><category>Jalv</category></item><item><title>Jalv 1.6.4</title><link>https://drobilla.net/2019/11/10/jalv-1-6-4.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/jalv-1.6.4.tar.bz2"&gt;Jalv 1.6.4&lt;/a&gt; has been released.  Jalv is a simple but fully featured LV2 host for Jack which exposes plugin ports to Jack, essentially making any LV2 plugin function as a Jack application. For more information, see &lt;a href="http://drobilla.net/software/jalv"&gt;http://drobilla.net/software/jalv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Support rdfs:label for port groups&lt;/li&gt;
&lt;li&gt;Use screen refresh rate with Gtk3 and Qt5&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Sun, 10 Nov 2019 21:56:00 -0500</pubDate><guid>tag:drobilla.net,2019-11-10:/2019/11/10/jalv-1-6-4.html</guid><category>misc</category><category>Software</category><category>LAD</category><category>LV2</category><category>Jalv</category></item><item><title>Jalv 1.6.2</title><link>https://drobilla.net/2019/06/06/jalv-1-6-2.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/jalv-1.6.2.tar.bz2"&gt;Jalv 1.6.2&lt;/a&gt; has been released.  Jalv is a simple but fully featured LV2 host for Jack which exposes plugin ports to Jack, essentially making any LV2 plugin function as a Jack application. For more information, see &lt;a href="http://drobilla.net/software/jalv"&gt;http://drobilla.net/software/jalv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add jalv -i option to ignore stdin for background use&lt;/li&gt;
&lt;li&gt;Add several commands to console interface&lt;/li&gt;
&lt;li&gt;Add support for running as an internal Jack client (thanks Timo Wischer)&lt;/li&gt;
&lt;li&gt;Add support for underscore in port names on command line (thanks Jośe Fernando Moyano)&lt;/li&gt;
&lt;li&gt;Fix Jack deactivation&lt;/li&gt;
&lt;li&gt;Fix compilation with recent Gtkmm versions that require C++11&lt;/li&gt;
&lt;li&gt;Fix potential crash when closed with worker (thanks JP Cimalando)&lt;/li&gt;
&lt;li&gt;Fix potential hang after Ctrl-c in console interface (thanks Laxmi Devi)&lt;/li&gt;
&lt;li&gt;Make Suil dependency optional&lt;/li&gt;
&lt;li&gt;Remove support for deprecated event and uri-map extensions&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Thu, 06 Jun 2019 20:38:00 -0400</pubDate><guid>tag:drobilla.net,2019-06-06:/2019/06/06/jalv-1-6-2.html</guid><category>misc</category><category>Software</category><category>LAD</category><category>LV2</category><category>Jalv</category></item><item><title>Jalv 1.6.0</title><link>https://drobilla.net/2017/01/04/jalv-1-6-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/jalv-1.6.0.tar.bz2"&gt;Jalv 1.6.0&lt;/a&gt; has been released.  Jalv is a simple but fully featured LV2 host for Jack which exposes plugin ports to Jack, essentially making any LV2 plugin function as a Jack application. For more information, see &lt;a href="http://drobilla.net/software/jalv"&gt;http://drobilla.net/software/jalv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add PortAudio backend (compile time option, audio only)&lt;/li&gt;
&lt;li&gt;Add Qt5 version&lt;/li&gt;
&lt;li&gt;Add command prompt to console version for changing controls&lt;/li&gt;
&lt;li&gt;Add generic Qt control UI from Amadeus Folego&lt;/li&gt;
&lt;li&gt;Add option to print plugin trace messages&lt;/li&gt;
&lt;li&gt;Allow Jack client name to be set from command line (thanks Adam Avramov)&lt;/li&gt;
&lt;li&gt;Exit GUI versions on interrupt&lt;/li&gt;
&lt;li&gt;Exit on Jack shutdown (patch from Robin Gareus)&lt;/li&gt;
&lt;li&gt;Fix memory error on preset save resulting in odd bundle names&lt;/li&gt;
&lt;li&gt;Fix semaphore correctness issues&lt;/li&gt;
&lt;li&gt;Fix unreliable UI state initialization (patch from Hanspeter Portner)&lt;/li&gt;
&lt;li&gt;Improve preset support&lt;/li&gt;
&lt;li&gt;Print colorful log if output is a terminal&lt;/li&gt;
&lt;li&gt;Report Jack latency (patch from Robin Gareus)&lt;/li&gt;
&lt;li&gt;Set Jack port order metadata&lt;/li&gt;
&lt;li&gt;Support CV ports if Jack metadata is enabled (patch from Hanspeter Portner)&lt;/li&gt;
&lt;li&gt;Support numeric and string plugin properties (event-based control)&lt;/li&gt;
&lt;li&gt;Support thread-safe state restoration&lt;/li&gt;
&lt;li&gt;Update UI when internal plugin state is changed during preset load&lt;/li&gt;
&lt;li&gt;Use moc-qt4 if present for systems with multiple Qt versions&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Wed, 04 Jan 2017 17:24:00 -0500</pubDate><guid>tag:drobilla.net,2017-01-04:/2017/01/04/jalv-1-6-0.html</guid><category>misc</category><category>Software</category><category>LAD</category><category>LV2</category><category>Jalv</category></item><item><title>Jalv 1.4.6</title><link>https://drobilla.net/2014/08/08/jalv-1-4-6.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/jalv-1.4.6.tar.bz2"&gt;Jalv 1.4.6&lt;/a&gt; has been released.  Jalv is a simple but fully featured LV2 host for Jack which exposes plugin ports to Jack, essentially making any LV2 plugin function as a Jack application. For more information, see &lt;a href="http://drobilla.net/software/jalv"&gt;http://drobilla.net/software/jalv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add option to print control output changes to stdout&lt;/li&gt;
&lt;li&gt;Add support for data-access extension (based on patch by Filipe Coelho)&lt;/li&gt;
&lt;li&gt;Generate Qt moc nonsense at build time for broader compatibility&lt;/li&gt;
&lt;li&gt;Set port pretty names via new Jack metadata API&lt;/li&gt;
&lt;li&gt;Show newly saved presets in the preset menu&lt;/li&gt;
&lt;li&gt;Support new UI show/hide interface in console version&lt;/li&gt;
&lt;li&gt;Support saving the same preset several times&lt;/li&gt;
&lt;li&gt;Update for latest LV2 Atom Object simplifications&lt;/li&gt;
&lt;li&gt;Update man pages and console jalv help output for new options&lt;/li&gt;
&lt;li&gt;Upgrade to waf 1.7.16&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Fri, 08 Aug 2014 22:30:00 -0400</pubDate><guid>tag:drobilla.net,2014-08-08:/2014/08/08/jalv-1-4-6.html</guid><category>misc</category><category>Software</category><category>LAD</category><category>LV2</category><category>Jalv</category></item><item><title>Jalv 1.4.4</title><link>https://drobilla.net/2014/01/04/jalv-1-4-4.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/jalv-1.4.4.tar.bz2"&gt;Jalv 1.4.4&lt;/a&gt; has been released.  Jalv is a simple but fully featured LV2 host for Jack which exposes plugin ports to Jack, essentially making any LV2 plugin function as a Jack application. For more information, see &lt;a href="http://drobilla.net/software/jalv"&gt;http://drobilla.net/software/jalv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add --no-menu option for jalv.gtk&lt;/li&gt;
&lt;li&gt;Add -c option for setting controls from the command line&lt;/li&gt;
&lt;li&gt;Don't expose non-MIDI event ports to Jack&lt;/li&gt;
&lt;li&gt;Hide controls for ports with notOnGUI property in generic UI (based on patch from Robin Gareus)&lt;/li&gt;
&lt;li&gt;Preset menu support for Qt (patch from Timo Westkämper)&lt;/li&gt;
&lt;li&gt;Support ui:portMap feature to allow UIs to avoid hard-coded port indices (useful for compatibility and separately distributed UIs)&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Sat, 04 Jan 2014 21:11:00 -0500</pubDate><guid>tag:drobilla.net,2014-01-04:/2014/01/04/jalv-1-4-4.html</guid><category>misc</category><category>Software</category><category>LAD</category><category>LV2</category><category>Jalv</category></item><item><title>Jalv 1.4.2</title><link>https://drobilla.net/2013/08/09/jalv-1-4-2.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/jalv-1.4.2.tar.bz2"&gt;Jalv 1.4.2&lt;/a&gt; has been released.  Jalv is a simple but fully featured LV2 host for Jack which exposes plugin ports to Jack, essentially making any LV2 plugin function as a Jack application. For more information, see &lt;a href="http://drobilla.net/software/jalv"&gt;http://drobilla.net/software/jalv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add command-line option to control UI update frequency&lt;/li&gt;
&lt;li&gt;Fix crash when running "jalv" with bad command line arguments&lt;/li&gt;
&lt;li&gt;Fix default setting for non-sequential enumeration ports (patch from Robin Gareus)&lt;/li&gt;
&lt;li&gt;Fix parameter changes with Qt UI&lt;/li&gt;
&lt;li&gt;Fix potential crash with UIs and debug printing&lt;/li&gt;
&lt;li&gt;Nicer printing of atom messages with -d&lt;/li&gt;
&lt;li&gt;Support rsz:minimumSize for atom and event ports&lt;/li&gt;
&lt;li&gt;Upgrade to waf 1.7.11&lt;/li&gt;
&lt;li&gt;Work around Gtk bug for labels on sliders (patch from Robin Gareus)&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Fri, 09 Aug 2013 14:40:00 -0400</pubDate><guid>tag:drobilla.net,2013-08-09:/2013/08/09/jalv-1-4-2.html</guid><category>misc</category><category>Software</category><category>LAD</category><category>LV2</category><category>Jalv</category></item><item><title>Jalv 1.4.0</title><link>https://drobilla.net/2013/02/23/jalv-1-4-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/jalv-1.4.0.tar.bz2"&gt;Jalv 1.4.0&lt;/a&gt; has been released.  Jalv is a simple but fully featured LV2 host for Jack which exposes plugin ports to Jack, essentially making any LV2 plugin function as a Jack application. For more information, see &lt;a href="http://drobilla.net/software/jalv"&gt;http://drobilla.net/software/jalv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add menu bar and pass parent widget in Qt version for true UI embedding&lt;/li&gt;
&lt;li&gt;Add spinbuttons for precisely setting control values&lt;/li&gt;
&lt;li&gt;Group controls under headings if port group information is available&lt;/li&gt;
&lt;li&gt;Make URI map thread-safe, fixing occasional crashes for plugins with UIs&lt;/li&gt;
&lt;li&gt;Send time information to plugin when Jack tempo changes&lt;/li&gt;
&lt;li&gt;Support state:loadDefaultState&lt;/li&gt;
&lt;li&gt;Update to waf 1.7.8 and autowaf r90&lt;/li&gt;
&lt;li&gt;Use a more efficient dense layout for controls&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Sat, 23 Feb 2013 03:35:00 -0500</pubDate><guid>tag:drobilla.net,2013-02-23:/2013/02/23/jalv-1-4-0.html</guid><category>misc</category><category>Software</category><category>LAD</category><category>LV2</category><category>Jalv</category></item><item><title>Jalv 1.2.0</title><link>https://drobilla.net/2012/10/14/jalv-1-2-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/jalv-1.2.0.tar.bz2"&gt;Jalv 1.2.0&lt;/a&gt; has been released.  Jalv is a simple but fully featured LV2 host for Jack which exposes plugin ports to Jack, essentially making any LV2 plugin function as a Jack application. For more information, see &lt;a href="http://drobilla.net/software/jalv"&gt;http://drobilla.net/software/jalv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add Gtk3 UI&lt;/li&gt;
&lt;li&gt;Fix Jack Session support&lt;/li&gt;
&lt;li&gt;Notify plugins of Jack transport changes by sending events (an atom:Blank with properties from the LV2 time extension)&lt;/li&gt;
&lt;li&gt;Port to MinGW&lt;/li&gt;
&lt;li&gt;Refuse to instantiate plugins which require unsupported features&lt;/li&gt;
&lt;li&gt;Support LV2 buf-size extension (with all features)&lt;/li&gt;
&lt;li&gt;Support lv2:sampleRate control ports.&lt;/li&gt;
&lt;li&gt;Tolerate loading presets with port values that aren't xsd:decimal&lt;/li&gt;
&lt;li&gt;Tune UI update rate and ring size based on JACK rate and MIDI buffer size to handle the handle the maximum message rate the plugin can send.&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Sun, 14 Oct 2012 22:38:00 -0400</pubDate><guid>tag:drobilla.net,2012-10-14:/2012/10/14/jalv-1-2-0.html</guid><category>misc</category><category>Software</category><category>LAD</category><category>LV2</category><category>Jalv</category></item><item><title>Jalv 1.0.0</title><link>https://drobilla.net/2012/04/19/jalv-1-0-0.html</link><description>&lt;p&gt;&lt;a href="//download.drobilla.net/jalv-1.0.0.tar.bz2"&gt;Jalv 1.0.0&lt;/a&gt; has been released.  Jalv is a simple but fully featured LV2 host for Jack which exposes plugin ports to Jack, essentially making any LV2 plugin function as a Jack application. For more information, see &lt;a href="http://drobilla.net/software/jalv"&gt;http://drobilla.net/software/jalv&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">drobilla</dc:creator><pubDate>Thu, 19 Apr 2012 22:42:00 -0400</pubDate><guid>tag:drobilla.net,2012-04-19:/2012/04/19/jalv-1-0-0.html</guid><category>misc</category><category>Software</category><category>LAD</category><category>LV2</category><category>Jalv</category></item></channel></rss>