adjust asymmetry scaling and application
update README
simplify algorithm
Polynomial drive is a simple soft-clipping distortion plugin based on the cubic nonlinearity.
For adjusting the post gain, it calculates the RMS for a -20dBFS 1kHz sine wave processed by the plugin.
This repository contains a flake.nix
. The default
is for building with gcc
and static
is for building with musl-gcc
.
Example for building and installing locally:
nix develop [.#static]
buildPhase
make install LV2DIR=~/.lv2
This will build and install the plugin in ~/.lv2
.
Currently the buildPhase
should be run explicitly before the make install
,
since make install
does not set the CC
variable when building.