[PD] Equal-power crossfade?

Frank Barknecht fbar at footils.org
Mon Feb 6 14:42:01 CET 2012


Hi,

On Mon, Feb 06, 2012 at 02:22:34PM +0100, Pierre Massat wrote:
> I need a simple equal-power crossfade between two signals. I asked the same
> question a few years ago, but i just can't remember how to do it...

This is used in rj's e_pan.pd:

left = cos(p) * signal
right = sin(p) * signal

where p is in radians from 0 to PI/2 (i.e. multiply your 0...1 panning by 1.5708...)

Ciao
-- 
 Frank Barknecht            Do You RjDj.me?          _ ______footils.org__



More information about the Pd-list mailing list