Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LV2 target/release? #4

Open
mxmilkiib opened this issue Oct 21, 2023 · 3 comments
Open

LV2 target/release? #4

mxmilkiib opened this issue Oct 21, 2023 · 3 comments

Comments

@mxmilkiib
Copy link

Hi! Just wondering if you might be up for adding the LV2 format as a build/release target? Thanks for your time!

@fcaspe
Copy link
Owner

fcaspe commented Oct 22, 2023

Hi! Yes, I would be up for adding it, but I have no experience with LV2, and I don't have a Linux x86_64 computer at hand.

I quickly tried running a compile test on Google Colab and it looks like I am having a problem with RPATH. Could you try building the LV2 on your computer?

Fran

@edogawa23
Copy link

edogawa23 commented Oct 29, 2023

I've tried on openSUSE Tumbleweed.

BesselsTrick-LV2.zip
Here's my git diff to make build.sh work, i.e. compile, install (to ~/.lv2) and run as LV2. jalv didn't accept the generated LV2 URI, so I added one explicitely in CMakeLists.txt (sorry that I didn't branch and create pull request instead).

This might be just the bare minimum required, I don't understand much about all this.

I tested it using jalv.select/jalv.gtk3, pointed it to the supplied pretrained models and got it to basically work, but with very choppy output.

@fcaspe
Copy link
Owner

fcaspe commented Nov 8, 2023

Hey @edogawa23, thanks so much for sorting this out! I'll add it in the repo in a few days. And if I manage to test it on a Linux machine and works well, I'll add it to Releases. Will let you know,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants