aboutsummaryrefslogtreecommitdiff
path: root/examples/puredata/xtract~.c
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2006-10-08 15:01:54 +0000
committerJamie Bullock <jamie@postlude.co.uk>2006-10-08 15:01:54 +0000
commit89803e1f2ff7a54f0c8a6283d9b9f96e62a35af2 (patch)
tree5bfe93f591ab05509ee18f5d988352dde71403aa /examples/puredata/xtract~.c
parent67d61abd8be9314aa518fd6cd0b1684db8142e2e (diff)
downloadLibXtract-89803e1f2ff7a54f0c8a6283d9b9f96e62a35af2.tar.gz
LibXtract-89803e1f2ff7a54f0c8a6283d9b9f96e62a35af2.tar.bz2
LibXtract-89803e1f2ff7a54f0c8a6283d9b9f96e62a35af2.zip
Tweaks to enable build on OS X
Diffstat (limited to 'examples/puredata/xtract~.c')
-rw-r--r--examples/puredata/xtract~.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/puredata/xtract~.c b/examples/puredata/xtract~.c
index 0fa5926..035a43d 100644
--- a/examples/puredata/xtract~.c
+++ b/examples/puredata/xtract~.c
@@ -18,6 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
/* calculates the spectral xtract of one frame, given peak frequency and amplitude to first and second inputs respectively */
+#define XTRACT
#include "xtract/libxtract.h"
#include "m_pd.h"