2022-03-08 05:51:38 +11:00
|
|
|
# Puberty Simulator
|
|
|
|
|
2022-03-08 06:08:47 +11:00
|
|
|
This patent pending One Weird Plugin simulates the male voice change during
|
|
|
|
puberty! If it was not already obvious from that sentence, this plugin is a
|
|
|
|
joke, but it might actually be useful (or at least interesting) in some
|
2022-03-08 05:51:38 +11:00
|
|
|
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
|
2022-03-08 06:08:47 +11:00
|
|
|
sound slightly out of tune.
|
2022-03-08 05:51:38 +11: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-12 00:10:16 +10:00
|
|
|
build [here](https://nightly.link/robbert-vdh/nih-plug/workflows/build/master).
|
2022-03-08 05:51:38 +11:00
|
|
|
|
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-03-08 05:51:38 +11:00
|
|
|
|
|
|
|
### Building
|
|
|
|
|
|
|
|
After installing [Rust](https://rustup.rs/), you can compile Puberty Simulator
|
|
|
|
as follows:
|
|
|
|
|
|
|
|
```shell
|
2022-03-08 08:07:57 +11:00
|
|
|
cargo xtask bundle puberty_simulator --release
|
2022-03-08 05:51:38 +11:00
|
|
|
```
|