diff examples/puredata/xtract~.c @ 9:90b3a3a25d99

Tweaks to enable build on OS X
author Jamie Bullock <jamie@postlude.co.uk>
date Sun, 08 Oct 2006 15:01:54 +0000
parents 46efa5536d04
children 81eb5810a301
line wrap: on
line diff
--- a/examples/puredata/xtract~.c	Fri Oct 06 08:03:32 2006 +0000
+++ b/examples/puredata/xtract~.c	Sun Oct 08 15:01:54 2006 +0000
@@ -18,6 +18,7 @@
 
 /* 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"