parent
2c9945db79
commit
f5459e95a5
10
README.md
10
README.md
|
@ -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.
|
||||
Inspired by Polarity's [Fake Distortion](https://youtu.be/MKfFn4L1zeg) video.
|
||||
- [**Crossover**](plugins/crossover) is as boring as it sounds. It splits
|
||||
cleanly splits the signal into two to five bands using a variety of algorithms
|
||||
and outputs those through 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.
|
||||
- [**Crossover**](plugins/crossover) 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.
|
||||
- [**Diopser**](plugins/diopser) is a totally original phase rotation plugin.
|
||||
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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Crossover
|
||||
|
||||
This plugin is as boring as it sounds. It splits cleanly splits the signal into
|
||||
two to five bands using a variety of algorithms and outputs those through
|
||||
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.
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue