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

custom plugin folder #4

Open
loretoparisi opened this issue May 15, 2019 · 1 comment
Open

custom plugin folder #4

loretoparisi opened this issue May 15, 2019 · 1 comment

Comments

@loretoparisi
Copy link

loretoparisi commented May 15, 2019

Currently, I'm loading the VAMP plugin from the default installation folder, that in macOS is $HOME/Library/Audio/Plug-Ins/Vamp/, so I load a specific plugin by key like

segments = vamp.collect(data, rate, "segmentino:segmentino")

This works ok. I would like to know if there is an interface to specify a custom plugin root folder.
I would like to have both libraries for darwin and linux i.e. the .dylib and the .a files in one place or organized by platform.

I can see that there is a get_plugin_path api, but I don't see in collect or load_plugin if there is any way to set a custom path as the plugin root folder.

@alastair
Copy link

You can set the VAMP_PATH environment variable, as described at the bottom of https://vamp-plugins.org/download.html#install

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

2 participants