Entries tagged: pd

Sep 11

Chord

Nov 09

Digital Culture and Design Practices Workshop

Jun 16

Hackers and Bikers

Musings on single-speed bicycles and Pd externals.

Jun 05

Fast power-of-two modulo

A neat way to do power-of-two modulo.

May 27

MIDI revolution

We've got to undo the MIDI revolution!

— Miller S. Puckette

May 26

footils at github

I have started to use git and github to manage all the little Pd projects I write all the time. Check out github.com/footils for a growing collection.

Feb 20

Beginner's Guide to the FFT-objects in Pd

The Fourier transformation (FFT) is a powerful operation in digital signal processing. Pd includes objects that can be used to apply FFT, modify signals in the frequency domain, and transform the data back. This guide will try a hands-on explanation of how to use the [rfft~] and [rifft~] objects and give you at least a basic understanding of the process.