kronihias / ambix

cross-platform Ambisonic VST, LV2 plug-ins with variable order for use in Digital Audio Workstations like Reaper or Ardour or as Jack standalone applications
GNU General Public License v2.0
235 stars 34 forks source link

missing URI in lv2 plugins prevents them from being loaded #27

Open dvzrv opened 4 years ago

dvzrv commented 4 years ago

When building the lv2 plugins, they miss the unique plugin URI each of them should have.

This leads to plugin hosts failing to load them (as their URI is not a URI, but the name of the plugin), rendering the plugins basically useless.

By setting the plugin's URI, this can be fixed.