Skip to content

x42/controlfilter.lv2

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 26, 2016 12:43
img
September 26, 2019 03:39
src
May 7, 2019 16:57
December 28, 2015 20:18
December 29, 2015 17:54
March 20, 2022 19:44
December 28, 2015 22:22

controlfilter.lv2

LV2 plugins to filter/process Control Parameters, intended to be used with modular synthesizers, in particular ingen

So far 5 filters have been implemented:

  • Linear: out = a * in + b
  • Invert: out = 1.0 / in
  • Exponential: out = a ^ in
  • Base-n Logarithm: out = a * log ( abs (b * in) ) / log (c)
  • Low Pass Filter, separate time-constants for rise (attack) and fall (release)

Install

Compiling the plugins requires LV2 SDK, gnu-make and a c-compiler.

  git clone https://github.com/x42/controlfilter.lv2.git
  cd controlfilter.lv2
  make
  sudo make install PREFIX=/usr

About

LV2 Control Port Parameter Filters -- modular synth blocks

Resources

License

Stars

Watchers

Forks

Packages

No packages published