aboutsummaryrefslogtreecommitdiff
path: root/flite/flite.c
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-21 13:39:15 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-21 13:39:15 +0000
commite9a803f42a15025ff8eed59e4ae4d8a8ab3645e0 (patch)
tree05e707500b73d4c3f564ca841d26470f39756e97 /flite/flite.c
parent6b820db93d315c0c55db12128bbc9b4426779ea8 (diff)
+ added mooPdUtils.h and some MOO_UNUSED macros
svn path=/trunk/externals/moocow/; revision=10582
Diffstat (limited to 'flite/flite.c')
-rw-r--r--flite/flite.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/flite/flite.c b/flite/flite.c
index a3bb662..3fbefc1 100644
--- a/flite/flite.c
+++ b/flite/flite.c
@@ -10,6 +10,7 @@
#include <m_pd.h>
+#include "mooPdUtils.h"
/* black magic */
#ifdef NT
@@ -23,7 +24,7 @@
#include <math.h>
#include <flite/flite.h>
-#include "flite/cst_wave.h"
+#include <flite/cst_wave.h>
/*--------------------------------------------------------------------
* DEBUG
@@ -133,7 +134,7 @@ void flite_synth(t_flite *x) {
/*--------------------------------------------------------------------
* flite_text : set text-buffer
*--------------------------------------------------------------------*/
-void flite_text(t_flite *x, t_symbol *s, int argc, t_atom *argv) {
+void flite_text(t_flite *x, MOO_UNUSED t_symbol *s, int argc, t_atom *argv) {
int i, alen, buffered;
t_symbol *asym;