Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 529 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 529 Bytes

DSPLibrary

A simple re-usable DSP Library built in C++

Contains Delay Line, Compressor, Biquad, Granular Synthesis Line, Level Estimator, Noise, Recorder, Sin Oscillator, Soft Clipper and other misc utilities

Setup

Add the 'DSPLibraryInclude.h' to include all the files. Be sure to have the directories in your include settings.

Use

Each of the objects can be used indepedently. Create the object, set it up and simple use. Most of the processing is done in the process function and are self-explanatory.