View | Details | Raw Unified | Return to bug 181877 | Differences between
and this patch

Collapse All | Expand All

(-)audio/pd/Makefile (-24 / +23 lines)
Lines 2-12 Link Here
2
# $FreeBSD: head/audio/pd/Makefile 327961 2013-09-23 10:07:35Z gahr $
2
# $FreeBSD: head/audio/pd/Makefile 327961 2013-09-23 10:07:35Z gahr $
3
3
4
PORTNAME=	pd
4
PORTNAME=	pd
5
DISTVERSION=	0.44-3
5
DISTVERSION=	0.45-3
6
DISTVERSIONSUFFIX=	.src
6
DISTVERSIONSUFFIX=	.src
7
CATEGORIES=	audio
7
CATEGORIES=	audio
8
#MASTER_SITES=	SF/pure-data/pure-data/${PORTVERSION}
8
MASTER_SITES=	http://msp.ucsd.edu/Software/
9
MASTER_SITES=	http://www-crca.ucsd.edu/~msp/Software/
10
9
11
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	MIDI-capable real-time audio processor/synthesizer
11
COMMENT=	MIDI-capable real-time audio processor/synthesizer
Lines 22-38 Link Here
22
WRKSRC=		${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
21
WRKSRC=		${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
23
22
24
USES=		gettext gmake pkgconfig tk:wrapper
23
USES=		gettext gmake pkgconfig tk:wrapper
25
NO_STAGE=	yes
26
USE_AUTOTOOLS=	aclocal libtoolize autoconf automake
24
USE_AUTOTOOLS=	aclocal libtoolize autoconf automake
27
ACLOCAL_ARGS=	-I m4/generated -I m4
25
ACLOCAL_ARGS=	-I m4/generated -I m4
28
LIBTOOLIZE_ARGS=--install --force
26
LIBTOOLIZE_ARGS=--install --force
29
AUTOMAKE_ARGS=	--add-missing --copy --force-missing
27
AUTOMAKE_ARGS=	--add-missing --copy --force-missing
28
CONFIGURE_ENV=	ac_cv_lib_pthread_pthread_create=no
30
29
31
MAN1=		pd.1 pdreceive.1 pdsend.1
30
CPPFLAGS+=	-I${LOCALBASE}/include
32
PORTDOCS=	*
31
LDFLAGS+=	-L${LOCALBASE}/lib -pthread
33
34
CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
35
LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
36
32
37
.include <bsd.port.options.mk>
33
.include <bsd.port.options.mk>
38
34
Lines 61-75 Link Here
61
post-patch:
57
post-patch:
62
	@${FIND} ${PATCH_WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
58
	@${FIND} ${PATCH_WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
63
		's|__FreeBSD_kernel__|__FreeBSD__|g ; \
59
		's|__FreeBSD_kernel__|__FreeBSD__|g ; \
60
		 s|__x86_64__|__amd64__|g ; \
64
		 s|<alloca\.h>|<stdlib.h>|g'
61
		 s|<alloca\.h>|<stdlib.h>|g'
65
	@${REINPLACE_CMD} -e \
62
	@${REINPLACE_CMD} -e \
66
		's|kFreeBSD)|kFreeBSD\|*freebsd*)| ; \
63
		's|\*kfreebsd\*gnu\*)|*freebsd*)| ; \
67
		 s|portaudio=yes|portaudio=no| ; \
64
		 s|portaudio=yes|portaudio=no| ; \
68
		 s|-O6|| ; \
65
		 s|-O3|| ; \
69
		 s|fftw,|fftw3f,| ; \
66
		 s|fftw,|fftw3f,| ; \
70
		 s|fftw_one,|fftwf_execute,| ; \
67
		 s|fftw_one,|fftwf_execute,| ; \
71
		 s|fftw"|fftw3f"| ; \
68
		 s|fftw"|fftw3f"|' ${WRKSRC}/configure.ac
72
		 s|-lpthread ||' ${WRKSRC}/configure.ac
73
	@${REINPLACE_CMD} -e \
69
	@${REINPLACE_CMD} -e \
74
		'/^pkgconfigdir/s|=.*|= $$(prefix)/libdata/pkgconfig| ; \
70
		'/^pkgconfigdir/s|=.*|= $$(prefix)/libdata/pkgconfig| ; \
75
		 /^libpddir/s|=.*|= $$(pkglibdir)| ; \
71
		 /^libpddir/s|=.*|= $$(pkglibdir)| ; \
Lines 87-92 Link Here
87
		's|-O2 |$$(CFLAGS) | ; \
83
		's|-O2 |$$(CFLAGS) | ; \
88
		 s|-g ||g ; \
84
		 s|-g ||g ; \
89
		 s|-lc ||g' ${WRKSRC}/extra/expr~/makefile
85
		 s|-lc ||g' ${WRKSRC}/extra/expr~/makefile
86
	@${REINPLACE_CMD} -e \
87
		'/libpthread/s|_ERROR|_WARN|' ${WRKSRC}/portaudio/configure.in
90
88
91
pre-configure:
89
pre-configure:
92
	@(cd ${WRKSRC}/portaudio \
90
	@(cd ${WRKSRC}/portaudio \
Lines 96-116 Link Here
96
94
97
do-install:
95
do-install:
98
.for i in src man tcl po extra
96
.for i in src man tcl po extra
99
	@(cd ${WRKSRC}/${i} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
97
	@(cd ${WRKSRC}/${i} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
100
		${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
98
		${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
101
.endfor
99
.endfor
102
	(cd ${WRKSRC} && ${INSTALL_DATA} pd.pc ${PREFIX}/libdata/pkgconfig)
100
	(cd ${WRKSRC} && ${INSTALL_DATA} pd.pc \
103
.if ${PORT_OPTIONS:MDOCS}
101
		${STAGEDIR}${PREFIX}/libdata/pkgconfig)
104
	@${MKDIR} ${DOCSDIR}
102
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
105
	@(${TAR} -C ${WRKSRC}/doc --exclude "*.bak" --exclude "*.orig" \
103
	@(${TAR} -C ${WRKSRC}/doc --exclude "*.bak" --exclude "*.orig" \
106
		-cf - . | ${TAR} -C ${DOCSDIR} --unlink -xf -)
104
		-cf - . | ${TAR} -C ${STAGEDIR}${DOCSDIR} --unlink -xf -)
107
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
105
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR}
108
	@${FIND} ${DOCSDIR} -type d -exec ${CHMOD} 755 {} \;
106
	@${FIND} ${STAGEDIR}${DOCSDIR} -type d | ${XARGS} ${CHMOD} 755
109
	@${FIND} ${DOCSDIR} -type f -exec ${CHMOD} ${SHAREMODE} {} \;
107
	@${FIND} ${STAGEDIR}${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
110
.for i in LICENSE.txt README.txt
108
.for i in LICENSE.txt README.txt
111
	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR})
109
	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
112
.endfor
110
.endfor
113
	@${LN} -sf ${DOCSDIR} ${PREFIX}/lib/pd/doc
111
.if ${PORT_OPTIONS:MDOCS}
112
	@${LN} -sf ${DOCSDIR} ${STAGEDIR}${PREFIX}/lib/pd/doc
114
.endif
113
.endif
115
114
116
.include <bsd.port.mk>
115
.include <bsd.port.mk>
(-)audio/pd/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pd-0.44-3.src.tar.gz) = 242745f16bf27838150120022a8f5b63ea5c69441c305dcf637242686f615317
1
SHA256 (pd-0.45-3.src.tar.gz) = 49bab85f0968eef72dfcd4352df0318666e11c33a38e4bc9ec052004fbc4aada
2
SIZE (pd-0.44-3.src.tar.gz) = 2200542
2
SIZE (pd-0.45-3.src.tar.gz) = 2252601
(-)audio/pd/files/patch-extra_pd_pd.c (-3 / +3 lines)
Lines 1-10 Link Here
1
--- extra/pd~/pd~.c.orig	2010-07-29 05:55:17.000000000 +0900
1
--- extra/pd~/pd~.c.orig	2010-07-29 05:55:17.000000000 +0900
2
+++ extra/pd~/pd~.c	2011-04-06 19:18:20.000000000 +0900
2
+++ extra/pd~/pd~.c	2011-04-06 19:18:20.000000000 +0900
3
@@ -11,6 +11,7 @@
3
@@ -19,6 +19,7 @@
4
 #include <stdlib.h>
4
 #include <stdlib.h>
5
 #include <errno.h>
5
 #include <errno.h>
6
 #include <ctype.h>
6
 #include <ctype.h>
7
+#include <signal.h>
7
+#include <signal.h>
8
 #include <sys/types.h>
9
 #include <sys/stat.h>
10
 #include <sys/wait.h>
8
 #include <sys/wait.h>
9
 #include <fcntl.h>
10
 #endif
(-)audio/pd/pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
7
8
Unofficial web site: http://puredata.org/
8
Unofficial web site: http://puredata.org/
9
9
10
WWW: http://www-crca.ucsd.edu/~msp/software.html
10
WWW: http://msp.ucsd.edu/software.html
(-)audio/pd/pkg-plist (+431 lines)
Lines 121-126 Link Here
121
lib/pd/tcl/scrollboxwindow.tcl
121
lib/pd/tcl/scrollboxwindow.tcl
122
lib/pd/tcl/wheredoesthisgo.tcl
122
lib/pd/tcl/wheredoesthisgo.tcl
123
libdata/pkgconfig/pd.pc
123
libdata/pkgconfig/pd.pc
124
man/man1/pd.1.gz
125
man/man1/pdreceive.1.gz
126
man/man1/pdsend.1.gz
127
%%PORTDOCS%%%%DOCSDIR%%/1.manual/1.introduction.txt
128
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.1.png
129
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.2.jpg
130
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.3.jpg
131
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.4.png
132
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.5.jpg
133
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig11.1.png
134
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig11.2.png
135
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig11.3.png
136
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig11.4.png
137
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.1.jpg
138
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.10.jpg
139
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.2.jpg
140
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.3.jpg
141
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.4.jpg
142
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.5.jpg
143
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.6.jpg
144
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.7.jpg
145
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.8.jpg
146
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.9.jpg
147
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.1.jpg
148
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.2.jpg
149
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.3.jpg
150
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.4.jpg
151
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.5.jpg
152
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.6.jpg
153
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.1.jpg
154
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.2.jpg
155
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.3.jpg
156
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.4.jpg
157
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.5.jpg
158
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.6.jpg
159
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig9.1.jpg
160
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig9.2.jpg
161
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig9.3.jpg
162
%%PORTDOCS%%%%DOCSDIR%%/1.manual/index.htm
163
%%PORTDOCS%%%%DOCSDIR%%/1.manual/pdmanual.css
164
%%PORTDOCS%%%%DOCSDIR%%/1.manual/x1.htm
165
%%PORTDOCS%%%%DOCSDIR%%/1.manual/x2.htm
166
%%PORTDOCS%%%%DOCSDIR%%/1.manual/x3.htm
167
%%PORTDOCS%%%%DOCSDIR%%/1.manual/x4.htm
168
%%PORTDOCS%%%%DOCSDIR%%/1.manual/x5.htm
169
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/00.INTRO.txt
170
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/01.PART1.hello.pd
171
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/02.editing.pd
172
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/03.connections.pd
173
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/04.messages.pd
174
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/05.counter.pd
175
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/06.more.counters.pd
176
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/07.time.pd
177
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/08.depthfirst.pd
178
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/09.send_receive.pd
179
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/10.more.messages.pd
180
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/11.review.pd
181
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/12.PART2.subpatch.pd
182
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/13.locality.pd
183
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/14.dollarsigns.pd
184
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/15.array.pd
185
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/15.file.txt
186
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/16.more.arrays.pd
187
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/17.PART3.midi.pd
188
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/18.conditional.pd
189
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/19.random.pd
190
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/20.weighted-random.pd
191
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/21.markov.chain.pd
192
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/22.random-walk.pd
193
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/23.sequencing.pd
194
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/24.loops.pd
195
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/dollarsign.pd
196
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/dollarsign2.pd
197
%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/sendnumber.pd
198
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A00.intro.pd
199
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A00.intro.txt
200
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A01.sinewave.pd
201
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A02.amplitude.pd
202
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A03.line.pd
203
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A04.line2.pd
204
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A05.output.subpatch.pd
205
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A06.frequency.pd
206
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A07.fusion.pd
207
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A08.beating.pd
208
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A09.frequency.mod.pd
209
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A10.review.pd
210
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B01.wavetables.pd
211
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B02.two-wavetables.pd
212
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B03.tabread4.pd
213
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B04.tabread4.interpolation.pd
214
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B05.tabread.FM.pd
215
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B06.table.switching.pd
216
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B07.sampler.pd
217
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B08.sampler.loop.pd
218
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B09.sampler.loop.smooth.pd
219
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B10.sampler.scratch.pd
220
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B11.sampler.nodoppler.pd
221
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B12.sampler.transpose.pd
222
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B13.sampler.overlap.pd
223
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B14.sampler.rockafella.pd
224
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B15.tabread4~-onset.pd
225
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B16.long-varispeed.pd
226
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C01.nyquist.pd
227
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C02.sawtooth-foldover.pd
228
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C03.zipper.noise.pd
229
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C04.control.to.signal.pd
230
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C05.sampler.oneshot.pd
231
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C06.signal.to.control.pd
232
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C07.envelope.follower.pd
233
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C08.analog.sequencer.pd
234
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C09.sample.hold.pd
235
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C10.monophonic.synth.pd
236
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D01.envelope.gen.pd
237
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D02.adsr.pd
238
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D03.envelope.dB.pd
239
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D04.envelope.quartic.pd
240
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D05.envelope.pitch.pd
241
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D06.envelope.portamento.pd
242
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D07.additive.pd
243
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D08.table.spectrum.pd
244
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D09.shepard.tone.pd
245
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D10.sampler.notes.pd
246
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D11.sampler.poly.pd
247
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D12.sampler.bis.pd
248
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D13.additive.qlist.pd
249
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D14.vibrato.pd
250
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E01.spectrum.pd
251
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E02.ring.modulation.pd
252
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E03.octave.divider.pd
253
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E04.difference.tone.pd
254
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E05.chebychev.pd
255
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E06.exponential.pd
256
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E07.evenodd.pd
257
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E08.phase.mod.pd
258
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E09.FM.spectrum.pd
259
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E10.complex.FM.pd
260
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F01.pulse.pd
261
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F02.just.say.pd
262
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F03.pulse.spectrum.pd
263
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F04.waveshaping.pulse.pd
264
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F05.ring.modulation.pd
265
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F06.packets.pd
266
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F07.packet.spectrum.pd
267
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F08.two.cosines.pd
268
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F09.declickit.pd
269
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F10.sweepable.FM.pd
270
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F11.anharmonic.FM.pd
271
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F12.paf.pd
272
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F13.paf.control.pd
273
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F14.wave.packet.pd
274
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G01.delay.pd
275
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G02.delay.loop.pd
276
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G03.delay.variable.pd
277
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G04.control.blocksize.pd
278
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G05.execution.order.pd
279
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G06.octave.doubler.pd
280
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G07.shaker.pd
281
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G08.reverb.pd
282
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G09.pitchshift.pd
283
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H01.low-pass.pd
284
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H02.high-pass.pd
285
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H03.band-pass.pd
286
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H04.filter.sweep.pd
287
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H05.filter.floyd.pd
288
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H06.envelope.follower.pd
289
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H07.measure.spectrum.pd
290
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H08.heterodyning.pd
291
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H09.ssb.modulation.pd
292
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H10.measurement.pd
293
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H11.shelving.pd
294
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H12.peaking.pd
295
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H13.butterworth.pd
296
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H14.all.pass.pd
297
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H15.phaser.pd
298
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H16.adsr.filter.qlist.pd
299
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I01.Fourier.analysis.pd
300
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I02.Hann.window.pd
301
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I03.resynthesis.pd
302
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I04.noisegate.pd
303
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I05.compressor.pd
304
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I06.timbre.stamp.pd
305
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I07.phase.vocoder.pd
306
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I08.pvoc.reverb.pd
307
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I09.sheep.from.goats.pd
308
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I10.phase.bash.pd
309
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J01.even.odd.pd
310
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J02.trapezoids.pd
311
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J03.pulse.width.mod.pd
312
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J04.corners.pd
313
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J05.triangle.pd
314
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J06.enveloping.pd
315
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J07.oversampling.pd
316
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J08.classicsynth.pd
317
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J09.bandlimited.pd
318
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/adsr.pd
319
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/buttercoef3.pd
320
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/butterworth3~.pd
321
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/filter-graph1.pd
322
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/filter-graph2.pd
323
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/osc-voice.pd
324
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/output~.pd
325
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/partial.pd
326
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/qlist-sampler.txt
327
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/qlist.txt
328
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/qlist2.txt
329
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/reverb-echo.pd
330
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/sampvoice.pd
331
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/sampvoice2.pd
332
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/shepvoice.pd
333
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/sinevoice.pd
334
%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/spectrum-partial.pd
335
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/00.intro.txt
336
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/01.scalars.pd
337
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/02.getting.data.pd
338
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/03.setting.data.pd
339
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/04.append.pd
340
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/05.array.pd
341
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/06.file.pd
342
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/07.sequencer.pd
343
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/08.selection.pd
344
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/09.scaling.pd
345
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/10.onoff.pd
346
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/11.array.controls.pd
347
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/12.beat-patterns.pd
348
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/13.sliderule.pd
349
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/14.partialtracer.pd
350
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/add-trace.pd
351
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/beat-maker.pd
352
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/data-array.pd
353
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/data-start.pd
354
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/file.txt
355
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/osc-voice.pd
356
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/output~.pd
357
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/voice.pd
358
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/z.txt
359
%%PORTDOCS%%%%DOCSDIR%%/5.reference/0_all_guis-INTRO.txt
360
%%PORTDOCS%%%%DOCSDIR%%/5.reference/abs~-help.pd
361
%%PORTDOCS%%%%DOCSDIR%%/5.reference/acoustics-help.pd
362
%%PORTDOCS%%%%DOCSDIR%%/5.reference/acoustics~-help.pd
363
%%PORTDOCS%%%%DOCSDIR%%/5.reference/adc~_dac~-help.pd
364
%%PORTDOCS%%%%DOCSDIR%%/5.reference/append-help.pd
365
%%PORTDOCS%%%%DOCSDIR%%/5.reference/array-object-help.pd
366
%%PORTDOCS%%%%DOCSDIR%%/5.reference/array-object-help.txt
367
%%PORTDOCS%%%%DOCSDIR%%/5.reference/bag-help.pd
368
%%PORTDOCS%%%%DOCSDIR%%/5.reference/bang-help.pd
369
%%PORTDOCS%%%%DOCSDIR%%/5.reference/bang~-help.pd
370
%%PORTDOCS%%%%DOCSDIR%%/5.reference/biquad~-help.pd
371
%%PORTDOCS%%%%DOCSDIR%%/5.reference/block~-help.pd
372
%%PORTDOCS%%%%DOCSDIR%%/5.reference/bng-help.pd
373
%%PORTDOCS%%%%DOCSDIR%%/5.reference/bp~-help.pd
374
%%PORTDOCS%%%%DOCSDIR%%/5.reference/canvas-help.pd
375
%%PORTDOCS%%%%DOCSDIR%%/5.reference/change-help.pd
376
%%PORTDOCS%%%%DOCSDIR%%/5.reference/clip~-help.pd
377
%%PORTDOCS%%%%DOCSDIR%%/5.reference/cos~-help.pd
378
%%PORTDOCS%%%%DOCSDIR%%/5.reference/cpole~-help.pd
379
%%PORTDOCS%%%%DOCSDIR%%/5.reference/cputime-help.pd
380
%%PORTDOCS%%%%DOCSDIR%%/5.reference/czero_rev~-help.pd
381
%%PORTDOCS%%%%DOCSDIR%%/5.reference/czero~-help.pd
382
%%PORTDOCS%%%%DOCSDIR%%/5.reference/declare-help.pd
383
%%PORTDOCS%%%%DOCSDIR%%/5.reference/delay-help.pd
384
%%PORTDOCS%%%%DOCSDIR%%/5.reference/delread~-help.pd
385
%%PORTDOCS%%%%DOCSDIR%%/5.reference/delwrite~-help.pd
386
%%PORTDOCS%%%%DOCSDIR%%/5.reference/drawnumber-help.pd
387
%%PORTDOCS%%%%DOCSDIR%%/5.reference/drawpolygon-help.pd
388
%%PORTDOCS%%%%DOCSDIR%%/5.reference/element-help.pd
389
%%PORTDOCS%%%%DOCSDIR%%/5.reference/env~-help.pd
390
%%PORTDOCS%%%%DOCSDIR%%/5.reference/exp~-help.pd
391
%%PORTDOCS%%%%DOCSDIR%%/5.reference/fft~-help.pd
392
%%PORTDOCS%%%%DOCSDIR%%/5.reference/float-help.pd
393
%%PORTDOCS%%%%DOCSDIR%%/5.reference/framp~-help.pd
394
%%PORTDOCS%%%%DOCSDIR%%/5.reference/gatom-help.pd
395
%%PORTDOCS%%%%DOCSDIR%%/5.reference/get-help.pd
396
%%PORTDOCS%%%%DOCSDIR%%/5.reference/getsize-help.pd
397
%%PORTDOCS%%%%DOCSDIR%%/5.reference/graph-help.pd
398
%%PORTDOCS%%%%DOCSDIR%%/5.reference/hdial-help.pd
399
%%PORTDOCS%%%%DOCSDIR%%/5.reference/help-intro.pd
400
%%PORTDOCS%%%%DOCSDIR%%/5.reference/hip~-help.pd
401
%%PORTDOCS%%%%DOCSDIR%%/5.reference/hradio-help.pd
402
%%PORTDOCS%%%%DOCSDIR%%/5.reference/hslider-help.pd
403
%%PORTDOCS%%%%DOCSDIR%%/5.reference/int-help.pd
404
%%PORTDOCS%%%%DOCSDIR%%/5.reference/key-help.pd
405
%%PORTDOCS%%%%DOCSDIR%%/5.reference/line-help.pd
406
%%PORTDOCS%%%%DOCSDIR%%/5.reference/line~-help.pd
407
%%PORTDOCS%%%%DOCSDIR%%/5.reference/list-help.pd
408
%%PORTDOCS%%%%DOCSDIR%%/5.reference/log~-help.pd
409
%%PORTDOCS%%%%DOCSDIR%%/5.reference/lop~-help.pd
410
%%PORTDOCS%%%%DOCSDIR%%/5.reference/makefilename-help.pd
411
%%PORTDOCS%%%%DOCSDIR%%/5.reference/makenote-help.pd
412
%%PORTDOCS%%%%DOCSDIR%%/5.reference/math-help.pd
413
%%PORTDOCS%%%%DOCSDIR%%/5.reference/message-help.pd
414
%%PORTDOCS%%%%DOCSDIR%%/5.reference/metro.pd
415
%%PORTDOCS%%%%DOCSDIR%%/5.reference/midi-help.pd
416
%%PORTDOCS%%%%DOCSDIR%%/5.reference/moses-help.pd
417
%%PORTDOCS%%%%DOCSDIR%%/5.reference/my_canvas-help.pd
418
%%PORTDOCS%%%%DOCSDIR%%/5.reference/namecanvas-help.pd
419
%%PORTDOCS%%%%DOCSDIR%%/5.reference/netreceive-help.pd
420
%%PORTDOCS%%%%DOCSDIR%%/5.reference/netsend-help.pd
421
%%PORTDOCS%%%%DOCSDIR%%/5.reference/noise~-help.pd
422
%%PORTDOCS%%%%DOCSDIR%%/5.reference/numbox2-help.pd
423
%%PORTDOCS%%%%DOCSDIR%%/5.reference/openpanel-help.pd
424
%%PORTDOCS%%%%DOCSDIR%%/5.reference/operators-help.pd
425
%%PORTDOCS%%%%DOCSDIR%%/5.reference/osc~-help.pd
426
%%PORTDOCS%%%%DOCSDIR%%/5.reference/otherbinops-help.pd
427
%%PORTDOCS%%%%DOCSDIR%%/5.reference/pack-help.pd
428
%%PORTDOCS%%%%DOCSDIR%%/5.reference/pd-help.pd
429
%%PORTDOCS%%%%DOCSDIR%%/5.reference/phasor~-help.pd
430
%%PORTDOCS%%%%DOCSDIR%%/5.reference/pipe-help.pd
431
%%PORTDOCS%%%%DOCSDIR%%/5.reference/plot-help.pd
432
%%PORTDOCS%%%%DOCSDIR%%/5.reference/pointer-help.pd
433
%%PORTDOCS%%%%DOCSDIR%%/5.reference/poly-help.pd
434
%%PORTDOCS%%%%DOCSDIR%%/5.reference/pow~-help.pd
435
%%PORTDOCS%%%%DOCSDIR%%/5.reference/print-help.pd
436
%%PORTDOCS%%%%DOCSDIR%%/5.reference/print~-help.pd
437
%%PORTDOCS%%%%DOCSDIR%%/5.reference/qlist-help.pd
438
%%PORTDOCS%%%%DOCSDIR%%/5.reference/qlist.txt
439
%%PORTDOCS%%%%DOCSDIR%%/5.reference/random-help.pd
440
%%PORTDOCS%%%%DOCSDIR%%/5.reference/readsf~-help.pd
441
%%PORTDOCS%%%%DOCSDIR%%/5.reference/realtime-help.pd
442
%%PORTDOCS%%%%DOCSDIR%%/5.reference/receive-help.pd
443
%%PORTDOCS%%%%DOCSDIR%%/5.reference/route-help.pd
444
%%PORTDOCS%%%%DOCSDIR%%/5.reference/rpole~-help.pd
445
%%PORTDOCS%%%%DOCSDIR%%/5.reference/rsqrt~-help.pd
446
%%PORTDOCS%%%%DOCSDIR%%/5.reference/rzero_rev~-help.pd
447
%%PORTDOCS%%%%DOCSDIR%%/5.reference/rzero~-help.pd
448
%%PORTDOCS%%%%DOCSDIR%%/5.reference/samphold~-help.pd
449
%%PORTDOCS%%%%DOCSDIR%%/5.reference/savepanel-help.pd
450
%%PORTDOCS%%%%DOCSDIR%%/5.reference/scalar-object-help.pd
451
%%PORTDOCS%%%%DOCSDIR%%/5.reference/select-help.pd
452
%%PORTDOCS%%%%DOCSDIR%%/5.reference/send-help.pd
453
%%PORTDOCS%%%%DOCSDIR%%/5.reference/send~-help.pd
454
%%PORTDOCS%%%%DOCSDIR%%/5.reference/set-help.pd
455
%%PORTDOCS%%%%DOCSDIR%%/5.reference/setsize-help.pd
456
%%PORTDOCS%%%%DOCSDIR%%/5.reference/setsize.txt
457
%%PORTDOCS%%%%DOCSDIR%%/5.reference/sigbinops-help.pd
458
%%PORTDOCS%%%%DOCSDIR%%/5.reference/sig~-help.pd
459
%%PORTDOCS%%%%DOCSDIR%%/5.reference/snapshot~-help.pd
460
%%PORTDOCS%%%%DOCSDIR%%/5.reference/soundfiler-help.pd
461
%%PORTDOCS%%%%DOCSDIR%%/5.reference/spigot-help.pd
462
%%PORTDOCS%%%%DOCSDIR%%/5.reference/sqrt~-help.pd
463
%%PORTDOCS%%%%DOCSDIR%%/5.reference/stripnote-help.pd
464
%%PORTDOCS%%%%DOCSDIR%%/5.reference/struct-help.pd
465
%%PORTDOCS%%%%DOCSDIR%%/5.reference/swap-help.pd
466
%%PORTDOCS%%%%DOCSDIR%%/5.reference/switch~-help.pd
467
%%PORTDOCS%%%%DOCSDIR%%/5.reference/symbol-help.pd
468
%%PORTDOCS%%%%DOCSDIR%%/5.reference/table.txt
469
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabosc4~-help.pd
470
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabplay~-help.pd
471
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread-help.pd
472
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread4-help.pd
473
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread4~-help.pd
474
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread~-help.pd
475
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabreceive~-help.pd
476
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabsend~-help.pd
477
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabwrite-help.pd
478
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabwrite~-help.pd
479
%%PORTDOCS%%%%DOCSDIR%%/5.reference/text-help.pd
480
%%PORTDOCS%%%%DOCSDIR%%/5.reference/text-object-help.pd
481
%%PORTDOCS%%%%DOCSDIR%%/5.reference/text-object-help.txt
482
%%PORTDOCS%%%%DOCSDIR%%/5.reference/textfile-help.pd
483
%%PORTDOCS%%%%DOCSDIR%%/5.reference/textfile.txt
484
%%PORTDOCS%%%%DOCSDIR%%/5.reference/threshold~-help.pd
485
%%PORTDOCS%%%%DOCSDIR%%/5.reference/throw~-help.pd
486
%%PORTDOCS%%%%DOCSDIR%%/5.reference/timer-help.pd
487
%%PORTDOCS%%%%DOCSDIR%%/5.reference/toggle-help.pd
488
%%PORTDOCS%%%%DOCSDIR%%/5.reference/trigger-help.pd
489
%%PORTDOCS%%%%DOCSDIR%%/5.reference/unpack-help.pd
490
%%PORTDOCS%%%%DOCSDIR%%/5.reference/until-help.pd
491
%%PORTDOCS%%%%DOCSDIR%%/5.reference/value-help.pd
492
%%PORTDOCS%%%%DOCSDIR%%/5.reference/vcf~-help.pd
493
%%PORTDOCS%%%%DOCSDIR%%/5.reference/vdial-help.pd
494
%%PORTDOCS%%%%DOCSDIR%%/5.reference/vd~-help.pd
495
%%PORTDOCS%%%%DOCSDIR%%/5.reference/vline~-help.pd
496
%%PORTDOCS%%%%DOCSDIR%%/5.reference/vradio-help.pd
497
%%PORTDOCS%%%%DOCSDIR%%/5.reference/vslider-help.pd
498
%%PORTDOCS%%%%DOCSDIR%%/5.reference/vu-help.pd
499
%%PORTDOCS%%%%DOCSDIR%%/5.reference/wrap~-help.pd
500
%%PORTDOCS%%%%DOCSDIR%%/5.reference/writesf~-help.pd
501
%%PORTDOCS%%%%DOCSDIR%%/5.reference/x_all_guis.pd
502
%%PORTDOCS%%%%DOCSDIR%%/6.externs/0.README.txt
503
%%PORTDOCS%%%%DOCSDIR%%/6.externs/dspobj~.c
504
%%PORTDOCS%%%%DOCSDIR%%/6.externs/makefile
505
%%PORTDOCS%%%%DOCSDIR%%/6.externs/obj1.c
506
%%PORTDOCS%%%%DOCSDIR%%/6.externs/obj2.c
507
%%PORTDOCS%%%%DOCSDIR%%/6.externs/obj3.c
508
%%PORTDOCS%%%%DOCSDIR%%/6.externs/obj4.c
509
%%PORTDOCS%%%%DOCSDIR%%/6.externs/obj5.c
510
%%PORTDOCS%%%%DOCSDIR%%/6.externs/test-dspobj~.pd
511
%%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj1.pd
512
%%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj2.pd
513
%%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj3.pd
514
%%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj4.pd
515
%%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj5.pd
516
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/1.ring-mod.pd
517
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/2.bandpass.pd
518
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/3.phase.vocoder.pd
519
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/4.looper.pd
520
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/5.reverb.pd
521
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/6.vocoder.pd
522
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/README.txt
523
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/1.poly.synth.pd
524
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/README.txt
525
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/gadsr.pd
526
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/numset.pd
527
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset.pd
528
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset1.txt
529
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset2.txt
530
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset3.txt
531
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset4.txt
532
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/synthvoice.pd
533
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/test-gadsr.pd
534
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/latency.pd
535
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/load-meter.pd
536
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/testtone.pd
537
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/testtone16.pd
538
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
539
%%PORTDOCS%%%%DOCSDIR%%/README.txt
540
%%PORTDOCS%%%%DOCSDIR%%/sound/bell.aiff
541
%%PORTDOCS%%%%DOCSDIR%%/sound/voice.wav
542
%%PORTDOCS%%%%DOCSDIR%%/sound/voice2.wav
543
%%PORTDOCS%%@dirrm %%DOCSDIR%%/sound
544
%%PORTDOCS%%@dirrm %%DOCSDIR%%/7.stuff/tools
545
%%PORTDOCS%%@dirrm %%DOCSDIR%%/7.stuff/synth
546
%%PORTDOCS%%@dirrm %%DOCSDIR%%/7.stuff/soundfile-tools
547
%%PORTDOCS%%@dirrm %%DOCSDIR%%/7.stuff
548
%%PORTDOCS%%@dirrm %%DOCSDIR%%/6.externs
549
%%PORTDOCS%%@dirrm %%DOCSDIR%%/5.reference
550
%%PORTDOCS%%@dirrm %%DOCSDIR%%/4.data.structures
551
%%PORTDOCS%%@dirrm %%DOCSDIR%%/3.audio.examples
552
%%PORTDOCS%%@dirrm %%DOCSDIR%%/2.control.examples
553
%%PORTDOCS%%@dirrm %%DOCSDIR%%/1.manual
554
%%PORTDOCS%%@dirrm %%DOCSDIR%%
124
@dirrm lib/pd/tcl
555
@dirrm lib/pd/tcl
125
@dirrm lib/pd/po
556
@dirrm lib/pd/po
126
@dirrm lib/pd/extra/stdout
557
@dirrm lib/pd/extra/stdout

Return to bug 181877