#806 closed Bug Report (fixed)
ingen creates broken libingen_lv2.so symlink in new bundle
| Reported by: | agraef | Owned by: | dave |
|---|---|---|---|
| Priority: | major | Component: | Ingen |
| Keywords: | Cc: |
Description
The subject line says it all. :) When saving a patch as a new bundle, ingen creates a broken libingen_lv2.so symlink in the bundle directory.
The offending code is at Serialiser.cpp:169. I simply commented that out, seems to work for me. Is that link still being used for some obscure purpose?
Change History (3)
comment:1 follow-up: ↓ 3 Changed 16 months ago by dave
comment:2 Changed 16 months ago by dave
- Resolution set to fixed
- Status changed from new to closed
Fixed in r3944.
comment:3 in reply to: ↑ 1 Changed 16 months ago by agraef
Replying to dave:
The link is so the bundle can function as an LV2 plugin (which is still experimental).
That's interesting, thanks for the explanation. Thanks for the other fixes as well.
Dave, just in case you're wondering, the main reason that I've been looking into lv2 lately is that, now that I'm mostly finished with my Pd-related stuff, I'd really like to equip Faust and Pure with LV2 interfaces. It's about time. :)
Albert

The link is so the bundle can function as an LV2 plugin (which is still experimental).