connor's rancid audio plugins
Go to file
2014-02-24 13:32:48 -08:00
bin organize files into subdirectories (ugly makefile) 2014-02-06 02:31:46 -08:00
crap tube: another better oversampler (6x now) 2014-02-24 13:22:42 -08:00
include rewritten makefile, separate SSE2 test, readme blurb 2014-02-07 17:54:05 -08:00
template organize files into subdirectories (ugly makefile) 2014-02-06 02:31:46 -08:00
util rewritten makefile, separate SSE2 test, readme blurb 2014-02-07 17:54:05 -08:00
LICENSE oh right it's 2014 now 2014-02-06 00:07:00 -08:00
Makefile use exported objcopy if available 2014-02-24 11:56:09 -08:00
README.md update readme 2014-02-24 13:32:48 -08:00

crap

connor's rancid audio plugins. LADSPA and VST.

alternatively, configuration realizes any personality.

this is a set of hacked-together hacks to be hacked on in the personal interest of learning and experimenting. you should look elsewhere if you need an enterprize-quality cross-platform library to build lean & agile socially-networked audio apps.

MIT-licensed; go wild.

plugs

crap Parametric Equalizer

crap_eq (0x000CAFED)

multiband parametric EQ. try redefining BANDS.

crap const Equalizer

crap_eq_const (0x0DEFACED)

simpler code with a static response. edit code as needed.

crap noise generator

crap_noise (0xEC57A71C)

white noise generator. loud, full-range, 0dBFS. don't say i didn't warn you.

crap Tube Distortion

crap_tube (0x50F7BA11)

static waveshaper with 6x oversampling, sounds kinda like a tube i guess?

crap delay test

crap_delay_test (0xDEDEDEDE)

experimentation with delay compensation and EQ oversampling, not for use.

build notes

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

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

  • ARM support
  • spaces-in-paths support in Makefile
  • rename plugins (fix capitalization consistency and such)
  • reduce input/output buffers on biquads (shared)
  • ease up on the preprocessor ifs
  • polish parameter support
  • make code style consistent
  • perhaps LV2 or AU support