1
0
Fork 0
nih-plug/plugins/crossover
Robbert van der Helm a7e425581f Use CARGO_PKG_VERSION for plugin versions
Instead of duplicating this. Means that plugin versions only need to be
updated in the Cargo.toml file.
2022-11-11 03:15:05 +01:00
..
src Use CARGO_PKG_VERSION for plugin versions 2022-11-11 03:15:05 +01:00
Cargo.toml Rework FIR crossover to use FFT convolution 2022-06-07 20:32:27 +02:00
COPYING Add an empty crossover plugin 2022-05-29 13:42:45 +02:00
README.md Mention saving Crossover setup as default preset 2022-10-19 16:00:20 +02:00

Crossover

This plugin is as boring as it sounds. It cleanly splits the signal into two to five bands using a variety of algorithms. Those bands are then sent to auxiliary outputs so they can be accessed and processed individually. Meant as an alternative to Bitwig's Multiband FX devices but with cleaner crossovers and a linear-phase option.

In Bitwig Studio you'll want to click on the 'Show plug-in multi-out chain selector' button and then on 'Add missing chains' to access the chains. The main output will not output any audio. To save time, you can save this setup as the default preset by right clicking on the device. Any new Crossover instances will then already have the additional output chains set up.

Screenshot in Bitwig

Download

You can download the development binaries for Linux, Windows and macOS from the automated builds page. Or if you're not signed in on GitHub, then you can also find the latest nightly build here.

On macOS you may need to disable Gatekeeper as Apple has recently made it more difficult to run unsigned code on macOS.

Building

After installing nightly Rust toolchain, you can compile Crossover as follows:

cargo +nightly xtask bundle crossover --release