1
0
Fork 0
nih-plug/plugins/soft_vacuum/README.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2023-04-02 22:31:38 +10:00
# Soft Vacuum (Airwindows port)
This is a straightforward port of Airwindows' [Hard
2023-04-07 21:18:13 +10:00
Vacuum](https://www.airwindows.com/hard-vacuum-vst/) plugin with parameter
smoothing and up to 16x linear-phase oversampling, because I liked the
distortion and just wished it had oversampling. All credit goes to Chris from
Airwindows. I just wanted to share this in case anyone else finds it useful.
2023-04-02 22:31:38 +10:00
## Download
You can download the development binaries for Linux, Windows and macOS from the
[automated
builds](https://github.com/robbert-vdh/nih-plug/actions/workflows/build.yml?query=branch%3Amaster)
page. Or if you're not signed in on GitHub, then you can also find the latest nightly
build [here](https://nightly.link/robbert-vdh/nih-plug/workflows/build/master).
On macOS you may need to [disable
Gatekeeper](https://disable-gatekeeper.github.io/) as Apple has recently made it
more difficult to run unsigned code on macOS.
### Building
After installing [Rust](https://rustup.rs/), you can compile Safety Limiter as
follows:
```shell
2023-04-06 04:07:13 +10:00
cargo xtask bundle soft_vacuum --release
2023-04-02 22:31:38 +10:00
```