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

Pedalboard Pluginary: easier access to VST3/AU plugins #275

Open
twardoch opened this issue Nov 17, 2023 · 0 comments
Open

Pedalboard Pluginary: easier access to VST3/AU plugins #275

twardoch opened this issue Nov 17, 2023 · 0 comments

Comments

@twardoch
Copy link

twardoch commented Nov 17, 2023

Hi all,

I’ve made a small Python package called Pedalboard Pluginary (Github: twardoch/pedalboard-pluginary).

It scans all installed VST-3 and AU plugins on your system and produces a simple JSON cache with names, paths and default parameters. Right now, you basically can list them in JSON format after the scanning.

Later, I want to add more functionality, like being able to easily apply plugins in a batch, based on a JSON "job definition".

The library includes a “blacklist” of plugins that caused problems on my machine. You can add more plugins there, and those won’t be scanned or included in the cache.

Also, if a plugin exists in both VST-3 and AU format with the same name, the VST-3 format is preferred. I found that the AU plugins crash more often when Pedalboard is loading them.

What do you think?

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

1 participant