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 how to #237

Closed
sone opened this issue Jan 30, 2021 · 4 comments
Closed

lv2 how to #237

sone opened this issue Jan 30, 2021 · 4 comments

Comments

@sone
Copy link

sone commented Jan 30, 2021

Hi, I would like to ask how to install the lv2 version or how to get .lv2 folders like the existing Camomile.vst3 and CamomileFx.vst3 folders?
Do I have to execute lv2_file_generator and if so, how to use it?
Best regards

@GModal
Copy link

GModal commented Jan 31, 2021

Hi -- most of this is covered in the docs. So, assuming you're on Linux, 'cause you're asking about LV2, and assuming you've got the executable unarchived somewhere:

  • cd to the Camomile folder (camo source is in the "Camomile/Examples" folder -- use the provided examples or make your own)
  • in the shell, execute the camomile script: ./camomile --this will build all the examples.
  • the compiled plugins will be in the Camomile/builds folder
  • Copy any *.lv2 subfolders there to your local LV2 folder (`/.lv2)

@sone
Copy link
Author

sone commented Feb 1, 2021

Thank you very much, this is working.
I looks like I've misunderstood what is possible because I've thought there is a lv2 version of camomile like there is a vst3 version.
Thus I've thought it's possible to open the camomile "pd-host" plugin in a lv2 host to use plugins written in pd.

@pierreguillot
Copy link
Owner

Thus I've thought it's possible to open the camomile "pd-host" plugin in a lv2 host to use plugins written in pd.

You can create and generate your own LV2 plugins with Pd patches. I suggest you follow the same approach as for the examples. And you'll find a lot of information on the wiki. Please, read it carefully. If you need further information, feel free to ask (the discussion area might be more appropriate).

@sone
Copy link
Author

sone commented Feb 2, 2021

Ok, it's clear now. I thought I have to copy Camomile.vst3 and CamomileLV2.so to the plugin folders but this is just wrong. Sorry.

@sone sone closed this as completed Feb 2, 2021
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