puredata , or shorter pd is a real-time graphical programming environment for audio, video, and graphical processing. I have used it extensively over the past 5 years for all kinds of real-time audio/video applications.
patches are made for easier pd patching, but might be useful for beginners to learn how to make some basic tools.
to download and use the abstractions, you need pd-extended installed on your system. since pd works on almost all platforms there is (win/osx/linux/rest….) you will probably be able to run the patches on every platform.
pd abstractions
here are some of my abstractions for pd.
download
there are 10 abstractions. to install and use them unzip the downloaded archive and put it somewhere on your disk. open pd, and in the file/path menu add the folder where you unpacked the files. after that, you should be able to call the patches simply by making a new object and typing a patch name (example: make and object and call it m.mixer6fx).
list of patches:
m.channel – simple mono to stereo channel with 2 pre fader sends
m.ringmod – ring modulation effect with random controls
m.delay – mono to stereo delay
m.gate – mono audio gate
m.master – output with file recorder
m.moog – 24db low pass moog filter
m.automoog – 24db low pass moog filter with random lfo
m.vcf – native pd bandpass filter
m.autovcf – native pd bandpass filter with random lfo
m.mixer6fx – 6 channel stereo mixer with delay and reverb
fell free to use, modify and share the patches (and pd).
puredata
puredata , or shorter pd is a real-time graphical programming environment for audio, video, and graphical processing. I have used it extensively over the past 5 years for all kinds of real-time audio/video applications.
patches are made for easier pd patching, but might be useful for beginners to learn how to make some basic tools.
to download and use the abstractions, you need pd-extended installed on your system. since pd works on almost all platforms there is (win/osx/linux/rest….) you will probably be able to run the patches on every platform.
pd abstractions
here are some of my abstractions for pd.

download
there are 10 abstractions. to install and use them unzip the downloaded archive and put it somewhere on your disk. open pd, and in the file/path menu add the folder where you unpacked the files. after that, you should be able to call the patches simply by making a new object and typing a patch name (example: make and object and call it m.mixer6fx).
list of patches:
m.channel – simple mono to stereo channel with 2 pre fader sends
m.ringmod – ring modulation effect with random controls
m.delay – mono to stereo delay
m.gate – mono audio gate
m.master – output with file recorder
m.moog – 24db low pass moog filter
m.automoog – 24db low pass moog filter with random lfo
m.vcf – native pd bandpass filter
m.autovcf – native pd bandpass filter with random lfo
m.mixer6fx – 6 channel stereo mixer with delay and reverb
fell free to use, modify and share the patches (and pd).