aboutsummaryrefslogtreecommitdiff
path: root/lib/MSPd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MSPd.h')
-rw-r--r--lib/MSPd.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/lib/MSPd.h b/lib/MSPd.h
deleted file mode 100644
index a47ce2b..0000000
--- a/lib/MSPd.h
+++ /dev/null
@@ -1,36 +0,0 @@
-#include <stdio.h>
-#include <stdlib.h>
-#include <math.h>
-#include <time.h>
-
-
-#ifndef PIOVERTWO
-#define PIOVERTWO 1.5707963268
-#define TWOPI 6.2831853072
-#endif
-
-#if MSP
-#include "ext.h"
-#include "z_dsp.h"
-#include "buffer.h"
-#include "ext_obex.h"
-#define t_floatarg double
-#define resizebytes t_resizebytes
-#define getbytes t_getbytes
-#define freebytes t_freebytes
-
-#endif
-
-#if PD
-#include "m_pd.h"
-#define t_floatarg float
-#endif
-
-/* because Max and Pd have different ideas of what A_FLOAT is, use t_floatarg
-to force consistency. Otherwise functions that look good will fail on some
-hardware. Also note that Pd messages cannot accept arguments of type A_LONG. */
-
-
-
-
-