connor's rancid audio plugins
Go to file
2015-06-06 16:50:19 -07:00
bin organize files into subdirectories (ugly makefile) 2014-02-06 02:31:46 -08:00
crap rework crap_tube to use templates 2015-06-06 16:45:09 -07:00
include rework crap_tube to use templates 2015-06-06 16:45:09 -07:00
template use templates for process functions 2015-06-06 11:27:35 -07:00
util beginning conversion to sepples 2015-06-06 10:42:14 -07:00
LICENSE happy belated new year 2015-04-11 09:24:29 -07:00
Makefile fix alignment 2015-06-06 16:50:19 -07:00
README.md Update README.md 2015-06-04 09:58:15 -07:00

crap

connor's rancid audio plugins. LADSPA and VST.

this is a set of hacked-together hacks to be hacked on in the personal interest of learning and experimenting.

MIT-licensed; go wild.

plugs

Name Label ID Description
crap Parametric Equalizer crap_eq 0x000CAFED multiband parametric EQ. try redefining BANDS. #define BANDS to desired number of equalizer bands; default 4.
crap sample delay test crap_delay_test 0xDEDEDEDE why did i commit this?
crap Constant Equalizer crap_eq_const 0x0DEFACED simpler code than crap_eq for a static response. edit code as needed.
crap T420 Speaker Compensation crap_eq_const_T420 0x0DEFAE91 lenovo tests
crap T420 Speaker Compensation (SVF) crap_eq_const_T420_svf 0x0DEFB3CA trying out State Variable Filters (SVFs)
crap mugi4 (moog-like) crap_mugi4 0xD8D0D8D0 nonlinear moog filter implementation: see reference
crap Tube Distortion crap_tube 0x50F7BA11 static waveshaper with 6x oversampling and parameter smoothing. doesn't actually emulate a tube. not actually for crapping in.

build notes

make linux or make windows (works well with [mxe]) [mxe]: //mxe.cc

make linux-arm requires a CPU with a NEON unit

remember to export VST_SDK_DIR to the path of your vstsdk2.4/

other targets:

  • all: no hand-holding.
  • design: simple CLI to the biquad coefficient calculator.
  • benchmark: does what it says on the tin. no Windows support.

TODO

  • LV2 support
  • automatically generate markdown table based on crap contents
  • rename plugins (fix capitalization consistency and such)
  • don't suffix -ladspa and -vst on built libraries; it's annoying
  • scrap overly-complex makefile for a shell script
  • maybe switch to sepples in interest of templated process functions