An open API service indexing awesome lists of open source software.

https://github.com/jxckgan/plugin-manager

Remove AU, AAX, and VST2/3 plugins grouped from their vendors.
https://github.com/jxckgan/plugin-manager

aax au audio-plugins clap plugin-manager vst

Last synced: 9 months ago
JSON representation

Remove AU, AAX, and VST2/3 plugins grouped from their vendors.

Awesome Lists containing this project

README

          

# plugin-manager

`plugin-manager` is an application that scans (AU, AAX, VST2/3) audio plugins and groups them by their vendors. It allows you to bulk delete (via moving to the trash) or manually select plugins by said vendors.

plugin manager screenshot

> [!NOTE]
> When deleting a large amount of plugins, the app may look as though it's frozen/crashed - it hasn't.

### Build Notes

Build like any other Rust app; on macOS you can make an application bundle by running `cargo bundle --release`. For Windows, just run `cargo build --release`.

### To-do

- [ ] Add CLAP support
- [ ] Add ability to move plugins
- [ ] Fix group naming bug on macOS (doesn't impact ownership grouping, just an aesthetics issue)
- [ ] Progress-indicator for moving to trash so it doesn't look as if it's crashed with large amounts of plugins

> Made because Plugin Alliance doesn't have a bloody uninstaller...