1
0
Fork 0
nih-plug/plugins/puberty_simulator/README.md
2022-03-07 19:51:38 +01:00

31 lines
1.2 KiB
Markdown

# Puberty Simulator
Simulate the changes the male voice goes through during puberty with this One
Weird Plugin! If it was not already yet clear from that sentence, this plugin is
a joke, but it might actually be useful (or at least interesting) in some
situations. This plugin pitches the signal down an octave, but it also has the
side effect of causing things to sound like a cracking voice or to make them
slightly out of tune.
## 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/test.yml?query=branch%3Amaster)
page. If you're not signed in on GitHub, then you can also find the last nightly
build [here](https://nightly.link/robbert-vdh/nih-plug/workflows/test/master).
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
After installing [Rust](https://rustup.rs/), you can compile Puberty Simulator
as follows:
```shell
cargo xtask bundle gain --release
```