diff --git a/README.md b/README.md index ae68bb81..a6c00ed6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/plugins/diopser/README.md b/plugins/diopser/README.md index 10a905d1..e78047af 100644 --- a/plugins/diopser/README.md +++ b/plugins/diopser/README.md @@ -19,6 +19,19 @@ and much better performance. Disperser or Kilohearts AB. +## 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.