Hi all,
While adding LV2 support to a plug-in host, I noticed that PluginDescription::version always comes back empty for LV2 plug-ins, even though the LV2 manifest clearly has version info in it.
On the plug-in side, JUCE writes version info into dsp.ttl correctly, but on the host side, LV2PluginFormat::getDescription() never reads any of that back out. It populates all other fields but result.version is simply left as empty.
Is this a known limitation?
Thanks
