This project is still a work-in-progress. Expect bugs, malfunctions, and generally bad code.
Created by Ian Doherty, January 2025
A simple digital distortion module in PureData.
- If you haven't already, install PureData here.
- Clone this repo using
git cloneon a command line or download the source code manually. - In the installation folder, run
makeon a Linux command line. For Windows users, consider using MinGW or WSL. For a system-wide installation, runmake install. - Open
clipper~-help.pdto learn the usage for clipper~. Ifmake installwas used, you will be able to add clipper~ objects into any PureData instance.
- To view this in PureData, go to Help > Browser. clipper~ should be listed.
- PureData: Everything!
- pure-data/pd-lib-builder: Makefile generation
- pure-data/externals-howto: Helpful guide used during the creation of this external