1
0
Fork 0

Add nightly links that don't require a login

This commit is contained in:
Robbert van der Helm 2022-02-16 16:02:41 +01:00
parent c92f0ea861
commit 6cc1e4f73f
2 changed files with 15 additions and 9 deletions

View file

@ -22,10 +22,8 @@ functionality.
## Plugins ## Plugins
Check each plugin's readme for more details on what the plugin actually does. Check each plugin's readme for more details on what the plugin actually does and
There are currently no automated builds available, so check the for download links.
[building](#building) section for instructions on how to compile these plugins
yourself.
- [**Diopser**](plugins/diopser) is a totally original phase rotation plugin. - [**Diopser**](plugins/diopser) is a totally original phase rotation plugin.
Useful for oomphing up kickdrums and basses, transforming synths into their Useful for oomphing up kickdrums and basses, transforming synths into their

View file

@ -19,6 +19,19 @@ and much better performance.
Disperser or Kilohearts AB. Disperser or Kilohearts AB.
</sup> </sup>
## 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 ### Building
After installing [Rust](https://rustup.rs/) with the nightly toolchain you can After installing [Rust](https://rustup.rs/) with the nightly toolchain you can
@ -35,8 +48,3 @@ SIMD feature:
```shell ```shell
cargo xtask bundle gain --release --bundle-vst3 --no-default-features cargo xtask bundle gain --release --bundle-vst3 --no-default-features
``` ```
## Download
There are currently no prebuilt downloads available. Check this repository's
readme for instructions on how to compile this plugin.