2022-03-09 03:41:23 +11:00
|
|
|
# Crisp
|
|
|
|
|
|
|
|
This plugin adds a bright crispy top end to low bass sounds. The effect was
|
|
|
|
inspired by Polarity's [Fake Distortion](https://youtu.be/MKfFn4L1zeg) video.
|
|
|
|
|
|
|
|
## Download
|
|
|
|
|
|
|
|
You can download the development binaries for Linux, Windows and macOS from the
|
|
|
|
[automated
|
2022-06-10 23:59:18 +10:00
|
|
|
builds](https://github.com/robbert-vdh/nih-plug/actions/workflows/build.yml?query=branch%3Amaster)
|
2022-05-25 07:56:21 +10:00
|
|
|
page. Or if you're not signed in on GitHub, then you can also find the latest nightly
|
2022-04-12 00:10:16 +10:00
|
|
|
build [here](https://nightly.link/robbert-vdh/nih-plug/workflows/build/master).
|
2022-03-09 03:41:23 +11:00
|
|
|
|
|
|
|
The macOS version has not been tested and may not work correctly. You may also
|
|
|
|
have to [disable Gatekeeper](https://disable-gatekeeper.github.io/) to use the
|
|
|
|
VST3 version as Apple has recently made it more difficult to run unsigned code
|
|
|
|
on macOS.
|
|
|
|
|
|
|
|
### Building
|
|
|
|
|
2022-05-26 21:32:18 +10:00
|
|
|
After installing [Rust](https://rustup.rs/), you can compile Crisp as follows:
|
2022-03-09 03:41:23 +11:00
|
|
|
|
|
|
|
```shell
|
|
|
|
cargo xtask bundle crisp --release
|
|
|
|
```
|