The utilities plugin is a simple VST3/AU utility tool for macOS.
Functional work in progress. (I do intend to add more features and create installers for Linux/Windows sometime in the future!)
- PHASE FLIP - Inverts polarity of selected channel.
- CHANNELS - Selects output channel routing. Options are: STEREO, LEFT, RIGHT, SWAPPED.
- BASS MONO - Makes bass band strictly mono. Bandwidth can be set through slider.
- DC BLOCK - Filters DC offsets from input signal.
- WIDTH - Controls stereo width. Range: 0%-400%.
- VOLUME - Simple volume control. Lowest setting mutes. Higher settings amplify the signal.
- PAN - Controls left-right panning.
Currently only macOS is supported. Installers can be downloaded in the releases section.
If you are savvy with JUCE/C++, you can build the plugin for any operating system using CMake:
Clone the repo, populate submodules, and run build.sh release
. The plugin should be automatically user-installed.
Project source code is licensed under GPLv3. The "Inter" font family is licensed under OFL. External dependencies have their own licensing (see the corresponding repositories).
Copyright © 2024 Butch Warns