From 4599cca711f41daf6e460c70dd9e889a6a16cae1 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Fri, 18 Aug 2006 19:00:59 +0000 Subject: put m_pd.h, s_stuff.h in quotes instead of brackets on s_audio_jack.c svn path=/trunk/; revision=5661 --- pd/portaudio/pa_win_wdmks/pa_win_wdmks.c | 2 +- pd/portaudio/pablio/ringbuffer.c | 2 +- pd/portaudio/pablio/ringbuffer.h | 2 +- pd/portmidi/pm_mac/pmmacosxcm.c | 2 +- pd/src/m_binbuf.c | 1 - pd/src/m_pd.h | 2 +- pd/src/notes.txt | 1 + pd/src/s_audio_jack.c | 4 ++-- pd/src/s_audio_pablio.h | 1 - pd/src/s_audio_paring.c | 1 - pd/src/s_audio_paring.h | 1 - 11 files changed, 8 insertions(+), 11 deletions(-) diff --git a/pd/portaudio/pa_win_wdmks/pa_win_wdmks.c b/pd/portaudio/pa_win_wdmks/pa_win_wdmks.c index ba3d3a30..b6e54e80 100644 --- a/pd/portaudio/pa_win_wdmks/pa_win_wdmks.c +++ b/pd/portaudio/pa_win_wdmks/pa_win_wdmks.c @@ -1,5 +1,5 @@ /* - * $Id: pa_win_wdmks.c,v 1.8 2006-08-15 21:57:29 millerpuckette Exp $ + * $Id: pa_win_wdmks.c,v 1.9 2006-08-18 19:00:59 millerpuckette Exp $ * PortAudio Windows WDM-KS interface * * Author: Andrew Baldwin diff --git a/pd/portaudio/pablio/ringbuffer.c b/pd/portaudio/pablio/ringbuffer.c index dd4067ec..0f014189 100644 --- a/pd/portaudio/pablio/ringbuffer.c +++ b/pd/portaudio/pablio/ringbuffer.c @@ -1,5 +1,5 @@ /* - * $Id: ringbuffer.c,v 1.7 2006-08-15 21:57:29 millerpuckette Exp $ + * $Id: ringbuffer.c,v 1.8 2006-08-18 19:00:59 millerpuckette Exp $ * ringbuffer.c * Ring Buffer utility.. * diff --git a/pd/portaudio/pablio/ringbuffer.h b/pd/portaudio/pablio/ringbuffer.h index d46d2fc8..118e3a20 100644 --- a/pd/portaudio/pablio/ringbuffer.h +++ b/pd/portaudio/pablio/ringbuffer.h @@ -6,7 +6,7 @@ extern "C" #endif /* __cplusplus */ /* - * $Id: ringbuffer.h,v 1.8 2006-08-15 21:57:29 millerpuckette Exp $ + * $Id: ringbuffer.h,v 1.9 2006-08-18 19:00:59 millerpuckette Exp $ * ringbuffer.h * Ring Buffer utility.. * diff --git a/pd/portmidi/pm_mac/pmmacosxcm.c b/pd/portmidi/pm_mac/pmmacosxcm.c index c1d5e9aa..20a23a72 100644 --- a/pd/portmidi/pm_mac/pmmacosxcm.c +++ b/pd/portmidi/pm_mac/pmmacosxcm.c @@ -5,7 +5,7 @@ * and subsequent work by Andrew Zeldis and Zico Kolter * and Roger B. Dannenberg * - * $Id: pmmacosxcm.c,v 1.8 2006-08-15 21:57:29 millerpuckette Exp $ + * $Id: pmmacosxcm.c,v 1.9 2006-08-18 19:00:59 millerpuckette Exp $ */ /* Notes: 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 #include #include -#include -#include +#include "m_pd.h" +#include "s_stuff.h" #include #include 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.. * -- cgit v1.2.1