From beb2211b63b4b80ee07a807e5ffdd441aeea6354 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 3 Jun 2006 19:13:08 +0000 Subject: FFT package selection Zmoelnig's multi-'$' patch big-soundfile support Patch to set open directories (openpanel, savepanel) patch to allow funny characters in extern names fixed makefile.in to support intel mac svn path=/trunk/; revision=5164 --- pd/src/d_fft.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pd/src/d_fft.c') diff --git a/pd/src/d_fft.c b/pd/src/d_fft.c index fa2590ea..006a985a 100644 --- a/pd/src/d_fft.c +++ b/pd/src/d_fft.c @@ -1,9 +1,16 @@ -/* Copyright (c) 1997-1999 Miller Puckette and others. +/* Copyright (c) 1997- Miller Puckette and others. * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ #include "m_pd.h" +/* This file interfaces to one of the Mayer, Ooura, or fftw FFT packages +to implement the "fft~", etc, Pd objects. If using Mayer, also compile +d_fft_mayer.c; if ooura, use d_fft_fftsg.c instead; if fftw, use d_fft_fftw.c +and also link in the fftw library. You can only have one of these three +linked in. The configure script can be used to select which one. +*/ + /* ---------------- utility functions for DSP chains ---------------------- */ /* swap two arrays */ -- cgit v1.2.1