As a new Zynthianist I wanted to try them all, those LV2-plugins.
Unfortunately, some links are broken.
Where is the build-in list maintained and how could I help to fix?
What links do you mean?
These are not urls. Don’t try to follow them. LV2 are identified by URIs, that seems UrRLs, but are not
1 Like
Hi @mager33 ,
Do you mean:
- those that are directly usuable from the zynthian “stock” image
- those that are added when updating LV2 plugin’s list from the webconf ? (it takes a looong time to update the list)
As an Open Source project, Zynthian is freely available here.
- Zynthian-UI: the core of the box (mostly Python + 1/4 of C++). I’ve found this: https://github.com/zynthian/zynthian-ui/blob/testing/zyngine/zynthian_lv2.py#64
- Zynthian-sys: a bunch of low level settings/scripts/… needed by the box to run the system
- Zynthian-webconf: the tool for configuring remotely the box (mostly in Python). The LV2 plugin management tool is here.
And if you’re not a developer, as I am, feel free to contribute positively like this
1 Like