2022-04-27 23:37:17 +10:00
|
|
|
# Loudness War Winner
|
|
|
|
|
|
|
|
This plugin does what it says on the tin. Have you ever wanted to show off your
|
|
|
|
dominance by winning the loudness war? Neither have I. Dissatisfaction
|
|
|
|
guaranteed.
|
|
|
|
|
|
|
|
_Loudness War Winner may cause side effects such as headache, nausea, diarrhea,
|
|
|
|
loss of balance, loss of sight, loss of hearing, loss of other senses, loss of
|
|
|
|
common sense, heart palpitations, heart arrhythmia, heart attack, other Demi
|
|
|
|
Lovato songs, rashes, acne, boils, simmers, chronic earwax, acute belly button
|
|
|
|
lint, athlete's foot, tennis elbow, couch potato butt, depression, anxiety,
|
|
|
|
Scientology, multiple sclerosis, single sclerosis, divorced sclerosis, it's
|
2022-04-28 04:08:38 +10:00
|
|
|
complicated sclerosis, paralysis, hyperactivity, TikTokism, time travel, sudden
|
2022-05-14 08:53:09 +10:00
|
|
|
clarity and awareness of your surroundings and situation, pneumonia, juvenile
|
|
|
|
diabetes, hysterical pregnancy, existential dread, and enlarged earlobes. Ask
|
|
|
|
your doctor if Loudness War Winner is right for you._
|
2022-04-27 23:37:17 +10:00
|
|
|
|
|
|
|
## 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-27 23:37:17 +10:00
|
|
|
build [here](https://nightly.link/robbert-vdh/nih-plug/workflows/build/master).
|
|
|
|
|
2022-10-10 06:35:25 +11:00
|
|
|
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.
|
2022-04-27 23:37:17 +10:00
|
|
|
|
|
|
|
### Building
|
|
|
|
|
2022-04-28 03:43:18 +10:00
|
|
|
After installing [Rust](https://rustup.rs/), you can compile the Loudness War
|
|
|
|
Winner as follows:
|
2022-04-27 23:37:17 +10:00
|
|
|
|
|
|
|
```shell
|
|
|
|
cargo xtask bundle loudness_war_winner --release
|
|
|
|
```
|