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
Check each plugin's readme for more details on what the plugin actually does.
There are currently no automated builds available, so check the
[building](#building) section for instructions on how to compile these plugins
yourself.
Check each plugin's readme for more details on what the plugin actually does and
for download links.
- [**Diopser**](plugins/diopser) is a totally original phase rotation plugin.
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.
</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
After installing [Rust](https://rustup.rs/) with the nightly toolchain you can
@ -35,8 +48,3 @@ SIMD feature:
```shell
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.