1
0
Fork 0

Fix typo in Crossover description

Closes #19.
This commit is contained in:
Robbert van der Helm 2022-07-22 18:46:34 +02:00
parent 2c9945db79
commit f5459e95a5
2 changed files with 10 additions and 10 deletions

View file

@ -41,11 +41,11 @@ Scroll down for more information on the plugin framework.
- [**Crisp**](plugins/crisp) adds a bright crispy top end to any low bass sound. - [**Crisp**](plugins/crisp) adds a bright crispy top end to any low bass sound.
Inspired by Polarity's [Fake Distortion](https://youtu.be/MKfFn4L1zeg) video. Inspired by Polarity's [Fake Distortion](https://youtu.be/MKfFn4L1zeg) video.
- [**Crossover**](plugins/crossover) is as boring as it sounds. It splits - [**Crossover**](plugins/crossover) is as boring as it sounds. It cleanly
cleanly splits the signal into two to five bands using a variety of algorithms splits the signal into two to five bands using a variety of algorithms. Those
and outputs those through auxiliary outputs so they can be accessed and bands are then sent to auxiliary outputs so they can be accessed and processed
processed individually. Meant as an alternative to Bitwig's Multiband FX individually. Meant as an alternative to Bitwig's Multiband FX devices but
devices but with cleaner crossovers and a linear-phase option. with cleaner crossovers and a linear-phase option.
- [**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
evil phase-y cousin, and making everything sound like a cheap Sci-Fi laser evil phase-y cousin, and making everything sound like a cheap Sci-Fi laser

View file

@ -1,10 +1,10 @@
# Crossover # Crossover
This plugin is as boring as it sounds. It splits cleanly splits the signal into This plugin is as boring as it sounds. It cleanly splits the signal into two to
two to five bands using a variety of algorithms and outputs those through five bands using a variety of algorithms. Those bands are then sent to auxiliary
auxiliary outputs so they can be accessed and processed individually. Meant as outputs so they can be accessed and processed individually. Meant as an
an alternative to Bitwig's Multiband FX devices but with cleaner crossovers and alternative to Bitwig's Multiband FX devices but with cleaner crossovers and a
a linear-phase option. linear-phase option.
In Bitwig Studio you'll want to click on the 'Show plug-in multi-out chain 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 selector' button and then on 'Add missing chains' to access the chains. The main