I’ve been writing some basic patches over the course of last week. Nothing fancy, no big DSP magic; mostly just basic manipulations of the sample stream. It’s fun!
At the moment there are…
- DualTremoloPatch.hpp - Two independent tremolo LFOs.
- BiasPatch.hpp - A saturation/distortion effect: adjust amplitude bias while retaining high peaks.
- SimpleDelayPatch.hpp - A basic delay (echo) effect. Somewhat broken.
- SampleJitterPatch.hpp - A distortion effect: delays incoming samples by random amounts of time.
You can find the code for my patches here, with likely more to come over the next few weeks:
(Note that I work in a “test” branch, I’m reserving “main” for upstream code.)