Lazily load bundled LV2 plugins in LV2PluginInfo::discover()
authorMichael R. Fisher <mfisher@bketech.com>
Mon, 15 Jul 2013 02:19:59 +0000 (21:19 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 8 Aug 2013 19:23:09 +0000 (15:23 -0400)
commit04a1ebbf46ba8fcb9720379e54cc99ad3f761835
tree2b53c691f04b9f3e2910da7ab46a01789d284bc1
parenta096461c5c17c5681699dddb4946bde3aaf069a8
Lazily load bundled LV2 plugins in LV2PluginInfo::discover()
- Do this instead of finding them in the static ctor of LV2World
- Prevents usage of ARDOUR_DLL_PATH environment variable before
  it is set in main(...)
libs/ardour/lv2_plugin.cc