Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 379 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 379 Bytes

RandomEQ

My first audio plugin made for a Uni project — a random peak filter that tests your listening skills by encouraging you to guess its parameters.

Currently only working on MacOS as a VST3.

The source includes some useful algorithms, such as a biquad filter (with shelf/peak implementations); a modified Lehmer random number generator; and some sqrt approximations.