aboutsummaryrefslogtreecommitdiff
path: root/pd/src
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2006-08-18 19:00:59 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2006-08-18 19:00:59 +0000
commit4599cca711f41daf6e460c70dd9e889a6a16cae1 (patch)
treeb59f8de13dbb98954c892e6ed2c3dd7d5ff49b64 /pd/src
parentbae79b72743961e23ae0f22d186d24972a773a3f (diff)
put m_pd.h, s_stuff.h in quotes instead of brackets on s_audio_jack.c
svn path=/trunk/; revision=5661
Diffstat (limited to 'pd/src')
-rw-r--r--pd/src/m_binbuf.c1
-rw-r--r--pd/src/m_pd.h2
-rw-r--r--pd/src/notes.txt1
-rw-r--r--pd/src/s_audio_jack.c4
-rw-r--r--pd/src/s_audio_pablio.h1
-rw-r--r--pd/src/s_audio_paring.c1
-rw-r--r--pd/src/s_audio_paring.h1
7 files changed, 4 insertions, 7 deletions
diff --git a/pd/src/m_binbuf.c b/pd/src/m_binbuf.c
index 06c3c6a2..4bea4942 100644
--- a/pd/src/m_binbuf.c
+++ b/pd/src/m_binbuf.c
@@ -528,7 +528,6 @@ t_symbol *binbuf_realizedollsym(t_symbol *s, int ac, t_atom *av, int tonew)
}
}
done:
- post("realize %s->%s", s->s_name, buf2);
return (gensym(buf2));
}
diff --git a/pd/src/m_pd.h b/pd/src/m_pd.h
index 73301138..8369c73b 100644
--- a/pd/src/m_pd.h
+++ b/pd/src/m_pd.h
@@ -11,7 +11,7 @@ extern "C" {
#define PD_MAJOR_VERSION 0
#define PD_MINOR_VERSION 40
#define PD_BUGFIX_VERSION 0
-#define PD_TEST_VERSION "test02"
+#define PD_TEST_VERSION "test03"
/* old name for "MSW" flag -- we have to take it for the sake of many old
"nmakefiles" for externs, which will define NT and not MSW */
diff --git a/pd/src/notes.txt b/pd/src/notes.txt
index 3f67f27c..f3deafe1 100644
--- a/pd/src/notes.txt
+++ b/pd/src/notes.txt
@@ -25,6 +25,7 @@ infrastructure for adding externs in non-ascii languages
'$' patch (multiple dollar-sign expansion)
doc:
+-x flag for curves
object list
document env~ second argument (and why is it no less than 1/10 of first???)
vibrato example
diff --git a/pd/src/s_audio_jack.c b/pd/src/s_audio_jack.c
index 7ab3a3f6..7f29118e 100644
--- a/pd/src/s_audio_jack.c
+++ b/pd/src/s_audio_jack.c
@@ -6,8 +6,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <m_pd.h>
-#include <s_stuff.h>
+#include "m_pd.h"
+#include "s_stuff.h"
#include <jack/jack.h>
#include <regex.h>
diff --git a/pd/src/s_audio_pablio.h b/pd/src/s_audio_pablio.h
index 4cfb35f7..f4d32614 100644
--- a/pd/src/s_audio_pablio.h
+++ b/pd/src/s_audio_pablio.h
@@ -7,7 +7,6 @@ extern "C"
#endif /* __cplusplus */
/*
- * $Id: s_audio_pablio.h,v 1.6 2006-08-15 21:57:29 millerpuckette Exp $
* PABLIO.h
* Portable Audio Blocking read/write utility.
*
diff --git a/pd/src/s_audio_paring.c b/pd/src/s_audio_paring.c
index 89ed1960..6e645e45 100644
--- a/pd/src/s_audio_paring.c
+++ b/pd/src/s_audio_paring.c
@@ -1,5 +1,4 @@
/*
- * $Id: s_audio_paring.c,v 1.6 2006-08-15 21:57:29 millerpuckette Exp $
* ringbuffer.c
* Ring Buffer utility..
*
diff --git a/pd/src/s_audio_paring.h b/pd/src/s_audio_paring.h
index 9d8613d5..e5e5e6b2 100644
--- a/pd/src/s_audio_paring.h
+++ b/pd/src/s_audio_paring.h
@@ -6,7 +6,6 @@ extern "C"
#endif /* __cplusplus */
/*
- * $Id: s_audio_paring.h,v 1.6 2006-08-15 21:57:29 millerpuckette Exp $
* ringbuffer.h
* Ring Buffer utility..
*