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

Collapse All | Expand All

(-)csound/Makefile (-8 / +9 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	csound
8
PORTNAME=	csound
9
PORTVERSION=	5.12.1
9
PORTVERSION=	5.13
10
PORTREVISION=	3
11
CATEGORIES=	audio lang
10
CATEGORIES=	audio lang
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}5.12/:src \
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}5.13/:src \
13
		SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}5.10/:manual
12
		SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}5.13/manual:manual
14
# Developer does not include a newer version of the manual.
15
MASTER_SITE_SUBDIR=	${PORTNAME:S/$/:src/}
13
MASTER_SITE_SUBDIR=	${PORTNAME:S/$/:src/}
16
DISTNAME=	${PORTNAME:S/c/C/}${PORTVERSION}
14
DISTNAME=	${PORTNAME:S/c/C/}${PORTVERSION}.0
17
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:src
15
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:src
18
DIST_SUBDIR=	csound
16
DIST_SUBDIR=	csound
19
17
Lines 21-27 Link Here
21
COMMENT=	Sound synthesizer
19
COMMENT=	Sound synthesizer
22
20
23
LIB_DEPENDS=	sndfile:${PORTSDIR}/audio/libsndfile
21
LIB_DEPENDS=	sndfile:${PORTSDIR}/audio/libsndfile
24
BUILD_DEPENDS=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
22
BUILD_DEPENDS=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 \
23
		${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
25
24
26
WRKSRC=		${WRKDIR}/${DISTNAME}/
25
WRKSRC=		${WRKDIR}/${DISTNAME}/
27
USE_PYTHON=	2.6+
26
USE_PYTHON=	2.6+
Lines 34-39 Link Here
34
		buildVirtual=1 buildCSEditor=1 buildDSSI=0 \
33
		buildVirtual=1 buildCSEditor=1 buildDSSI=0 \
35
		useGettext=1 dynamicCsoundLibrary=1 useDouble=1
34
		useGettext=1 dynamicCsoundLibrary=1 useDouble=1
36
35
36
CONFLICTS_INSTALL=	outguess-*
37
37
OPTIONS=	FLTKGUI "Build fltk plugin and GUI" on
38
OPTIONS=	FLTKGUI "Build fltk plugin and GUI" on
38
39
39
.include <bsd.port.pre.mk>
40
.include <bsd.port.pre.mk>
Lines 55-61 Link Here
55
56
56
.if !defined(NOPORTDOCS)
57
.if !defined(NOPORTDOCS)
57
BUILD_DEPENDS+=		${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
58
BUILD_DEPENDS+=		${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
58
DISTFILES+=	Csound5.10_manual_html.zip:manual
59
DISTFILES+=	Csound5.13_manual_html.zip:manual
59
.endif
60
.endif
60
61
61
post-patch: apply-slist
62
post-patch: apply-slist
(-)csound/distinfo (-6 / +4 lines)
Lines 1-6 Link Here
1
MD5 (csound/Csound5.12.1.tar.gz) = 70b0c4a159c4960a09719674657949c9
1
SHA256 (csound/Csound5.13.0.tar.gz) = 0552b5de4641bf95069422ed7c45b4aa613938c2fc643788be770dc82b213305
2
SHA256 (csound/Csound5.12.1.tar.gz) = 89173d666df4e109e6bbbd9232e68f7710711fa0e853a29f7704aa01d502360d
2
SIZE (csound/Csound5.13.0.tar.gz) = 9813643
3
SIZE (csound/Csound5.12.1.tar.gz) = 6121581
3
SHA256 (csound/Csound5.13_manual_html.zip) = 4b040b03afb10215d22eb5deea482c5349aafc3d814c29322f137b28c6b1ed04
4
MD5 (csound/Csound5.10_manual_html.zip) = e1eba0da11cfc1d85ef2113a81af91eb
4
SIZE (csound/Csound5.13_manual_html.zip) = 8411633
5
SHA256 (csound/Csound5.10_manual_html.zip) = 2c544a1bda8897a8364fa806109bdfca6f9e01495bace014d207db145f8324b1
6
SIZE (csound/Csound5.10_manual_html.zip) = 5381988
(-)csound/pkg-plist (-36 / +343 lines)
Lines 1-8 Link Here
1
bin/atsa
1
bin/atsa
2
bin/cs
2
bin/cs
3
bin/csmixer
4
bin/csb64enc
3
bin/csb64enc
5
bin/cseditor
4
bin/cseditor
5
bin/csmixer
6
bin/csound
6
bin/csound
7
%%FLTKGUI%%bin/csound5gui
7
%%FLTKGUI%%bin/csound5gui
8
bin/cvanal
8
bin/cvanal
Lines 30-38 Link Here
30
bin/winsound
30
bin/winsound
31
include/csound/CppSound.hpp
31
include/csound/CppSound.hpp
32
include/csound/CsoundFile.hpp
32
include/csound/CsoundFile.hpp
33
include/csound/csPerfThread.hpp
34
include/csound/OpcodeBase.hpp
33
include/csound/OpcodeBase.hpp
35
include/csound/cfgvar.h
34
include/csound/cfgvar.h
35
include/csound/csPerfThread.hpp
36
include/csound/cscore.h
36
include/csound/cscore.h
37
include/csound/csdl.h
37
include/csound/csdl.h
38
include/csound/csound.h
38
include/csound/csound.h
Lines 40-45 Link Here
40
include/csound/csoundCore.h
40
include/csound/csoundCore.h
41
include/csound/cwindow.h
41
include/csound/cwindow.h
42
include/csound/filebuilding.h
42
include/csound/filebuilding.h
43
include/csound/float-version.h
43
include/csound/msg_attr.h
44
include/csound/msg_attr.h
44
include/csound/pstream.h
45
include/csound/pstream.h
45
include/csound/pvfileio.h
46
include/csound/pvfileio.h
Lines 47-101 Link Here
47
include/csound/sysdep.h
48
include/csound/sysdep.h
48
include/csound/text.h
49
include/csound/text.h
49
include/csound/version.h
50
include/csound/version.h
51
lib/csound/plugins64/libambicode1.so
50
lib/csound/plugins64/libampmidid.so
52
lib/csound/plugins64/libampmidid.so
51
lib/csound/plugins64/libbabo.so
53
lib/csound/plugins64/libbabo.so
52
lib/csound/plugins64/libbarmodel.so
54
lib/csound/plugins64/libbarmodel.so
53
lib/csound/plugins64/libcompress.so
55
lib/csound/plugins64/libcompress.so
54
lib/csound/plugins64/libcrossfm.so
55
lib/csound/plugins64/libcontrol.so
56
lib/csound/plugins64/libcontrol.so
57
lib/csound/plugins64/libcrossfm.so
58
lib/csound/plugins64/libcs_date.so
59
lib/csound/plugins64/libcs_pan2.so
60
lib/csound/plugins64/libcs_pvs_ops.so
61
lib/csound/plugins64/libdoppler.so
56
lib/csound/plugins64/libeqfil.so
62
lib/csound/plugins64/libeqfil.so
57
lib/csound/plugins64/libftest.so
63
lib/csound/plugins64/libftest.so
58
lib/csound/plugins64/libgabnew.so
64
lib/csound/plugins64/libgabnew.so
59
lib/csound/plugins64/libgrain4.so
65
lib/csound/plugins64/libgrain4.so
60
lib/csound/plugins64/libharmon.so
66
lib/csound/plugins64/libharmon.so
61
lib/csound/plugins64/libhrtferX.so
67
lib/csound/plugins64/libhrtferX.so
68
lib/csound/plugins64/libhrtfnew.so
69
lib/csound/plugins64/libimage.so
62
lib/csound/plugins64/libloscilx.so
70
lib/csound/plugins64/libloscilx.so
63
lib/csound/plugins64/libminmax.so
71
lib/csound/plugins64/libminmax.so
64
lib/csound/plugins64/libmixer.so
72
lib/csound/plugins64/libmixer.so
65
lib/csound/plugins64/libmodal4.so
73
lib/csound/plugins64/libmodal4.so
74
lib/csound/plugins64/libmodmatrix.so
66
lib/csound/plugins64/libmutexops.so
75
lib/csound/plugins64/libmutexops.so
67
lib/csound/plugins64/libpartikkel.so
76
lib/csound/plugins64/libpartikkel.so
68
lib/csound/plugins64/libphisem.so
77
lib/csound/plugins64/libphisem.so
69
lib/csound/plugins64/libphysmod.so
78
lib/csound/plugins64/libphysmod.so
70
lib/csound/plugins64/libpitch.so
79
lib/csound/plugins64/libpitch.so
71
lib/csound/plugins64/libptrack.so
80
lib/csound/plugins64/libptrack.so
81
lib/csound/plugins64/libpvlock.so
72
lib/csound/plugins64/libpvoc.so
82
lib/csound/plugins64/libpvoc.so
73
lib/csound/plugins64/libpvsbuffer.so
83
lib/csound/plugins64/libpvsbuffer.so
74
lib/csound/plugins64/libscansyn.so
84
lib/csound/plugins64/libscansyn.so
75
lib/csound/plugins64/libscoreline.so
85
lib/csound/plugins64/libscoreline.so
76
lib/csound/plugins64/libsfont.so
86
lib/csound/plugins64/libsfont.so
87
lib/csound/plugins64/libshape.so
88
lib/csound/plugins64/libsignalflowgraph.so
77
lib/csound/plugins64/libstackops.so
89
lib/csound/plugins64/libstackops.so
78
lib/csound/plugins64/libstdopcod.so
90
lib/csound/plugins64/libstdopcod.so
79
lib/csound/plugins64/libstdutil.so
91
lib/csound/plugins64/libstdutil.so
80
lib/csound/plugins64/libsystem_call.so
92
lib/csound/plugins64/libsystem_call.so
93
lib/csound/plugins64/libtabsum.so
81
lib/csound/plugins64/libudprecv.so
94
lib/csound/plugins64/libudprecv.so
82
lib/csound/plugins64/libudpsend.so
95
lib/csound/plugins64/libudpsend.so
83
lib/csound/plugins64/libugakbari.so
96
lib/csound/plugins64/libugakbari.so
97
lib/csound/plugins64/liburandom.so
84
lib/csound/plugins64/libvaops.so
98
lib/csound/plugins64/libvaops.so
85
lib/csound/plugins64/libvbap.so
99
lib/csound/plugins64/libvbap.so
86
%%FLTKGUI%%lib/csound/plugins64/libvirtual.so
100
%%FLTKGUI%%lib/csound/plugins64/libvirtual.so
87
%%FLTKGUI%%lib/csound/plugins64/libwidgets.so
88
lib/csound/plugins64/libsignalflowgraph.so
89
lib/csound/plugins64/libambicode1.so
90
lib/csound/plugins64/libcs_pan2.so
91
lib/csound/plugins64/libcs_pvs_ops.so
92
lib/csound/plugins64/libcs_date.so
93
lib/csound/plugins64/libshape.so
94
lib/csound/plugins64/libdoppler.so
95
lib/csound/plugins64/libtabsum.so
96
lib/csound/plugins64/libvosim.so
101
lib/csound/plugins64/libvosim.so
97
lib/csound/plugins64/libimage.so
102
%%FLTKGUI%%lib/csound/plugins64/libwidgets.so
98
lib/csound/plugins64/libhrtfnew.so
99
lib/libcsladspa.so
103
lib/libcsladspa.so
100
lib/libcsnd.so.5
104
lib/libcsnd.so.5
101
lib/libcsound64.so
105
lib/libcsound64.so
Lines 110-115 Link Here
110
%%PORTDOCS%%%%DOCSDIR%%/ATSread.html
114
%%PORTDOCS%%%%DOCSDIR%%/ATSread.html
111
%%PORTDOCS%%%%DOCSDIR%%/ATSreadnz.html
115
%%PORTDOCS%%%%DOCSDIR%%/ATSreadnz.html
112
%%PORTDOCS%%%%DOCSDIR%%/ATSsinnoi.html
116
%%PORTDOCS%%%%DOCSDIR%%/ATSsinnoi.html
117
%%PORTDOCS%%%%DOCSDIR%%/BeatsTop.html
113
%%PORTDOCS%%%%DOCSDIR%%/BuildingCsound.html
118
%%PORTDOCS%%%%DOCSDIR%%/BuildingCsound.html
114
%%PORTDOCS%%%%DOCSDIR%%/CommandCsoundVST.html
119
%%PORTDOCS%%%%DOCSDIR%%/CommandCsoundVST.html
115
%%PORTDOCS%%%%DOCSDIR%%/CommandDesc.html
120
%%PORTDOCS%%%%DOCSDIR%%/CommandDesc.html
Lines 144-149 Link Here
144
%%PORTDOCS%%%%DOCSDIR%%/CscoreMain.html
149
%%PORTDOCS%%%%DOCSDIR%%/CscoreMain.html
145
%%PORTDOCS%%%%DOCSDIR%%/CscoreTop.html
150
%%PORTDOCS%%%%DOCSDIR%%/CscoreTop.html
146
%%PORTDOCS%%%%DOCSDIR%%/CsoundLinks.html
151
%%PORTDOCS%%%%DOCSDIR%%/CsoundLinks.html
152
%%PORTDOCS%%%%DOCSDIR%%/Example.html
147
%%PORTDOCS%%%%DOCSDIR%%/FLbox.html
153
%%PORTDOCS%%%%DOCSDIR%%/FLbox.html
148
%%PORTDOCS%%%%DOCSDIR%%/FLbutBank.html
154
%%PORTDOCS%%%%DOCSDIR%%/FLbutBank.html
149
%%PORTDOCS%%%%DOCSDIR%%/FLbutton.html
155
%%PORTDOCS%%%%DOCSDIR%%/FLbutton.html
Lines 249-258 Link Here
249
%%PORTDOCS%%%%DOCSDIR%%/GEN41.html
255
%%PORTDOCS%%%%DOCSDIR%%/GEN41.html
250
%%PORTDOCS%%%%DOCSDIR%%/GEN42.html
256
%%PORTDOCS%%%%DOCSDIR%%/GEN42.html
251
%%PORTDOCS%%%%DOCSDIR%%/GEN43.html
257
%%PORTDOCS%%%%DOCSDIR%%/GEN43.html
258
%%PORTDOCS%%%%DOCSDIR%%/GEN49.html
252
%%PORTDOCS%%%%DOCSDIR%%/GEN51.html
259
%%PORTDOCS%%%%DOCSDIR%%/GEN51.html
253
%%PORTDOCS%%%%DOCSDIR%%/GEN52.html
260
%%PORTDOCS%%%%DOCSDIR%%/GEN52.html
261
%%PORTDOCS%%%%DOCSDIR%%/GENexp.html
262
%%PORTDOCS%%%%DOCSDIR%%/GENfarey.html
263
%%PORTDOCS%%%%DOCSDIR%%/GENsone.html
264
%%PORTDOCS%%%%DOCSDIR%%/GENtanh.html
254
%%PORTDOCS%%%%DOCSDIR%%/ImageopcodesTop.html
265
%%PORTDOCS%%%%DOCSDIR%%/ImageopcodesTop.html
255
%%PORTDOCS%%%%DOCSDIR%%/Introduction.html
266
%%PORTDOCS%%%%DOCSDIR%%/Introduction.html
267
%%PORTDOCS%%%%DOCSDIR%%/JackoAudioIn.html
268
%%PORTDOCS%%%%DOCSDIR%%/JackoAudioInConnect.html
269
%%PORTDOCS%%%%DOCSDIR%%/JackoAudioOut.html
270
%%PORTDOCS%%%%DOCSDIR%%/JackoAudioOutConnect.html
271
%%PORTDOCS%%%%DOCSDIR%%/JackoFreewheel.html
272
%%PORTDOCS%%%%DOCSDIR%%/JackoInfo.html
273
%%PORTDOCS%%%%DOCSDIR%%/JackoInit.html
274
%%PORTDOCS%%%%DOCSDIR%%/JackoMidiInConnect.html
275
%%PORTDOCS%%%%DOCSDIR%%/JackoMidiOut.html
276
%%PORTDOCS%%%%DOCSDIR%%/JackoMidiOutConnect.html
277
%%PORTDOCS%%%%DOCSDIR%%/JackoNoteOut.html
278
%%PORTDOCS%%%%DOCSDIR%%/JackoOn.html
279
%%PORTDOCS%%%%DOCSDIR%%/JackoOpcodes.html
280
%%PORTDOCS%%%%DOCSDIR%%/JackoTransport.html
256
%%PORTDOCS%%%%DOCSDIR%%/MathArtLogic.html
281
%%PORTDOCS%%%%DOCSDIR%%/MathArtLogic.html
257
%%PORTDOCS%%%%DOCSDIR%%/MathMatfunc.html
282
%%PORTDOCS%%%%DOCSDIR%%/MathMatfunc.html
258
%%PORTDOCS%%%%DOCSDIR%%/MathOpeqfunc.html
283
%%PORTDOCS%%%%DOCSDIR%%/MathOpeqfunc.html
Lines 271-276 Link Here
271
%%PORTDOCS%%%%DOCSDIR%%/MidiTop.html
296
%%PORTDOCS%%%%DOCSDIR%%/MidiTop.html
272
%%PORTDOCS%%%%DOCSDIR%%/MiscAmp.html
297
%%PORTDOCS%%%%DOCSDIR%%/MiscAmp.html
273
%%PORTDOCS%%%%DOCSDIR%%/MiscCsound64.html
298
%%PORTDOCS%%%%DOCSDIR%%/MiscCsound64.html
299
%%PORTDOCS%%%%DOCSDIR%%/MiscExamples.html
274
%%PORTDOCS%%%%DOCSDIR%%/MiscFormants.html
300
%%PORTDOCS%%%%DOCSDIR%%/MiscFormants.html
275
%%PORTDOCS%%%%DOCSDIR%%/MiscGlossary.html
301
%%PORTDOCS%%%%DOCSDIR%%/MiscGlossary.html
276
%%PORTDOCS%%%%DOCSDIR%%/MiscModalFreq.html
302
%%PORTDOCS%%%%DOCSDIR%%/MiscModalFreq.html
Lines 285-290 Link Here
285
%%PORTDOCS%%%%DOCSDIR%%/MixerReceive.html
311
%%PORTDOCS%%%%DOCSDIR%%/MixerReceive.html
286
%%PORTDOCS%%%%DOCSDIR%%/MixerSend.html
312
%%PORTDOCS%%%%DOCSDIR%%/MixerSend.html
287
%%PORTDOCS%%%%DOCSDIR%%/MixerSetLevel.html
313
%%PORTDOCS%%%%DOCSDIR%%/MixerSetLevel.html
314
%%PORTDOCS%%%%DOCSDIR%%/MixerSetLevel_i.html
288
%%PORTDOCS%%%%DOCSDIR%%/Network.html
315
%%PORTDOCS%%%%DOCSDIR%%/Network.html
289
%%PORTDOCS%%%%DOCSDIR%%/OSCNetwork.html
316
%%PORTDOCS%%%%DOCSDIR%%/OSCNetwork.html
290
%%PORTDOCS%%%%DOCSDIR%%/OSCinit.html
317
%%PORTDOCS%%%%DOCSDIR%%/OSCinit.html
Lines 318-323 Link Here
318
%%PORTDOCS%%%%DOCSDIR%%/RealTimeWindows.html
345
%%PORTDOCS%%%%DOCSDIR%%/RealTimeWindows.html
319
%%PORTDOCS%%%%DOCSDIR%%/RecentDevelopments.html
346
%%PORTDOCS%%%%DOCSDIR%%/RecentDevelopments.html
320
%%PORTDOCS%%%%DOCSDIR%%/Remote.html
347
%%PORTDOCS%%%%DOCSDIR%%/Remote.html
348
%%PORTDOCS%%%%DOCSDIR%%/STKBandedWG.html
349
%%PORTDOCS%%%%DOCSDIR%%/STKBeeThree.html
350
%%PORTDOCS%%%%DOCSDIR%%/STKBlowBotl.html
351
%%PORTDOCS%%%%DOCSDIR%%/STKBlowHole.html
352
%%PORTDOCS%%%%DOCSDIR%%/STKBowed.html
353
%%PORTDOCS%%%%DOCSDIR%%/STKBrass.html
354
%%PORTDOCS%%%%DOCSDIR%%/STKClarinet.html
355
%%PORTDOCS%%%%DOCSDIR%%/STKDrummer.html
356
%%PORTDOCS%%%%DOCSDIR%%/STKFMVoices.html
357
%%PORTDOCS%%%%DOCSDIR%%/STKFlute.html
358
%%PORTDOCS%%%%DOCSDIR%%/STKHevyMetl.html
359
%%PORTDOCS%%%%DOCSDIR%%/STKMandolin.html
360
%%PORTDOCS%%%%DOCSDIR%%/STKModalBar.html
361
%%PORTDOCS%%%%DOCSDIR%%/STKMoog.html
362
%%PORTDOCS%%%%DOCSDIR%%/STKPercFlut.html
363
%%PORTDOCS%%%%DOCSDIR%%/STKPlucked.html
364
%%PORTDOCS%%%%DOCSDIR%%/STKResonate.html
365
%%PORTDOCS%%%%DOCSDIR%%/STKRhodey.html
366
%%PORTDOCS%%%%DOCSDIR%%/STKSaxofony.html
367
%%PORTDOCS%%%%DOCSDIR%%/STKShakers.html
368
%%PORTDOCS%%%%DOCSDIR%%/STKSimple.html
369
%%PORTDOCS%%%%DOCSDIR%%/STKSitar.html
370
%%PORTDOCS%%%%DOCSDIR%%/STKStifKarp.html
371
%%PORTDOCS%%%%DOCSDIR%%/STKTubeBell.html
372
%%PORTDOCS%%%%DOCSDIR%%/STKVoicForm.html
373
%%PORTDOCS%%%%DOCSDIR%%/STKWhistle.html
374
%%PORTDOCS%%%%DOCSDIR%%/STKWurley.html
321
%%PORTDOCS%%%%DOCSDIR%%/ScoreEval.html
375
%%PORTDOCS%%%%DOCSDIR%%/ScoreEval.html
322
%%PORTDOCS%%%%DOCSDIR%%/ScoreGenRef.html
376
%%PORTDOCS%%%%DOCSDIR%%/ScoreGenRef.html
323
%%PORTDOCS%%%%DOCSDIR%%/ScoreMacros.html
377
%%PORTDOCS%%%%DOCSDIR%%/ScoreMacros.html
Lines 362-367 Link Here
362
%%PORTDOCS%%%%DOCSDIR%%/SigmodTop.html
416
%%PORTDOCS%%%%DOCSDIR%%/SigmodTop.html
363
%%PORTDOCS%%%%DOCSDIR%%/SigmodWavguide.html
417
%%PORTDOCS%%%%DOCSDIR%%/SigmodWavguide.html
364
%%PORTDOCS%%%%DOCSDIR%%/SigmodWavshape.html
418
%%PORTDOCS%%%%DOCSDIR%%/SigmodWavshape.html
419
%%PORTDOCS%%%%DOCSDIR%%/SignalFlowGraphOpcodes.html
365
%%PORTDOCS%%%%DOCSDIR%%/SoftwareBus.html
420
%%PORTDOCS%%%%DOCSDIR%%/SoftwareBus.html
366
%%PORTDOCS%%%%DOCSDIR%%/SpectralATS.html
421
%%PORTDOCS%%%%DOCSDIR%%/SpectralATS.html
367
%%PORTDOCS%%%%DOCSDIR%%/SpectralLpcresyn.html
422
%%PORTDOCS%%%%DOCSDIR%%/SpectralLpcresyn.html
Lines 373-378 Link Here
373
%%PORTDOCS%%%%DOCSDIR%%/TableSelect.html
428
%%PORTDOCS%%%%DOCSDIR%%/TableSelect.html
374
%%PORTDOCS%%%%DOCSDIR%%/TableTop.html
429
%%PORTDOCS%%%%DOCSDIR%%/TableTop.html
375
%%PORTDOCS%%%%DOCSDIR%%/Using.html
430
%%PORTDOCS%%%%DOCSDIR%%/Using.html
431
%%PORTDOCS%%%%DOCSDIR%%/UsingDesign.html
376
%%PORTDOCS%%%%DOCSDIR%%/UsingOptimizing.html
432
%%PORTDOCS%%%%DOCSDIR%%/UsingOptimizing.html
377
%%PORTDOCS%%%%DOCSDIR%%/UsingRealTime.html
433
%%PORTDOCS%%%%DOCSDIR%%/UsingRealTime.html
378
%%PORTDOCS%%%%DOCSDIR%%/UtilityAtsa.html
434
%%PORTDOCS%%%%DOCSDIR%%/UtilityAtsa.html
Lines 400-408 Link Here
400
%%PORTDOCS%%%%DOCSDIR%%/agogobel.html
456
%%PORTDOCS%%%%DOCSDIR%%/agogobel.html
401
%%PORTDOCS%%%%DOCSDIR%%/alinrand.html
457
%%PORTDOCS%%%%DOCSDIR%%/alinrand.html
402
%%PORTDOCS%%%%DOCSDIR%%/alpass.html
458
%%PORTDOCS%%%%DOCSDIR%%/alpass.html
459
%%PORTDOCS%%%%DOCSDIR%%/alwayson.html
403
%%PORTDOCS%%%%DOCSDIR%%/ampdb.html
460
%%PORTDOCS%%%%DOCSDIR%%/ampdb.html
404
%%PORTDOCS%%%%DOCSDIR%%/ampdbfs.html
461
%%PORTDOCS%%%%DOCSDIR%%/ampdbfs.html
405
%%PORTDOCS%%%%DOCSDIR%%/ampmidi.html
462
%%PORTDOCS%%%%DOCSDIR%%/ampmidi.html
463
%%PORTDOCS%%%%DOCSDIR%%/ampmidid.html
406
%%PORTDOCS%%%%DOCSDIR%%/apcauchy.html
464
%%PORTDOCS%%%%DOCSDIR%%/apcauchy.html
407
%%PORTDOCS%%%%DOCSDIR%%/apoisson.html
465
%%PORTDOCS%%%%DOCSDIR%%/apoisson.html
408
%%PORTDOCS%%%%DOCSDIR%%/apow.html
466
%%PORTDOCS%%%%DOCSDIR%%/apow.html
Lines 460-465 Link Here
460
%%PORTDOCS%%%%DOCSDIR%%/chnget.html
518
%%PORTDOCS%%%%DOCSDIR%%/chnget.html
461
%%PORTDOCS%%%%DOCSDIR%%/chnmix.html
519
%%PORTDOCS%%%%DOCSDIR%%/chnmix.html
462
%%PORTDOCS%%%%DOCSDIR%%/chnparams.html
520
%%PORTDOCS%%%%DOCSDIR%%/chnparams.html
521
%%PORTDOCS%%%%DOCSDIR%%/chnrecv.html
522
%%PORTDOCS%%%%DOCSDIR%%/chnsend.html
463
%%PORTDOCS%%%%DOCSDIR%%/chnset.html
523
%%PORTDOCS%%%%DOCSDIR%%/chnset.html
464
%%PORTDOCS%%%%DOCSDIR%%/chuap.html
524
%%PORTDOCS%%%%DOCSDIR%%/chuap.html
465
%%PORTDOCS%%%%DOCSDIR%%/cigoto.html
525
%%PORTDOCS%%%%DOCSDIR%%/cigoto.html
Lines 473-478 Link Here
473
%%PORTDOCS%%%%DOCSDIR%%/cngoto.html
533
%%PORTDOCS%%%%DOCSDIR%%/cngoto.html
474
%%PORTDOCS%%%%DOCSDIR%%/comb.html
534
%%PORTDOCS%%%%DOCSDIR%%/comb.html
475
%%PORTDOCS%%%%DOCSDIR%%/compress.html
535
%%PORTDOCS%%%%DOCSDIR%%/compress.html
536
%%PORTDOCS%%%%DOCSDIR%%/connect.html
476
%%PORTDOCS%%%%DOCSDIR%%/contents.html
537
%%PORTDOCS%%%%DOCSDIR%%/contents.html
477
%%PORTDOCS%%%%DOCSDIR%%/control.html
538
%%PORTDOCS%%%%DOCSDIR%%/control.html
478
%%PORTDOCS%%%%DOCSDIR%%/convle.html
539
%%PORTDOCS%%%%DOCSDIR%%/convle.html
Lines 494-499 Link Here
494
%%PORTDOCS%%%%DOCSDIR%%/cpuprc.html
555
%%PORTDOCS%%%%DOCSDIR%%/cpuprc.html
495
%%PORTDOCS%%%%DOCSDIR%%/credits.html
556
%%PORTDOCS%%%%DOCSDIR%%/credits.html
496
%%PORTDOCS%%%%DOCSDIR%%/cross2.html
557
%%PORTDOCS%%%%DOCSDIR%%/cross2.html
558
%%PORTDOCS%%%%DOCSDIR%%/crossfm.html
497
%%PORTDOCS%%%%DOCSDIR%%/crunch.html
559
%%PORTDOCS%%%%DOCSDIR%%/crunch.html
498
%%PORTDOCS%%%%DOCSDIR%%/cs.html
560
%%PORTDOCS%%%%DOCSDIR%%/cs.html
499
%%PORTDOCS%%%%DOCSDIR%%/csb64enc.html
561
%%PORTDOCS%%%%DOCSDIR%%/csb64enc.html
Lines 541-546 Link Here
541
%%PORTDOCS%%%%DOCSDIR%%/divz.html
603
%%PORTDOCS%%%%DOCSDIR%%/divz.html
542
%%PORTDOCS%%%%DOCSDIR%%/dnoise.html
604
%%PORTDOCS%%%%DOCSDIR%%/dnoise.html
543
%%PORTDOCS%%%%DOCSDIR%%/dollar.html
605
%%PORTDOCS%%%%DOCSDIR%%/dollar.html
606
%%PORTDOCS%%%%DOCSDIR%%/doppler.html
544
%%PORTDOCS%%%%DOCSDIR%%/downsamp.html
607
%%PORTDOCS%%%%DOCSDIR%%/downsamp.html
545
%%PORTDOCS%%%%DOCSDIR%%/dripwater.html
608
%%PORTDOCS%%%%DOCSDIR%%/dripwater.html
546
%%PORTDOCS%%%%DOCSDIR%%/dssiactivate.html
609
%%PORTDOCS%%%%DOCSDIR%%/dssiactivate.html
Lines 568-581 Link Here
568
%%PORTDOCS%%%%DOCSDIR%%/equals.html
631
%%PORTDOCS%%%%DOCSDIR%%/equals.html
569
%%PORTDOCS%%%%DOCSDIR%%/event.html
632
%%PORTDOCS%%%%DOCSDIR%%/event.html
570
%%PORTDOCS%%%%DOCSDIR%%/event_i.html
633
%%PORTDOCS%%%%DOCSDIR%%/event_i.html
571
%%PORTDOCS%%%%DOCSDIR%%/examples/.#ihold.csd.1.2
572
%%PORTDOCS%%%%DOCSDIR%%/examples/.#system.csd.1.1
573
%%PORTDOCS%%%%DOCSDIR%%/examples/01hpschd.sf2
634
%%PORTDOCS%%%%DOCSDIR%%/examples/01hpschd.sf2
574
%%PORTDOCS%%%%DOCSDIR%%/examples/07AcousticGuitar.sf2
635
%%PORTDOCS%%%%DOCSDIR%%/examples/07AcousticGuitar.sf2
575
%%PORTDOCS%%%%DOCSDIR%%/examples/0dbfs-1.csd
636
%%PORTDOCS%%%%DOCSDIR%%/examples/0dbfs-1.csd
576
%%PORTDOCS%%%%DOCSDIR%%/examples/0dbfs.csd
637
%%PORTDOCS%%%%DOCSDIR%%/examples/0dbfs.csd
577
%%PORTDOCS%%%%DOCSDIR%%/examples/19Trumpet.sf2
638
%%PORTDOCS%%%%DOCSDIR%%/examples/19Trumpet.sf2
578
%%PORTDOCS%%%%DOCSDIR%%/examples/22Bassoon.sf2
639
%%PORTDOCS%%%%DOCSDIR%%/examples/22Bassoon.sf2
640
%%PORTDOCS%%%%DOCSDIR%%/examples/ATSadd.csd
641
%%PORTDOCS%%%%DOCSDIR%%/examples/ATSaddnz.csd
642
%%PORTDOCS%%%%DOCSDIR%%/examples/ATSbufread.csd
643
%%PORTDOCS%%%%DOCSDIR%%/examples/ATScross.csd
644
%%PORTDOCS%%%%DOCSDIR%%/examples/ATSinfo.csd
645
%%PORTDOCS%%%%DOCSDIR%%/examples/ATSinterpread.csd
646
%%PORTDOCS%%%%DOCSDIR%%/examples/ATSpartialtap.csd
647
%%PORTDOCS%%%%DOCSDIR%%/examples/ATSread.csd
648
%%PORTDOCS%%%%DOCSDIR%%/examples/ATSreadnz.csd
649
%%PORTDOCS%%%%DOCSDIR%%/examples/ATSsinnoi.csd
579
%%PORTDOCS%%%%DOCSDIR%%/examples/FLbox.csd
650
%%PORTDOCS%%%%DOCSDIR%%/examples/FLbox.csd
580
%%PORTDOCS%%%%DOCSDIR%%/examples/FLbutBank.csd
651
%%PORTDOCS%%%%DOCSDIR%%/examples/FLbutBank.csd
581
%%PORTDOCS%%%%DOCSDIR%%/examples/FLbutton.csd
652
%%PORTDOCS%%%%DOCSDIR%%/examples/FLbutton.csd
Lines 586-592 Link Here
586
%%PORTDOCS%%%%DOCSDIR%%/examples/FLkeyIn.csd
657
%%PORTDOCS%%%%DOCSDIR%%/examples/FLkeyIn.csd
587
%%PORTDOCS%%%%DOCSDIR%%/examples/FLknob-2.csd
658
%%PORTDOCS%%%%DOCSDIR%%/examples/FLknob-2.csd
588
%%PORTDOCS%%%%DOCSDIR%%/examples/FLknob.csd
659
%%PORTDOCS%%%%DOCSDIR%%/examples/FLknob.csd
589
%%PORTDOCS%%%%DOCSDIR%%/examples/FLmeter.csd
590
%%PORTDOCS%%%%DOCSDIR%%/examples/FLmouse.csd
660
%%PORTDOCS%%%%DOCSDIR%%/examples/FLmouse.csd
591
%%PORTDOCS%%%%DOCSDIR%%/examples/FLpanel-sensekey.csd
661
%%PORTDOCS%%%%DOCSDIR%%/examples/FLpanel-sensekey.csd
592
%%PORTDOCS%%%%DOCSDIR%%/examples/FLpanel-sensekey2.csd
662
%%PORTDOCS%%%%DOCSDIR%%/examples/FLpanel-sensekey2.csd
Lines 598-604 Link Here
598
%%PORTDOCS%%%%DOCSDIR%%/examples/FLsetText.csd
668
%%PORTDOCS%%%%DOCSDIR%%/examples/FLsetText.csd
599
%%PORTDOCS%%%%DOCSDIR%%/examples/FLsetVal.csd
669
%%PORTDOCS%%%%DOCSDIR%%/examples/FLsetVal.csd
600
%%PORTDOCS%%%%DOCSDIR%%/examples/FLsetcolor.csd
670
%%PORTDOCS%%%%DOCSDIR%%/examples/FLsetcolor.csd
601
%%PORTDOCS%%%%DOCSDIR%%/examples/FLslidBnk-2.csd
602
%%PORTDOCS%%%%DOCSDIR%%/examples/FLslidBnk.csd
671
%%PORTDOCS%%%%DOCSDIR%%/examples/FLslidBnk.csd
603
%%PORTDOCS%%%%DOCSDIR%%/examples/FLslidBnk2.csd
672
%%PORTDOCS%%%%DOCSDIR%%/examples/FLslidBnk2.csd
604
%%PORTDOCS%%%%DOCSDIR%%/examples/FLslidBnk2Setk.csd
673
%%PORTDOCS%%%%DOCSDIR%%/examples/FLslidBnk2Setk.csd
Lines 607-628 Link Here
607
%%PORTDOCS%%%%DOCSDIR%%/examples/FLtabs.csd
676
%%PORTDOCS%%%%DOCSDIR%%/examples/FLtabs.csd
608
%%PORTDOCS%%%%DOCSDIR%%/examples/FLtext.csd
677
%%PORTDOCS%%%%DOCSDIR%%/examples/FLtext.csd
609
%%PORTDOCS%%%%DOCSDIR%%/examples/FLvalue.csd
678
%%PORTDOCS%%%%DOCSDIR%%/examples/FLvalue.csd
610
%%PORTDOCS%%%%DOCSDIR%%/examples/FLvslidBnk-2.csd
611
%%PORTDOCS%%%%DOCSDIR%%/examples/FLvslidBnk.csd
679
%%PORTDOCS%%%%DOCSDIR%%/examples/FLvslidBnk.csd
612
%%PORTDOCS%%%%DOCSDIR%%/examples/FLxyin-2.csd
680
%%PORTDOCS%%%%DOCSDIR%%/examples/FLxyin-2.csd
613
%%PORTDOCS%%%%DOCSDIR%%/examples/FLxyin.csd
681
%%PORTDOCS%%%%DOCSDIR%%/examples/FLxyin.csd
614
%%PORTDOCS%%%%DOCSDIR%%/examples/HRTFcompact
682
%%PORTDOCS%%%%DOCSDIR%%/examples/HRTFcompact
615
%%PORTDOCS%%%%DOCSDIR%%/examples/MIDI2cs.sco
616
%%PORTDOCS%%%%DOCSDIR%%/examples/OSCmidircv.csd
683
%%PORTDOCS%%%%DOCSDIR%%/examples/OSCmidircv.csd
617
%%PORTDOCS%%%%DOCSDIR%%/examples/OSCmidisend.csd
684
%%PORTDOCS%%%%DOCSDIR%%/examples/OSCmidisend.csd
618
%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.1.snap
619
%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.2.snap
620
%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.3.snap
621
%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.4.snap
622
%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.5.snap
623
%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.6.snap
624
%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.7.snap
625
%%PORTDOCS%%%%DOCSDIR%%/examples/PartikkelExample1.csd
685
%%PORTDOCS%%%%DOCSDIR%%/examples/PartikkelExample1.csd
686
%%PORTDOCS%%%%DOCSDIR%%/examples/STKBandedWG.csd
687
%%PORTDOCS%%%%DOCSDIR%%/examples/STKBeeThree.csd
688
%%PORTDOCS%%%%DOCSDIR%%/examples/STKBlowBotl.csd
689
%%PORTDOCS%%%%DOCSDIR%%/examples/STKBlowHole.csd
690
%%PORTDOCS%%%%DOCSDIR%%/examples/STKBowed.csd
691
%%PORTDOCS%%%%DOCSDIR%%/examples/STKBrass.csd
692
%%PORTDOCS%%%%DOCSDIR%%/examples/STKClarinet.csd
693
%%PORTDOCS%%%%DOCSDIR%%/examples/STKDrummer.csd
694
%%PORTDOCS%%%%DOCSDIR%%/examples/STKFMVoices.csd
695
%%PORTDOCS%%%%DOCSDIR%%/examples/STKFlute.csd
696
%%PORTDOCS%%%%DOCSDIR%%/examples/STKHevyMetl.csd
697
%%PORTDOCS%%%%DOCSDIR%%/examples/STKMandolin.csd
698
%%PORTDOCS%%%%DOCSDIR%%/examples/STKModalBar.csd
699
%%PORTDOCS%%%%DOCSDIR%%/examples/STKMoog.csd
700
%%PORTDOCS%%%%DOCSDIR%%/examples/STKPercFlut.csd
701
%%PORTDOCS%%%%DOCSDIR%%/examples/STKPlucked.csd
702
%%PORTDOCS%%%%DOCSDIR%%/examples/STKResonate.csd
703
%%PORTDOCS%%%%DOCSDIR%%/examples/STKRhodey.csd
704
%%PORTDOCS%%%%DOCSDIR%%/examples/STKSaxofony.csd
705
%%PORTDOCS%%%%DOCSDIR%%/examples/STKShakers.csd
706
%%PORTDOCS%%%%DOCSDIR%%/examples/STKSimple.csd
707
%%PORTDOCS%%%%DOCSDIR%%/examples/STKSitar.csd
708
%%PORTDOCS%%%%DOCSDIR%%/examples/STKStifKarp.csd
709
%%PORTDOCS%%%%DOCSDIR%%/examples/STKTubeBell.csd
710
%%PORTDOCS%%%%DOCSDIR%%/examples/STKVoicForm.csd
711
%%PORTDOCS%%%%DOCSDIR%%/examples/STKWhistle.csd
712
%%PORTDOCS%%%%DOCSDIR%%/examples/STKWurley.csd
626
%%PORTDOCS%%%%DOCSDIR%%/examples/abs.csd
713
%%PORTDOCS%%%%DOCSDIR%%/examples/abs.csd
627
%%PORTDOCS%%%%DOCSDIR%%/examples/active.csd
714
%%PORTDOCS%%%%DOCSDIR%%/examples/active.csd
628
%%PORTDOCS%%%%DOCSDIR%%/examples/active_k.csd
715
%%PORTDOCS%%%%DOCSDIR%%/examples/active_k.csd
Lines 631-660 Link Here
631
%%PORTDOCS%%%%DOCSDIR%%/examples/adsr.csd
718
%%PORTDOCS%%%%DOCSDIR%%/examples/adsr.csd
632
%%PORTDOCS%%%%DOCSDIR%%/examples/adsyn.csd
719
%%PORTDOCS%%%%DOCSDIR%%/examples/adsyn.csd
633
%%PORTDOCS%%%%DOCSDIR%%/examples/adsynt.csd
720
%%PORTDOCS%%%%DOCSDIR%%/examples/adsynt.csd
721
%%PORTDOCS%%%%DOCSDIR%%/examples/adsynt2.csd
634
%%PORTDOCS%%%%DOCSDIR%%/examples/aftouch.csd
722
%%PORTDOCS%%%%DOCSDIR%%/examples/aftouch.csd
635
%%PORTDOCS%%%%DOCSDIR%%/examples/ahh.aiff
723
%%PORTDOCS%%%%DOCSDIR%%/examples/ahh.aiff
636
%%PORTDOCS%%%%DOCSDIR%%/examples/alpass.csd
724
%%PORTDOCS%%%%DOCSDIR%%/examples/alpass.csd
725
%%PORTDOCS%%%%DOCSDIR%%/examples/alwayson.csd
637
%%PORTDOCS%%%%DOCSDIR%%/examples/ampdb.csd
726
%%PORTDOCS%%%%DOCSDIR%%/examples/ampdb.csd
638
%%PORTDOCS%%%%DOCSDIR%%/examples/ampdbfs.csd
727
%%PORTDOCS%%%%DOCSDIR%%/examples/ampdbfs.csd
639
%%PORTDOCS%%%%DOCSDIR%%/examples/ampmidi.csd
728
%%PORTDOCS%%%%DOCSDIR%%/examples/ampmidi.csd
729
%%PORTDOCS%%%%DOCSDIR%%/examples/ampmidid.csd
640
%%PORTDOCS%%%%DOCSDIR%%/examples/areson.csd
730
%%PORTDOCS%%%%DOCSDIR%%/examples/areson.csd
731
%%PORTDOCS%%%%DOCSDIR%%/examples/aresonk.csd
641
%%PORTDOCS%%%%DOCSDIR%%/examples/assign.csd
732
%%PORTDOCS%%%%DOCSDIR%%/examples/assign.csd
642
%%PORTDOCS%%%%DOCSDIR%%/examples/atone.csd
733
%%PORTDOCS%%%%DOCSDIR%%/examples/atone.csd
734
%%PORTDOCS%%%%DOCSDIR%%/examples/atonek.csd
735
%%PORTDOCS%%%%DOCSDIR%%/examples/atonex.csd
643
%%PORTDOCS%%%%DOCSDIR%%/examples/babo.csd
736
%%PORTDOCS%%%%DOCSDIR%%/examples/babo.csd
644
%%PORTDOCS%%%%DOCSDIR%%/examples/babo_expert.csd
737
%%PORTDOCS%%%%DOCSDIR%%/examples/babo_expert.csd
645
%%PORTDOCS%%%%DOCSDIR%%/examples/balance.csd
738
%%PORTDOCS%%%%DOCSDIR%%/examples/balance.csd
646
%%PORTDOCS%%%%DOCSDIR%%/examples/bamboo.csd
739
%%PORTDOCS%%%%DOCSDIR%%/examples/bamboo.csd
647
%%PORTDOCS%%%%DOCSDIR%%/examples/barmodel.csd
740
%%PORTDOCS%%%%DOCSDIR%%/examples/barmodel.csd
648
%%PORTDOCS%%%%DOCSDIR%%/examples/bbcutm.csd
741
%%PORTDOCS%%%%DOCSDIR%%/examples/bbcutm.csd
742
%%PORTDOCS%%%%DOCSDIR%%/examples/bbcuts.csd
743
%%PORTDOCS%%%%DOCSDIR%%/examples/beats.mp3
649
%%PORTDOCS%%%%DOCSDIR%%/examples/beats.wav
744
%%PORTDOCS%%%%DOCSDIR%%/examples/beats.wav
650
%%PORTDOCS%%%%DOCSDIR%%/examples/betarand.csd
745
%%PORTDOCS%%%%DOCSDIR%%/examples/betarand.csd
651
%%PORTDOCS%%%%DOCSDIR%%/examples/bexprnd.csd
746
%%PORTDOCS%%%%DOCSDIR%%/examples/bexprnd.csd
652
%%PORTDOCS%%%%DOCSDIR%%/examples/bformenc.csd
747
%%PORTDOCS%%%%DOCSDIR%%/examples/bformenc.csd
653
%%PORTDOCS%%%%DOCSDIR%%/examples/bformenc1.csd
748
%%PORTDOCS%%%%DOCSDIR%%/examples/bformenc1.csd
749
%%PORTDOCS%%%%DOCSDIR%%/examples/binit.csd
654
%%PORTDOCS%%%%DOCSDIR%%/examples/biquad-2.csd
750
%%PORTDOCS%%%%DOCSDIR%%/examples/biquad-2.csd
655
%%PORTDOCS%%%%DOCSDIR%%/examples/biquad.csd
751
%%PORTDOCS%%%%DOCSDIR%%/examples/biquad.csd
656
%%PORTDOCS%%%%DOCSDIR%%/examples/birnd.csd
752
%%PORTDOCS%%%%DOCSDIR%%/examples/birnd.csd
657
%%PORTDOCS%%%%DOCSDIR%%/examples/bitshift.csd
753
%%PORTDOCS%%%%DOCSDIR%%/examples/bitshift.csd
754
%%PORTDOCS%%%%DOCSDIR%%/examples/bitwise.csd
658
%%PORTDOCS%%%%DOCSDIR%%/examples/bqrez.csd
755
%%PORTDOCS%%%%DOCSDIR%%/examples/bqrez.csd
659
%%PORTDOCS%%%%DOCSDIR%%/examples/butterbp.csd
756
%%PORTDOCS%%%%DOCSDIR%%/examples/butterbp.csd
660
%%PORTDOCS%%%%DOCSDIR%%/examples/butterbr.csd
757
%%PORTDOCS%%%%DOCSDIR%%/examples/butterbr.csd
Lines 663-681 Link Here
663
%%PORTDOCS%%%%DOCSDIR%%/examples/buzz.csd
760
%%PORTDOCS%%%%DOCSDIR%%/examples/buzz.csd
664
%%PORTDOCS%%%%DOCSDIR%%/examples/cabasa.csd
761
%%PORTDOCS%%%%DOCSDIR%%/examples/cabasa.csd
665
%%PORTDOCS%%%%DOCSDIR%%/examples/cauchy.csd
762
%%PORTDOCS%%%%DOCSDIR%%/examples/cauchy.csd
763
%%PORTDOCS%%%%DOCSDIR%%/examples/ceil.csd
666
%%PORTDOCS%%%%DOCSDIR%%/examples/cent.csd
764
%%PORTDOCS%%%%DOCSDIR%%/examples/cent.csd
667
%%PORTDOCS%%%%DOCSDIR%%/examples/cggoto.csd
765
%%PORTDOCS%%%%DOCSDIR%%/examples/cggoto.csd
766
%%PORTDOCS%%%%DOCSDIR%%/examples/chanctrl.csd
668
%%PORTDOCS%%%%DOCSDIR%%/examples/changed.csd
767
%%PORTDOCS%%%%DOCSDIR%%/examples/changed.csd
669
%%PORTDOCS%%%%DOCSDIR%%/examples/chebyshevpoly.csd
768
%%PORTDOCS%%%%DOCSDIR%%/examples/chebyshevpoly.csd
670
%%PORTDOCS%%%%DOCSDIR%%/examples/checkbox.csd
769
%%PORTDOCS%%%%DOCSDIR%%/examples/checkbox.csd
671
%%PORTDOCS%%%%DOCSDIR%%/examples/chuap.csd
770
%%PORTDOCS%%%%DOCSDIR%%/examples/chuap.csd
672
%%PORTDOCS%%%%DOCSDIR%%/examples/cigoto.csd
771
%%PORTDOCS%%%%DOCSDIR%%/examples/cigoto.csd
673
%%PORTDOCS%%%%DOCSDIR%%/examples/ckgoto.csd
772
%%PORTDOCS%%%%DOCSDIR%%/examples/ckgoto.csd
773
%%PORTDOCS%%%%DOCSDIR%%/examples/clarinet.sdif
774
%%PORTDOCS%%%%DOCSDIR%%/examples/clear.csd
674
%%PORTDOCS%%%%DOCSDIR%%/examples/clfilt_highpass.csd
775
%%PORTDOCS%%%%DOCSDIR%%/examples/clfilt_highpass.csd
675
%%PORTDOCS%%%%DOCSDIR%%/examples/clfilt_lowpass.csd
776
%%PORTDOCS%%%%DOCSDIR%%/examples/clfilt_lowpass.csd
676
%%PORTDOCS%%%%DOCSDIR%%/examples/clip.csd
777
%%PORTDOCS%%%%DOCSDIR%%/examples/clip.csd
778
%%PORTDOCS%%%%DOCSDIR%%/examples/clockoff.csd
779
%%PORTDOCS%%%%DOCSDIR%%/examples/clockon.csd
677
%%PORTDOCS%%%%DOCSDIR%%/examples/cngoto.csd
780
%%PORTDOCS%%%%DOCSDIR%%/examples/cngoto.csd
678
%%PORTDOCS%%%%DOCSDIR%%/examples/comb.csd
781
%%PORTDOCS%%%%DOCSDIR%%/examples/comb.csd
782
%%PORTDOCS%%%%DOCSDIR%%/examples/compress.csd
783
%%PORTDOCS%%%%DOCSDIR%%/examples/connect.csd
784
%%PORTDOCS%%%%DOCSDIR%%/examples/convolve.csd
679
%%PORTDOCS%%%%DOCSDIR%%/examples/cos.csd
785
%%PORTDOCS%%%%DOCSDIR%%/examples/cos.csd
680
%%PORTDOCS%%%%DOCSDIR%%/examples/cosh.csd
786
%%PORTDOCS%%%%DOCSDIR%%/examples/cosh.csd
681
%%PORTDOCS%%%%DOCSDIR%%/examples/cosinv.csd
787
%%PORTDOCS%%%%DOCSDIR%%/examples/cosinv.csd
Lines 685-690 Link Here
685
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsmidi.csd
791
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsmidi.csd
686
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsmidib.csd
792
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsmidib.csd
687
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsmidinn.csd
793
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsmidinn.csd
794
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsmidinn2.csd
688
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsoct.csd
795
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsoct.csd
689
%%PORTDOCS%%%%DOCSDIR%%/examples/cpspch.csd
796
%%PORTDOCS%%%%DOCSDIR%%/examples/cpspch.csd
690
%%PORTDOCS%%%%DOCSDIR%%/examples/cpstmid.csd
797
%%PORTDOCS%%%%DOCSDIR%%/examples/cpstmid.csd
Lines 695-730 Link Here
695
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsxpch_pierce.csd
802
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsxpch_pierce.csd
696
%%PORTDOCS%%%%DOCSDIR%%/examples/cpuprc.csd
803
%%PORTDOCS%%%%DOCSDIR%%/examples/cpuprc.csd
697
%%PORTDOCS%%%%DOCSDIR%%/examples/cross2.csd
804
%%PORTDOCS%%%%DOCSDIR%%/examples/cross2.csd
805
%%PORTDOCS%%%%DOCSDIR%%/examples/crossfm.csd
698
%%PORTDOCS%%%%DOCSDIR%%/examples/crunch.csd
806
%%PORTDOCS%%%%DOCSDIR%%/examples/crunch.csd
807
%%PORTDOCS%%%%DOCSDIR%%/examples/ctrl7.csd
699
%%PORTDOCS%%%%DOCSDIR%%/examples/dam.csd
808
%%PORTDOCS%%%%DOCSDIR%%/examples/dam.csd
700
%%PORTDOCS%%%%DOCSDIR%%/examples/dam_expanded.csd
809
%%PORTDOCS%%%%DOCSDIR%%/examples/dam_expanded.csd
701
%%PORTDOCS%%%%DOCSDIR%%/examples/date.csd
810
%%PORTDOCS%%%%DOCSDIR%%/examples/date.csd
811
%%PORTDOCS%%%%DOCSDIR%%/examples/dates.csd
702
%%PORTDOCS%%%%DOCSDIR%%/examples/db.csd
812
%%PORTDOCS%%%%DOCSDIR%%/examples/db.csd
703
%%PORTDOCS%%%%DOCSDIR%%/examples/dbamp.csd
813
%%PORTDOCS%%%%DOCSDIR%%/examples/dbamp.csd
704
%%PORTDOCS%%%%DOCSDIR%%/examples/dbfsamp.csd
814
%%PORTDOCS%%%%DOCSDIR%%/examples/dbfsamp.csd
705
%%PORTDOCS%%%%DOCSDIR%%/examples/dcblock.csd
815
%%PORTDOCS%%%%DOCSDIR%%/examples/dcblock.csd
816
%%PORTDOCS%%%%DOCSDIR%%/examples/dcblock2.csd
706
%%PORTDOCS%%%%DOCSDIR%%/examples/dconv.csd
817
%%PORTDOCS%%%%DOCSDIR%%/examples/dconv.csd
707
%%PORTDOCS%%%%DOCSDIR%%/examples/define.csd
818
%%PORTDOCS%%%%DOCSDIR%%/examples/define.csd
708
%%PORTDOCS%%%%DOCSDIR%%/examples/define_args.csd
819
%%PORTDOCS%%%%DOCSDIR%%/examples/define_args.csd
709
%%PORTDOCS%%%%DOCSDIR%%/examples/delay.csd
820
%%PORTDOCS%%%%DOCSDIR%%/examples/delay.csd
821
%%PORTDOCS%%%%DOCSDIR%%/examples/delay1.csd
822
%%PORTDOCS%%%%DOCSDIR%%/examples/delayk.csd
823
%%PORTDOCS%%%%DOCSDIR%%/examples/delayr.csd
710
%%PORTDOCS%%%%DOCSDIR%%/examples/delayw.csd
824
%%PORTDOCS%%%%DOCSDIR%%/examples/delayw.csd
825
%%PORTDOCS%%%%DOCSDIR%%/examples/deltap.csd
826
%%PORTDOCS%%%%DOCSDIR%%/examples/deltap3.csd
827
%%PORTDOCS%%%%DOCSDIR%%/examples/deltapi.csd
828
%%PORTDOCS%%%%DOCSDIR%%/examples/deltapn.csd
829
%%PORTDOCS%%%%DOCSDIR%%/examples/deltapx.csd
830
%%PORTDOCS%%%%DOCSDIR%%/examples/deltapxw.csd
831
%%PORTDOCS%%%%DOCSDIR%%/examples/denorm.csd
711
%%PORTDOCS%%%%DOCSDIR%%/examples/diff.csd
832
%%PORTDOCS%%%%DOCSDIR%%/examples/diff.csd
712
%%PORTDOCS%%%%DOCSDIR%%/examples/diskgrain.csd
833
%%PORTDOCS%%%%DOCSDIR%%/examples/diskgrain.csd
713
%%PORTDOCS%%%%DOCSDIR%%/examples/diskin.csd
834
%%PORTDOCS%%%%DOCSDIR%%/examples/diskin.csd
714
%%PORTDOCS%%%%DOCSDIR%%/examples/diskin2.csd
835
%%PORTDOCS%%%%DOCSDIR%%/examples/diskin2.csd
715
%%PORTDOCS%%%%DOCSDIR%%/examples/dispfft.csd
836
%%PORTDOCS%%%%DOCSDIR%%/examples/dispfft.csd
716
%%PORTDOCS%%%%DOCSDIR%%/examples/display.csd
837
%%PORTDOCS%%%%DOCSDIR%%/examples/display.csd
838
%%PORTDOCS%%%%DOCSDIR%%/examples/distort.csd
717
%%PORTDOCS%%%%DOCSDIR%%/examples/distort1.csd
839
%%PORTDOCS%%%%DOCSDIR%%/examples/distort1.csd
718
%%PORTDOCS%%%%DOCSDIR%%/examples/divides.csd
840
%%PORTDOCS%%%%DOCSDIR%%/examples/divides.csd
719
%%PORTDOCS%%%%DOCSDIR%%/examples/divz.csd
841
%%PORTDOCS%%%%DOCSDIR%%/examples/divz.csd
842
%%PORTDOCS%%%%DOCSDIR%%/examples/doppler.csd
720
%%PORTDOCS%%%%DOCSDIR%%/examples/downsamp.csd
843
%%PORTDOCS%%%%DOCSDIR%%/examples/downsamp.csd
721
%%PORTDOCS%%%%DOCSDIR%%/examples/dripwater.csd
844
%%PORTDOCS%%%%DOCSDIR%%/examples/dripwater.csd
722
%%PORTDOCS%%%%DOCSDIR%%/examples/dssi4cs.csd
845
%%PORTDOCS%%%%DOCSDIR%%/examples/dssi4cs.csd
723
%%PORTDOCS%%%%DOCSDIR%%/examples/dssievent.csd
846
%%PORTDOCS%%%%DOCSDIR%%/examples/dssiactivate.csd
847
%%PORTDOCS%%%%DOCSDIR%%/examples/dssiaudio.csd
848
%%PORTDOCS%%%%DOCSDIR%%/examples/dssictls.csd
849
%%PORTDOCS%%%%DOCSDIR%%/examples/dssiinit.csd
850
%%PORTDOCS%%%%DOCSDIR%%/examples/dssilist.csd
851
%%PORTDOCS%%%%DOCSDIR%%/examples/dssiplay_mono.csd
852
%%PORTDOCS%%%%DOCSDIR%%/examples/dssiplay_stereo.csd
724
%%PORTDOCS%%%%DOCSDIR%%/examples/dumpk.csd
853
%%PORTDOCS%%%%DOCSDIR%%/examples/dumpk.csd
725
%%PORTDOCS%%%%DOCSDIR%%/examples/eee.aiff
854
%%PORTDOCS%%%%DOCSDIR%%/examples/eee.aiff
855
%%PORTDOCS%%%%DOCSDIR%%/examples/else.csd
856
%%PORTDOCS%%%%DOCSDIR%%/examples/elseif.csd
857
%%PORTDOCS%%%%DOCSDIR%%/examples/endif.csd
726
%%PORTDOCS%%%%DOCSDIR%%/examples/endin.csd
858
%%PORTDOCS%%%%DOCSDIR%%/examples/endin.csd
859
%%PORTDOCS%%%%DOCSDIR%%/examples/endop.csd
727
%%PORTDOCS%%%%DOCSDIR%%/examples/envlpx.csd
860
%%PORTDOCS%%%%DOCSDIR%%/examples/envlpx.csd
861
%%PORTDOCS%%%%DOCSDIR%%/examples/envlpxr.csd
862
%%PORTDOCS%%%%DOCSDIR%%/examples/eqfil.csd
863
%%PORTDOCS%%%%DOCSDIR%%/examples/equal.csd
728
%%PORTDOCS%%%%DOCSDIR%%/examples/equals.csd
864
%%PORTDOCS%%%%DOCSDIR%%/examples/equals.csd
729
%%PORTDOCS%%%%DOCSDIR%%/examples/event.csd
865
%%PORTDOCS%%%%DOCSDIR%%/examples/event.csd
730
%%PORTDOCS%%%%DOCSDIR%%/examples/event_named.csd
866
%%PORTDOCS%%%%DOCSDIR%%/examples/event_named.csd
Lines 735-752 Link Here
735
%%PORTDOCS%%%%DOCSDIR%%/examples/expseg.csd
871
%%PORTDOCS%%%%DOCSDIR%%/examples/expseg.csd
736
%%PORTDOCS%%%%DOCSDIR%%/examples/expsega.csd
872
%%PORTDOCS%%%%DOCSDIR%%/examples/expsega.csd
737
%%PORTDOCS%%%%DOCSDIR%%/examples/expsegr.csd
873
%%PORTDOCS%%%%DOCSDIR%%/examples/expsegr.csd
874
%%PORTDOCS%%%%DOCSDIR%%/examples/farey7shuffled.csd
738
%%PORTDOCS%%%%DOCSDIR%%/examples/fdl.txt
875
%%PORTDOCS%%%%DOCSDIR%%/examples/fdl.txt
739
%%PORTDOCS%%%%DOCSDIR%%/examples/fibonacci.txt
876
%%PORTDOCS%%%%DOCSDIR%%/examples/fibonacci.txt
877
%%PORTDOCS%%%%DOCSDIR%%/examples/ficlose.csd
878
%%PORTDOCS%%%%DOCSDIR%%/examples/filebit.csd
740
%%PORTDOCS%%%%DOCSDIR%%/examples/filelen.csd
879
%%PORTDOCS%%%%DOCSDIR%%/examples/filelen.csd
741
%%PORTDOCS%%%%DOCSDIR%%/examples/filenchnls.csd
880
%%PORTDOCS%%%%DOCSDIR%%/examples/filenchnls.csd
742
%%PORTDOCS%%%%DOCSDIR%%/examples/filepeak.csd
881
%%PORTDOCS%%%%DOCSDIR%%/examples/filepeak.csd
743
%%PORTDOCS%%%%DOCSDIR%%/examples/filesr.csd
882
%%PORTDOCS%%%%DOCSDIR%%/examples/filesr.csd
883
%%PORTDOCS%%%%DOCSDIR%%/examples/filevalid.csd
884
%%PORTDOCS%%%%DOCSDIR%%/examples/fin.csd
885
%%PORTDOCS%%%%DOCSDIR%%/examples/fiopen.csd
744
%%PORTDOCS%%%%DOCSDIR%%/examples/flanger.csd
886
%%PORTDOCS%%%%DOCSDIR%%/examples/flanger.csd
745
%%PORTDOCS%%%%DOCSDIR%%/examples/flashtxt.csd
887
%%PORTDOCS%%%%DOCSDIR%%/examples/flashtxt.csd
888
%%PORTDOCS%%%%DOCSDIR%%/examples/flooper.csd
889
%%PORTDOCS%%%%DOCSDIR%%/examples/flooper2.csd
890
%%PORTDOCS%%%%DOCSDIR%%/examples/floor.csd
891
%%PORTDOCS%%%%DOCSDIR%%/examples/fluid-2.csd
746
%%PORTDOCS%%%%DOCSDIR%%/examples/fluid-2.orc
892
%%PORTDOCS%%%%DOCSDIR%%/examples/fluid-2.orc
893
%%PORTDOCS%%%%DOCSDIR%%/examples/fluid.csd
747
%%PORTDOCS%%%%DOCSDIR%%/examples/fluid.orc
894
%%PORTDOCS%%%%DOCSDIR%%/examples/fluid.orc
748
%%PORTDOCS%%%%DOCSDIR%%/examples/fluid.orc~
749
%%PORTDOCS%%%%DOCSDIR%%/examples/fluidAllOut.orc
895
%%PORTDOCS%%%%DOCSDIR%%/examples/fluidAllOut.orc
896
%%PORTDOCS%%%%DOCSDIR%%/examples/fluidLoad.csd
897
%%PORTDOCS%%%%DOCSDIR%%/examples/fluidNote.csd
898
%%PORTDOCS%%%%DOCSDIR%%/examples/fluidOut.csd
899
%%PORTDOCS%%%%DOCSDIR%%/examples/fluidSetInterpMethod.csd
750
%%PORTDOCS%%%%DOCSDIR%%/examples/fluidcomplex.csd
900
%%PORTDOCS%%%%DOCSDIR%%/examples/fluidcomplex.csd
751
%%PORTDOCS%%%%DOCSDIR%%/examples/fmb3.csd
901
%%PORTDOCS%%%%DOCSDIR%%/examples/fmb3.csd
752
%%PORTDOCS%%%%DOCSDIR%%/examples/fmbell.csd
902
%%PORTDOCS%%%%DOCSDIR%%/examples/fmbell.csd
Lines 758-763 Link Here
758
%%PORTDOCS%%%%DOCSDIR%%/examples/fof.csd
908
%%PORTDOCS%%%%DOCSDIR%%/examples/fof.csd
759
%%PORTDOCS%%%%DOCSDIR%%/examples/fof2-2.csd
909
%%PORTDOCS%%%%DOCSDIR%%/examples/fof2-2.csd
760
%%PORTDOCS%%%%DOCSDIR%%/examples/fof2.csd
910
%%PORTDOCS%%%%DOCSDIR%%/examples/fof2.csd
911
%%PORTDOCS%%%%DOCSDIR%%/examples/fofilter.csd
912
%%PORTDOCS%%%%DOCSDIR%%/examples/fog.csd
761
%%PORTDOCS%%%%DOCSDIR%%/examples/fold.csd
913
%%PORTDOCS%%%%DOCSDIR%%/examples/fold.csd
762
%%PORTDOCS%%%%DOCSDIR%%/examples/follow.csd
914
%%PORTDOCS%%%%DOCSDIR%%/examples/follow.csd
763
%%PORTDOCS%%%%DOCSDIR%%/examples/follow2.csd
915
%%PORTDOCS%%%%DOCSDIR%%/examples/follow2.csd
Lines 766-771 Link Here
766
%%PORTDOCS%%%%DOCSDIR%%/examples/fout.csd
918
%%PORTDOCS%%%%DOCSDIR%%/examples/fout.csd
767
%%PORTDOCS%%%%DOCSDIR%%/examples/fout_ftable.csd
919
%%PORTDOCS%%%%DOCSDIR%%/examples/fout_ftable.csd
768
%%PORTDOCS%%%%DOCSDIR%%/examples/fout_poly.csd
920
%%PORTDOCS%%%%DOCSDIR%%/examples/fout_poly.csd
921
%%PORTDOCS%%%%DOCSDIR%%/examples/fouti.csd
769
%%PORTDOCS%%%%DOCSDIR%%/examples/fox.wav
922
%%PORTDOCS%%%%DOCSDIR%%/examples/fox.wav
770
%%PORTDOCS%%%%DOCSDIR%%/examples/fprintks-2.csd
923
%%PORTDOCS%%%%DOCSDIR%%/examples/fprintks-2.csd
771
%%PORTDOCS%%%%DOCSDIR%%/examples/fprintks.csd
924
%%PORTDOCS%%%%DOCSDIR%%/examples/fprintks.csd
Lines 776-787 Link Here
776
%%PORTDOCS%%%%DOCSDIR%%/examples/ftconv.csd
929
%%PORTDOCS%%%%DOCSDIR%%/examples/ftconv.csd
777
%%PORTDOCS%%%%DOCSDIR%%/examples/ftgen-2.csd
930
%%PORTDOCS%%%%DOCSDIR%%/examples/ftgen-2.csd
778
%%PORTDOCS%%%%DOCSDIR%%/examples/ftgen.csd
931
%%PORTDOCS%%%%DOCSDIR%%/examples/ftgen.csd
932
%%PORTDOCS%%%%DOCSDIR%%/examples/ftgentmp.csd
779
%%PORTDOCS%%%%DOCSDIR%%/examples/ftlen.csd
933
%%PORTDOCS%%%%DOCSDIR%%/examples/ftlen.csd
780
%%PORTDOCS%%%%DOCSDIR%%/examples/ftlptim.csd
934
%%PORTDOCS%%%%DOCSDIR%%/examples/ftlptim.csd
781
%%PORTDOCS%%%%DOCSDIR%%/examples/ftmorf.csd
935
%%PORTDOCS%%%%DOCSDIR%%/examples/ftmorf.csd
782
%%PORTDOCS%%%%DOCSDIR%%/examples/ftsave.csd
936
%%PORTDOCS%%%%DOCSDIR%%/examples/ftsave.csd
783
%%PORTDOCS%%%%DOCSDIR%%/examples/ftsr.csd
937
%%PORTDOCS%%%%DOCSDIR%%/examples/ftsr.csd
784
%%PORTDOCS%%%%DOCSDIR%%/examples/fwavblnk.aiff
938
%%PORTDOCS%%%%DOCSDIR%%/examples/fwavblnk.aiff
939
%%PORTDOCS%%%%DOCSDIR%%/examples/gain.csd
785
%%PORTDOCS%%%%DOCSDIR%%/examples/gainslider.csd
940
%%PORTDOCS%%%%DOCSDIR%%/examples/gainslider.csd
786
%%PORTDOCS%%%%DOCSDIR%%/examples/gauss.csd
941
%%PORTDOCS%%%%DOCSDIR%%/examples/gauss.csd
787
%%PORTDOCS%%%%DOCSDIR%%/examples/gbuzz.csd
942
%%PORTDOCS%%%%DOCSDIR%%/examples/gbuzz.csd
Lines 802-807 Link Here
802
%%PORTDOCS%%%%DOCSDIR%%/examples/gen14.csd
957
%%PORTDOCS%%%%DOCSDIR%%/examples/gen14.csd
803
%%PORTDOCS%%%%DOCSDIR%%/examples/gen16.csd
958
%%PORTDOCS%%%%DOCSDIR%%/examples/gen16.csd
804
%%PORTDOCS%%%%DOCSDIR%%/examples/gen19.csd
959
%%PORTDOCS%%%%DOCSDIR%%/examples/gen19.csd
960
%%PORTDOCS%%%%DOCSDIR%%/examples/gen49.csd
961
%%PORTDOCS%%%%DOCSDIR%%/examples/genexp.csd
962
%%PORTDOCS%%%%DOCSDIR%%/examples/genfarey.csd
963
%%PORTDOCS%%%%DOCSDIR%%/examples/gensone.csd
964
%%PORTDOCS%%%%DOCSDIR%%/examples/gentanh.csd
805
%%PORTDOCS%%%%DOCSDIR%%/examples/gogobel.csd
965
%%PORTDOCS%%%%DOCSDIR%%/examples/gogobel.csd
806
%%PORTDOCS%%%%DOCSDIR%%/examples/goto.csd
966
%%PORTDOCS%%%%DOCSDIR%%/examples/goto.csd
807
%%PORTDOCS%%%%DOCSDIR%%/examples/grain.csd
967
%%PORTDOCS%%%%DOCSDIR%%/examples/grain.csd
Lines 830-844 Link Here
830
%%PORTDOCS%%%%DOCSDIR%%/examples/imageopcodesdemo2.csd
990
%%PORTDOCS%%%%DOCSDIR%%/examples/imageopcodesdemo2.csd
831
%%PORTDOCS%%%%DOCSDIR%%/examples/impuls20.aiff
991
%%PORTDOCS%%%%DOCSDIR%%/examples/impuls20.aiff
832
%%PORTDOCS%%%%DOCSDIR%%/examples/include.csd
992
%%PORTDOCS%%%%DOCSDIR%%/examples/include.csd
993
%%PORTDOCS%%%%DOCSDIR%%/examples/initc7.csd
994
%%PORTDOCS%%%%DOCSDIR%%/examples/inleta.csd
833
%%PORTDOCS%%%%DOCSDIR%%/examples/insremot.csd
995
%%PORTDOCS%%%%DOCSDIR%%/examples/insremot.csd
834
%%PORTDOCS%%%%DOCSDIR%%/examples/insremotM.csd
996
%%PORTDOCS%%%%DOCSDIR%%/examples/insremotM.csd
835
%%PORTDOCS%%%%DOCSDIR%%/examples/instr.csd
997
%%PORTDOCS%%%%DOCSDIR%%/examples/instr.csd
836
%%PORTDOCS%%%%DOCSDIR%%/examples/int.csd
998
%%PORTDOCS%%%%DOCSDIR%%/examples/int.csd
837
%%PORTDOCS%%%%DOCSDIR%%/examples/integ.csd
999
%%PORTDOCS%%%%DOCSDIR%%/examples/integ.csd
838
%%PORTDOCS%%%%DOCSDIR%%/examples/interp.csd
1000
%%PORTDOCS%%%%DOCSDIR%%/examples/interp.csd
1001
%%PORTDOCS%%%%DOCSDIR%%/examples/jacko.csd
839
%%PORTDOCS%%%%DOCSDIR%%/examples/jacktransport.csd
1002
%%PORTDOCS%%%%DOCSDIR%%/examples/jacktransport.csd
840
%%PORTDOCS%%%%DOCSDIR%%/examples/jitter.csd
1003
%%PORTDOCS%%%%DOCSDIR%%/examples/jitter.csd
841
%%PORTDOCS%%%%DOCSDIR%%/examples/jitter2.csd
1004
%%PORTDOCS%%%%DOCSDIR%%/examples/jitter2.csd
1005
%%PORTDOCS%%%%DOCSDIR%%/examples/jspline.csd
842
%%PORTDOCS%%%%DOCSDIR%%/examples/kgoto.csd
1006
%%PORTDOCS%%%%DOCSDIR%%/examples/kgoto.csd
843
%%PORTDOCS%%%%DOCSDIR%%/examples/kickroll.het
1007
%%PORTDOCS%%%%DOCSDIR%%/examples/kickroll.het
844
%%PORTDOCS%%%%DOCSDIR%%/examples/kickroll.wav
1008
%%PORTDOCS%%%%DOCSDIR%%/examples/kickroll.wav
Lines 846-869 Link Here
846
%%PORTDOCS%%%%DOCSDIR%%/examples/lessequal.csd
1010
%%PORTDOCS%%%%DOCSDIR%%/examples/lessequal.csd
847
%%PORTDOCS%%%%DOCSDIR%%/examples/lessthan.csd
1011
%%PORTDOCS%%%%DOCSDIR%%/examples/lessthan.csd
848
%%PORTDOCS%%%%DOCSDIR%%/examples/lfo.csd
1012
%%PORTDOCS%%%%DOCSDIR%%/examples/lfo.csd
1013
%%PORTDOCS%%%%DOCSDIR%%/examples/limit.csd
849
%%PORTDOCS%%%%DOCSDIR%%/examples/line.csd
1014
%%PORTDOCS%%%%DOCSDIR%%/examples/line.csd
1015
%%PORTDOCS%%%%DOCSDIR%%/examples/linen.csd
1016
%%PORTDOCS%%%%DOCSDIR%%/examples/linenr.csd
850
%%PORTDOCS%%%%DOCSDIR%%/examples/linrand.csd
1017
%%PORTDOCS%%%%DOCSDIR%%/examples/linrand.csd
851
%%PORTDOCS%%%%DOCSDIR%%/examples/linseg.csd
1018
%%PORTDOCS%%%%DOCSDIR%%/examples/linseg.csd
852
%%PORTDOCS%%%%DOCSDIR%%/examples/linsegr.csd
1019
%%PORTDOCS%%%%DOCSDIR%%/examples/linsegr.csd
1020
%%PORTDOCS%%%%DOCSDIR%%/examples/locsend_quad.csd
1021
%%PORTDOCS%%%%DOCSDIR%%/examples/locsend_stereo.csd
1022
%%PORTDOCS%%%%DOCSDIR%%/examples/locsig_quad.csd
1023
%%PORTDOCS%%%%DOCSDIR%%/examples/locsig_stereo.csd
853
%%PORTDOCS%%%%DOCSDIR%%/examples/log.csd
1024
%%PORTDOCS%%%%DOCSDIR%%/examples/log.csd
854
%%PORTDOCS%%%%DOCSDIR%%/examples/log10.csd
1025
%%PORTDOCS%%%%DOCSDIR%%/examples/log10.csd
855
%%PORTDOCS%%%%DOCSDIR%%/examples/logbtwo.csd
1026
%%PORTDOCS%%%%DOCSDIR%%/examples/logbtwo.csd
856
%%PORTDOCS%%%%DOCSDIR%%/examples/logcurve.csd
1027
%%PORTDOCS%%%%DOCSDIR%%/examples/logcurve.csd
857
%%PORTDOCS%%%%DOCSDIR%%/examples/loopseg.csd
1028
%%PORTDOCS%%%%DOCSDIR%%/examples/loopseg.csd
858
%%PORTDOCS%%%%DOCSDIR%%/examples/loopsegp.csd
1029
%%PORTDOCS%%%%DOCSDIR%%/examples/loopsegp.csd
1030
%%PORTDOCS%%%%DOCSDIR%%/examples/looptseg.csd
1031
%%PORTDOCS%%%%DOCSDIR%%/examples/loopxseg.csd
859
%%PORTDOCS%%%%DOCSDIR%%/examples/lorenz.csd
1032
%%PORTDOCS%%%%DOCSDIR%%/examples/lorenz.csd
1033
%%PORTDOCS%%%%DOCSDIR%%/examples/lorismorph.csd
1034
%%PORTDOCS%%%%DOCSDIR%%/examples/lorisplay.csd
1035
%%PORTDOCS%%%%DOCSDIR%%/examples/lorisread.csd
860
%%PORTDOCS%%%%DOCSDIR%%/examples/loscil.csd
1036
%%PORTDOCS%%%%DOCSDIR%%/examples/loscil.csd
861
%%PORTDOCS%%%%DOCSDIR%%/examples/loscil3.csd
1037
%%PORTDOCS%%%%DOCSDIR%%/examples/loscil3.csd
862
%%PORTDOCS%%%%DOCSDIR%%/examples/lowpass2.csd
1038
%%PORTDOCS%%%%DOCSDIR%%/examples/lowpass2.csd
863
%%PORTDOCS%%%%DOCSDIR%%/examples/lowres.csd
1039
%%PORTDOCS%%%%DOCSDIR%%/examples/lowres.csd
864
%%PORTDOCS%%%%DOCSDIR%%/examples/lowresx.csd
1040
%%PORTDOCS%%%%DOCSDIR%%/examples/lowresx.csd
865
%%PORTDOCS%%%%DOCSDIR%%/examples/lpf18.csd
1041
%%PORTDOCS%%%%DOCSDIR%%/examples/lpf18.csd
1042
%%PORTDOCS%%%%DOCSDIR%%/examples/lpfreson.csd
866
%%PORTDOCS%%%%DOCSDIR%%/examples/lphasor.csd
1043
%%PORTDOCS%%%%DOCSDIR%%/examples/lphasor.csd
1044
%%PORTDOCS%%%%DOCSDIR%%/examples/lposcil.csd
1045
%%PORTDOCS%%%%DOCSDIR%%/examples/lposcil3.csd
1046
%%PORTDOCS%%%%DOCSDIR%%/examples/lposcila.csd
1047
%%PORTDOCS%%%%DOCSDIR%%/examples/lpread.csd
1048
%%PORTDOCS%%%%DOCSDIR%%/examples/lpreson.csd
867
%%PORTDOCS%%%%DOCSDIR%%/examples/lpshold.csd
1049
%%PORTDOCS%%%%DOCSDIR%%/examples/lpshold.csd
868
%%PORTDOCS%%%%DOCSDIR%%/examples/madsr.csd
1050
%%PORTDOCS%%%%DOCSDIR%%/examples/madsr.csd
869
%%PORTDOCS%%%%DOCSDIR%%/examples/makecsd.py
1051
%%PORTDOCS%%%%DOCSDIR%%/examples/makecsd.py
Lines 874-884 Link Here
874
%%PORTDOCS%%%%DOCSDIR%%/examples/mary.wav
1056
%%PORTDOCS%%%%DOCSDIR%%/examples/mary.wav
875
%%PORTDOCS%%%%DOCSDIR%%/examples/maxalloc.csd
1057
%%PORTDOCS%%%%DOCSDIR%%/examples/maxalloc.csd
876
%%PORTDOCS%%%%DOCSDIR%%/examples/mdelay.csd
1058
%%PORTDOCS%%%%DOCSDIR%%/examples/mdelay.csd
1059
%%PORTDOCS%%%%DOCSDIR%%/examples/median.csd
1060
%%PORTDOCS%%%%DOCSDIR%%/examples/mediank.csd
1061
%%PORTDOCS%%%%DOCSDIR%%/examples/meow.sdif
877
%%PORTDOCS%%%%DOCSDIR%%/examples/metro.csd
1062
%%PORTDOCS%%%%DOCSDIR%%/examples/metro.csd
878
%%PORTDOCS%%%%DOCSDIR%%/examples/midichannelaftertouch.csd
1063
%%PORTDOCS%%%%DOCSDIR%%/examples/midichannelaftertouch.csd
879
%%PORTDOCS%%%%DOCSDIR%%/examples/midichn.csd
1064
%%PORTDOCS%%%%DOCSDIR%%/examples/midichn.csd
880
%%PORTDOCS%%%%DOCSDIR%%/examples/midichn_advanced.csd
1065
%%PORTDOCS%%%%DOCSDIR%%/examples/midichn_advanced.csd
881
%%PORTDOCS%%%%DOCSDIR%%/examples/midichn_advanced.mid
1066
%%PORTDOCS%%%%DOCSDIR%%/examples/midichn_advanced.mid
1067
%%PORTDOCS%%%%DOCSDIR%%/examples/midicontrolchange.csd
882
%%PORTDOCS%%%%DOCSDIR%%/examples/midiin.csd
1068
%%PORTDOCS%%%%DOCSDIR%%/examples/midiin.csd
883
%%PORTDOCS%%%%DOCSDIR%%/examples/midinoteoff.csd
1069
%%PORTDOCS%%%%DOCSDIR%%/examples/midinoteoff.csd
884
%%PORTDOCS%%%%DOCSDIR%%/examples/midinoteoncps.csd
1070
%%PORTDOCS%%%%DOCSDIR%%/examples/midinoteoncps.csd
Lines 890-904 Link Here
890
%%PORTDOCS%%%%DOCSDIR%%/examples/midipitchbend.csd
1076
%%PORTDOCS%%%%DOCSDIR%%/examples/midipitchbend.csd
891
%%PORTDOCS%%%%DOCSDIR%%/examples/midremot.csd
1077
%%PORTDOCS%%%%DOCSDIR%%/examples/midremot.csd
892
%%PORTDOCS%%%%DOCSDIR%%/examples/mode.csd
1078
%%PORTDOCS%%%%DOCSDIR%%/examples/mode.csd
1079
%%PORTDOCS%%%%DOCSDIR%%/examples/modmatrix.csd
893
%%PORTDOCS%%%%DOCSDIR%%/examples/modulus.csd
1080
%%PORTDOCS%%%%DOCSDIR%%/examples/modulus.csd
894
%%PORTDOCS%%%%DOCSDIR%%/examples/moog.csd
1081
%%PORTDOCS%%%%DOCSDIR%%/examples/moog.csd
1082
%%PORTDOCS%%%%DOCSDIR%%/examples/moogladder.csd
895
%%PORTDOCS%%%%DOCSDIR%%/examples/moogvcf.csd
1083
%%PORTDOCS%%%%DOCSDIR%%/examples/moogvcf.csd
896
%%PORTDOCS%%%%DOCSDIR%%/examples/moogvcf2.csd
1084
%%PORTDOCS%%%%DOCSDIR%%/examples/moogvcf2.csd
897
%%PORTDOCS%%%%DOCSDIR%%/examples/moscil.csd
1085
%%PORTDOCS%%%%DOCSDIR%%/examples/moscil.csd
1086
%%PORTDOCS%%%%DOCSDIR%%/examples/mp3in.csd
898
%%PORTDOCS%%%%DOCSDIR%%/examples/mpulse.csd
1087
%%PORTDOCS%%%%DOCSDIR%%/examples/mpulse.csd
899
%%PORTDOCS%%%%DOCSDIR%%/examples/multiplies.csd
1088
%%PORTDOCS%%%%DOCSDIR%%/examples/multiplies.csd
1089
%%PORTDOCS%%%%DOCSDIR%%/examples/multitap.csd
900
%%PORTDOCS%%%%DOCSDIR%%/examples/mute.csd
1090
%%PORTDOCS%%%%DOCSDIR%%/examples/mute.csd
901
%%PORTDOCS%%%%DOCSDIR%%/examples/nestedap.csd
1091
%%PORTDOCS%%%%DOCSDIR%%/examples/nestedap.csd
1092
%%PORTDOCS%%%%DOCSDIR%%/examples/nlfilt.csd
902
%%PORTDOCS%%%%DOCSDIR%%/examples/noise-2.csd
1093
%%PORTDOCS%%%%DOCSDIR%%/examples/noise-2.csd
903
%%PORTDOCS%%%%DOCSDIR%%/examples/noise.csd
1094
%%PORTDOCS%%%%DOCSDIR%%/examples/noise.csd
904
%%PORTDOCS%%%%DOCSDIR%%/examples/noteondur.csd
1095
%%PORTDOCS%%%%DOCSDIR%%/examples/noteondur.csd
Lines 926-938 Link Here
926
%%PORTDOCS%%%%DOCSDIR%%/examples/osciliktp.csd
1117
%%PORTDOCS%%%%DOCSDIR%%/examples/osciliktp.csd
927
%%PORTDOCS%%%%DOCSDIR%%/examples/oscilikts.csd
1118
%%PORTDOCS%%%%DOCSDIR%%/examples/oscilikts.csd
928
%%PORTDOCS%%%%DOCSDIR%%/examples/oscils.csd
1119
%%PORTDOCS%%%%DOCSDIR%%/examples/oscils.csd
929
%%PORTDOCS%%%%DOCSDIR%%/examples/outkpc fltk.csd
930
%%PORTDOCS%%%%DOCSDIR%%/examples/outkpc.csd
1120
%%PORTDOCS%%%%DOCSDIR%%/examples/outkpc.csd
931
%%PORTDOCS%%%%DOCSDIR%%/examples/outkpc_fltk.csd
1121
%%PORTDOCS%%%%DOCSDIR%%/examples/outkpc_fltk.csd
1122
%%PORTDOCS%%%%DOCSDIR%%/examples/outleta.csd
932
%%PORTDOCS%%%%DOCSDIR%%/examples/p.csd
1123
%%PORTDOCS%%%%DOCSDIR%%/examples/p.csd
1124
%%PORTDOCS%%%%DOCSDIR%%/examples/p5g.csd
1125
%%PORTDOCS%%%%DOCSDIR%%/examples/pan.csd
1126
%%PORTDOCS%%%%DOCSDIR%%/examples/pan2.csd
933
%%PORTDOCS%%%%DOCSDIR%%/examples/pareq.csd
1127
%%PORTDOCS%%%%DOCSDIR%%/examples/pareq.csd
1128
%%PORTDOCS%%%%DOCSDIR%%/examples/partials.csd
934
%%PORTDOCS%%%%DOCSDIR%%/examples/partikkel.csd
1129
%%PORTDOCS%%%%DOCSDIR%%/examples/partikkel.csd
935
%%PORTDOCS%%%%DOCSDIR%%/examples/partikkel_softsync.csd
1130
%%PORTDOCS%%%%DOCSDIR%%/examples/partikkel_softsync.csd
1131
%%PORTDOCS%%%%DOCSDIR%%/examples/passign.csd
936
%%PORTDOCS%%%%DOCSDIR%%/examples/pcauchy.csd
1132
%%PORTDOCS%%%%DOCSDIR%%/examples/pcauchy.csd
937
%%PORTDOCS%%%%DOCSDIR%%/examples/pchbend.csd
1133
%%PORTDOCS%%%%DOCSDIR%%/examples/pchbend.csd
938
%%PORTDOCS%%%%DOCSDIR%%/examples/pchmidi.csd
1134
%%PORTDOCS%%%%DOCSDIR%%/examples/pchmidi.csd
Lines 976-987 Link Here
976
%%PORTDOCS%%%%DOCSDIR%%/examples/printks.csd
1172
%%PORTDOCS%%%%DOCSDIR%%/examples/printks.csd
977
%%PORTDOCS%%%%DOCSDIR%%/examples/prints.csd
1173
%%PORTDOCS%%%%DOCSDIR%%/examples/prints.csd
978
%%PORTDOCS%%%%DOCSDIR%%/examples/ptrack.csd
1174
%%PORTDOCS%%%%DOCSDIR%%/examples/ptrack.csd
1175
%%PORTDOCS%%%%DOCSDIR%%/examples/pvadd.csd
1176
%%PORTDOCS%%%%DOCSDIR%%/examples/pvbufread.csd
1177
%%PORTDOCS%%%%DOCSDIR%%/examples/pvcross.csd
1178
%%PORTDOCS%%%%DOCSDIR%%/examples/pvinterp.csd
1179
%%PORTDOCS%%%%DOCSDIR%%/examples/pvoc.csd
1180
%%PORTDOCS%%%%DOCSDIR%%/examples/pvread.csd
1181
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsadsyn.csd
1182
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsanal.csd
979
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsarp.csd
1183
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsarp.csd
1184
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsarp2.csd
1185
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsbandp.csd
1186
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsbandr.csd
980
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsbin.csd
1187
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsbin.csd
1188
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsblur.csd
1189
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsbuffer.csd
1190
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsbufread.csd
1191
%%PORTDOCS%%%%DOCSDIR%%/examples/pvscale.csd
1192
%%PORTDOCS%%%%DOCSDIR%%/examples/pvscent.csd
1193
%%PORTDOCS%%%%DOCSDIR%%/examples/pvscross.csd
1194
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsdiskin.csd
981
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsdisp.csd
1195
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsdisp.csd
1196
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsfilter.csd
1197
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsfreeze.csd
1198
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsftr.csd
1199
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsftw.csd
982
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsfwrite.csd
1200
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsfwrite.csd
1201
%%PORTDOCS%%%%DOCSDIR%%/examples/pvshift.csd
1202
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsifd.csd
1203
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsinfo.csd
1204
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsmaska.csd
1205
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsmorph.csd
1206
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsmorph2.csd
983
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsosc.csd
1207
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsosc.csd
984
%%PORTDOCS%%%%DOCSDIR%%/examples/pvspitch.csd
1208
%%PORTDOCS%%%%DOCSDIR%%/examples/pvspitch.csd
1209
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsynth.csd
985
%%PORTDOCS%%%%DOCSDIR%%/examples/r.csd
1210
%%PORTDOCS%%%%DOCSDIR%%/examples/r.csd
986
%%PORTDOCS%%%%DOCSDIR%%/examples/raises.csd
1211
%%PORTDOCS%%%%DOCSDIR%%/examples/raises.csd
987
%%PORTDOCS%%%%DOCSDIR%%/examples/rand.csd
1212
%%PORTDOCS%%%%DOCSDIR%%/examples/rand.csd
Lines 993-1004 Link Here
993
%%PORTDOCS%%%%DOCSDIR%%/examples/rbjeq.csd
1218
%%PORTDOCS%%%%DOCSDIR%%/examples/rbjeq.csd
994
%%PORTDOCS%%%%DOCSDIR%%/examples/readclock.csd
1219
%%PORTDOCS%%%%DOCSDIR%%/examples/readclock.csd
995
%%PORTDOCS%%%%DOCSDIR%%/examples/readk.csd
1220
%%PORTDOCS%%%%DOCSDIR%%/examples/readk.csd
996
%%PORTDOCS%%%%DOCSDIR%%/examples/readk.wav
997
%%PORTDOCS%%%%DOCSDIR%%/examples/reinit.csd
1221
%%PORTDOCS%%%%DOCSDIR%%/examples/reinit.csd
998
%%PORTDOCS%%%%DOCSDIR%%/examples/repluck.csd
1222
%%PORTDOCS%%%%DOCSDIR%%/examples/repluck.csd
999
%%PORTDOCS%%%%DOCSDIR%%/examples/reson.csd
1223
%%PORTDOCS%%%%DOCSDIR%%/examples/reson.csd
1000
%%PORTDOCS%%%%DOCSDIR%%/examples/resonr.csd
1224
%%PORTDOCS%%%%DOCSDIR%%/examples/resonr.csd
1001
%%PORTDOCS%%%%DOCSDIR%%/examples/resony.csd
1225
%%PORTDOCS%%%%DOCSDIR%%/examples/resony.csd
1226
%%PORTDOCS%%%%DOCSDIR%%/examples/resyn.csd
1002
%%PORTDOCS%%%%DOCSDIR%%/examples/reverb.csd
1227
%%PORTDOCS%%%%DOCSDIR%%/examples/reverb.csd
1003
%%PORTDOCS%%%%DOCSDIR%%/examples/reverbsc.csd
1228
%%PORTDOCS%%%%DOCSDIR%%/examples/reverbsc.csd
1004
%%PORTDOCS%%%%DOCSDIR%%/examples/rezzy.csd
1229
%%PORTDOCS%%%%DOCSDIR%%/examples/rezzy.csd
Lines 1008-1014 Link Here
1008
%%PORTDOCS%%%%DOCSDIR%%/examples/rnd31_krate.csd
1233
%%PORTDOCS%%%%DOCSDIR%%/examples/rnd31_krate.csd
1009
%%PORTDOCS%%%%DOCSDIR%%/examples/rnd31_seed7.csd
1234
%%PORTDOCS%%%%DOCSDIR%%/examples/rnd31_seed7.csd
1010
%%PORTDOCS%%%%DOCSDIR%%/examples/rnd31_time.csd
1235
%%PORTDOCS%%%%DOCSDIR%%/examples/rnd31_time.csd
1236
%%PORTDOCS%%%%DOCSDIR%%/examples/round.csd
1237
%%PORTDOCS%%%%DOCSDIR%%/examples/rspline.csd
1011
%%PORTDOCS%%%%DOCSDIR%%/examples/rtclock.csd
1238
%%PORTDOCS%%%%DOCSDIR%%/examples/rtclock.csd
1239
%%PORTDOCS%%%%DOCSDIR%%/examples/rv_mono.wav
1240
%%PORTDOCS%%%%DOCSDIR%%/examples/rv_stereo.wav
1012
%%PORTDOCS%%%%DOCSDIR%%/examples/sandpaper.csd
1241
%%PORTDOCS%%%%DOCSDIR%%/examples/sandpaper.csd
1013
%%PORTDOCS%%%%DOCSDIR%%/examples/scale.csd
1242
%%PORTDOCS%%%%DOCSDIR%%/examples/scale.csd
1014
%%PORTDOCS%%%%DOCSDIR%%/examples/scans.csd
1243
%%PORTDOCS%%%%DOCSDIR%%/examples/scans.csd
Lines 1019-1041 Link Here
1019
%%PORTDOCS%%%%DOCSDIR%%/examples/schedwhen.csd
1248
%%PORTDOCS%%%%DOCSDIR%%/examples/schedwhen.csd
1020
%%PORTDOCS%%%%DOCSDIR%%/examples/schottstaedt.orc
1249
%%PORTDOCS%%%%DOCSDIR%%/examples/schottstaedt.orc
1021
%%PORTDOCS%%%%DOCSDIR%%/examples/scogen.csd
1250
%%PORTDOCS%%%%DOCSDIR%%/examples/scogen.csd
1251
%%PORTDOCS%%%%DOCSDIR%%/examples/seed.csd
1022
%%PORTDOCS%%%%DOCSDIR%%/examples/sekere.csd
1252
%%PORTDOCS%%%%DOCSDIR%%/examples/sekere.csd
1023
%%PORTDOCS%%%%DOCSDIR%%/examples/semitone.csd
1253
%%PORTDOCS%%%%DOCSDIR%%/examples/semitone.csd
1024
%%PORTDOCS%%%%DOCSDIR%%/examples/sensekey.csd
1254
%%PORTDOCS%%%%DOCSDIR%%/examples/sensekey.csd
1025
%%PORTDOCS%%%%DOCSDIR%%/examples/seqtime.csd
1255
%%PORTDOCS%%%%DOCSDIR%%/examples/seqtime.csd
1026
%%PORTDOCS%%%%DOCSDIR%%/examples/setctrl.csd
1256
%%PORTDOCS%%%%DOCSDIR%%/examples/setctrl.csd
1257
%%PORTDOCS%%%%DOCSDIR%%/examples/setscorepos.csd
1258
%%PORTDOCS%%%%DOCSDIR%%/examples/sfilist.csd
1259
%%PORTDOCS%%%%DOCSDIR%%/examples/sfload.csd
1260
%%PORTDOCS%%%%DOCSDIR%%/examples/sflooper.csd
1261
%%PORTDOCS%%%%DOCSDIR%%/examples/sfplay.csd
1262
%%PORTDOCS%%%%DOCSDIR%%/examples/sfplay3.csd
1263
%%PORTDOCS%%%%DOCSDIR%%/examples/sfplay3m.csd
1264
%%PORTDOCS%%%%DOCSDIR%%/examples/sfplaym.csd
1027
%%PORTDOCS%%%%DOCSDIR%%/examples/shaker.csd
1265
%%PORTDOCS%%%%DOCSDIR%%/examples/shaker.csd
1266
%%PORTDOCS%%%%DOCSDIR%%/examples/signalflowgraph.csd
1028
%%PORTDOCS%%%%DOCSDIR%%/examples/sin.csd
1267
%%PORTDOCS%%%%DOCSDIR%%/examples/sin.csd
1029
%%PORTDOCS%%%%DOCSDIR%%/examples/sinh.csd
1268
%%PORTDOCS%%%%DOCSDIR%%/examples/sinh.csd
1030
%%PORTDOCS%%%%DOCSDIR%%/examples/sininv.csd
1269
%%PORTDOCS%%%%DOCSDIR%%/examples/sininv.csd
1031
%%PORTDOCS%%%%DOCSDIR%%/examples/sleighbells.csd
1270
%%PORTDOCS%%%%DOCSDIR%%/examples/sleighbells.csd
1271
%%PORTDOCS%%%%DOCSDIR%%/examples/sndloop.csd
1032
%%PORTDOCS%%%%DOCSDIR%%/examples/sndwarp.csd
1272
%%PORTDOCS%%%%DOCSDIR%%/examples/sndwarp.csd
1273
%%PORTDOCS%%%%DOCSDIR%%/examples/sndwarpst.csd
1033
%%PORTDOCS%%%%DOCSDIR%%/examples/soundin.csd
1274
%%PORTDOCS%%%%DOCSDIR%%/examples/soundin.csd
1275
%%PORTDOCS%%%%DOCSDIR%%/examples/space_quad.csd
1276
%%PORTDOCS%%%%DOCSDIR%%/examples/space_stereo.csd
1034
%%PORTDOCS%%%%DOCSDIR%%/examples/spat3d_UHJ.csd
1277
%%PORTDOCS%%%%DOCSDIR%%/examples/spat3d_UHJ.csd
1035
%%PORTDOCS%%%%DOCSDIR%%/examples/spat3d_quad.csd
1278
%%PORTDOCS%%%%DOCSDIR%%/examples/spat3d_quad.csd
1036
%%PORTDOCS%%%%DOCSDIR%%/examples/spat3d_stereo.csd
1279
%%PORTDOCS%%%%DOCSDIR%%/examples/spat3d_stereo.csd
1037
%%PORTDOCS%%%%DOCSDIR%%/examples/sprintfk.csd
1280
%%PORTDOCS%%%%DOCSDIR%%/examples/sprintfk.csd
1281
%%PORTDOCS%%%%DOCSDIR%%/examples/spsend_quad.csd
1282
%%PORTDOCS%%%%DOCSDIR%%/examples/spsend_stereo.csd
1038
%%PORTDOCS%%%%DOCSDIR%%/examples/sqrt.csd
1283
%%PORTDOCS%%%%DOCSDIR%%/examples/sqrt.csd
1284
%%PORTDOCS%%%%DOCSDIR%%/examples/statvar.csd
1039
%%PORTDOCS%%%%DOCSDIR%%/examples/stix.csd
1285
%%PORTDOCS%%%%DOCSDIR%%/examples/stix.csd
1040
%%PORTDOCS%%%%DOCSDIR%%/examples/streson.csd
1286
%%PORTDOCS%%%%DOCSDIR%%/examples/streson.csd
1041
%%PORTDOCS%%%%DOCSDIR%%/examples/string-128.matrix
1287
%%PORTDOCS%%%%DOCSDIR%%/examples/string-128.matrix
Lines 1045-1055 Link Here
1045
%%PORTDOCS%%%%DOCSDIR%%/examples/subinstr_named.csd
1291
%%PORTDOCS%%%%DOCSDIR%%/examples/subinstr_named.csd
1046
%%PORTDOCS%%%%DOCSDIR%%/examples/subtracts.csd
1292
%%PORTDOCS%%%%DOCSDIR%%/examples/subtracts.csd
1047
%%PORTDOCS%%%%DOCSDIR%%/examples/svfilter.csd
1293
%%PORTDOCS%%%%DOCSDIR%%/examples/svfilter.csd
1294
%%PORTDOCS%%%%DOCSDIR%%/examples/syncgrain.csd
1295
%%PORTDOCS%%%%DOCSDIR%%/examples/syncloop.csd
1048
%%PORTDOCS%%%%DOCSDIR%%/examples/syncphasor-CZresonance.csd
1296
%%PORTDOCS%%%%DOCSDIR%%/examples/syncphasor-CZresonance.csd
1049
%%PORTDOCS%%%%DOCSDIR%%/examples/syncphasor.csd
1297
%%PORTDOCS%%%%DOCSDIR%%/examples/syncphasor.csd
1050
%%PORTDOCS%%%%DOCSDIR%%/examples/system.csd
1298
%%PORTDOCS%%%%DOCSDIR%%/examples/system.csd
1051
%%PORTDOCS%%%%DOCSDIR%%/examples/table.csd
1299
%%PORTDOCS%%%%DOCSDIR%%/examples/table.csd
1052
%%PORTDOCS%%%%DOCSDIR%%/examples/table1.inc
1300
%%PORTDOCS%%%%DOCSDIR%%/examples/table1.inc
1301
%%PORTDOCS%%%%DOCSDIR%%/examples/tablefilter.csd
1053
%%PORTDOCS%%%%DOCSDIR%%/examples/tableng.csd
1302
%%PORTDOCS%%%%DOCSDIR%%/examples/tableng.csd
1054
%%PORTDOCS%%%%DOCSDIR%%/examples/tablexkt.csd
1303
%%PORTDOCS%%%%DOCSDIR%%/examples/tablexkt.csd
1055
%%PORTDOCS%%%%DOCSDIR%%/examples/tambourine.csd
1304
%%PORTDOCS%%%%DOCSDIR%%/examples/tambourine.csd
Lines 1067-1072 Link Here
1067
%%PORTDOCS%%%%DOCSDIR%%/examples/timeinsts.csd
1316
%%PORTDOCS%%%%DOCSDIR%%/examples/timeinsts.csd
1068
%%PORTDOCS%%%%DOCSDIR%%/examples/timek.csd
1317
%%PORTDOCS%%%%DOCSDIR%%/examples/timek.csd
1069
%%PORTDOCS%%%%DOCSDIR%%/examples/times.csd
1318
%%PORTDOCS%%%%DOCSDIR%%/examples/times.csd
1319
%%PORTDOCS%%%%DOCSDIR%%/examples/tone.csd
1320
%%PORTDOCS%%%%DOCSDIR%%/examples/tonex.csd
1070
%%PORTDOCS%%%%DOCSDIR%%/examples/toot1.csd
1321
%%PORTDOCS%%%%DOCSDIR%%/examples/toot1.csd
1071
%%PORTDOCS%%%%DOCSDIR%%/examples/toot10.csd
1322
%%PORTDOCS%%%%DOCSDIR%%/examples/toot10.csd
1072
%%PORTDOCS%%%%DOCSDIR%%/examples/toot2.csd
1323
%%PORTDOCS%%%%DOCSDIR%%/examples/toot2.csd
Lines 1077-1100 Link Here
1077
%%PORTDOCS%%%%DOCSDIR%%/examples/toot7.csd
1328
%%PORTDOCS%%%%DOCSDIR%%/examples/toot7.csd
1078
%%PORTDOCS%%%%DOCSDIR%%/examples/toot8.csd
1329
%%PORTDOCS%%%%DOCSDIR%%/examples/toot8.csd
1079
%%PORTDOCS%%%%DOCSDIR%%/examples/toot9.csd
1330
%%PORTDOCS%%%%DOCSDIR%%/examples/toot9.csd
1331
%%PORTDOCS%%%%DOCSDIR%%/examples/tradsyn.csd
1332
%%PORTDOCS%%%%DOCSDIR%%/examples/trandom.csd
1080
%%PORTDOCS%%%%DOCSDIR%%/examples/transeg.csd
1333
%%PORTDOCS%%%%DOCSDIR%%/examples/transeg.csd
1334
%%PORTDOCS%%%%DOCSDIR%%/examples/trcross.csd
1335
%%PORTDOCS%%%%DOCSDIR%%/examples/trhighest.csd
1081
%%PORTDOCS%%%%DOCSDIR%%/examples/trigger.csd
1336
%%PORTDOCS%%%%DOCSDIR%%/examples/trigger.csd
1082
%%PORTDOCS%%%%DOCSDIR%%/examples/trirand.csd
1337
%%PORTDOCS%%%%DOCSDIR%%/examples/trirand.csd
1338
%%PORTDOCS%%%%DOCSDIR%%/examples/trlowest.csd
1339
%%PORTDOCS%%%%DOCSDIR%%/examples/trmix.csd
1340
%%PORTDOCS%%%%DOCSDIR%%/examples/trscale.csd
1341
%%PORTDOCS%%%%DOCSDIR%%/examples/trsplit.csd
1083
%%PORTDOCS%%%%DOCSDIR%%/examples/turnoff.csd
1342
%%PORTDOCS%%%%DOCSDIR%%/examples/turnoff.csd
1084
%%PORTDOCS%%%%DOCSDIR%%/examples/twopeaks.aiff
1343
%%PORTDOCS%%%%DOCSDIR%%/examples/twopeaks.aiff
1085
%%PORTDOCS%%%%DOCSDIR%%/examples/unirand.csd
1344
%%PORTDOCS%%%%DOCSDIR%%/examples/unirand.csd
1345
%%PORTDOCS%%%%DOCSDIR%%/examples/urandom.csd
1346
%%PORTDOCS%%%%DOCSDIR%%/examples/urandom_krate.csd
1086
%%PORTDOCS%%%%DOCSDIR%%/examples/vadd.csd
1347
%%PORTDOCS%%%%DOCSDIR%%/examples/vadd.csd
1087
%%PORTDOCS%%%%DOCSDIR%%/examples/vadd_i.csd
1348
%%PORTDOCS%%%%DOCSDIR%%/examples/vadd_i.csd
1088
%%PORTDOCS%%%%DOCSDIR%%/examples/vaddv.csd
1349
%%PORTDOCS%%%%DOCSDIR%%/examples/vaddv.csd
1089
%%PORTDOCS%%%%DOCSDIR%%/examples/vaget.csd
1350
%%PORTDOCS%%%%DOCSDIR%%/examples/vaget.csd
1351
%%PORTDOCS%%%%DOCSDIR%%/examples/valpass.csd
1090
%%PORTDOCS%%%%DOCSDIR%%/examples/vaset.csd
1352
%%PORTDOCS%%%%DOCSDIR%%/examples/vaset.csd
1091
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap8.csd
1353
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap8.csd
1092
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap8move.csd
1354
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap8move.csd
1093
%%PORTDOCS%%%%DOCSDIR%%/examples/vcella.csd
1355
%%PORTDOCS%%%%DOCSDIR%%/examples/vcella.csd
1094
%%PORTDOCS%%%%DOCSDIR%%/examples/vco.csd
1356
%%PORTDOCS%%%%DOCSDIR%%/examples/vco.csd
1095
%%PORTDOCS%%%%DOCSDIR%%/examples/vco2.csd
1357
%%PORTDOCS%%%%DOCSDIR%%/examples/vco2.csd
1358
%%PORTDOCS%%%%DOCSDIR%%/examples/vco2ft.csd
1359
%%PORTDOCS%%%%DOCSDIR%%/examples/vco2ift.csd
1360
%%PORTDOCS%%%%DOCSDIR%%/examples/vco2init.csd
1096
%%PORTDOCS%%%%DOCSDIR%%/examples/vcomb.csd
1361
%%PORTDOCS%%%%DOCSDIR%%/examples/vcomb.csd
1097
%%PORTDOCS%%%%DOCSDIR%%/examples/vcopy.csd
1362
%%PORTDOCS%%%%DOCSDIR%%/examples/vcopy.csd
1363
%%PORTDOCS%%%%DOCSDIR%%/examples/vdelay.csd
1364
%%PORTDOCS%%%%DOCSDIR%%/examples/vdelay3.csd
1098
%%PORTDOCS%%%%DOCSDIR%%/examples/vdivv.csd
1365
%%PORTDOCS%%%%DOCSDIR%%/examples/vdivv.csd
1099
%%PORTDOCS%%%%DOCSDIR%%/examples/veloc.csd
1366
%%PORTDOCS%%%%DOCSDIR%%/examples/veloc.csd
1100
%%PORTDOCS%%%%DOCSDIR%%/examples/vexp.csd
1367
%%PORTDOCS%%%%DOCSDIR%%/examples/vexp.csd
Lines 1104-1109 Link Here
1104
%%PORTDOCS%%%%DOCSDIR%%/examples/vibes.csd
1371
%%PORTDOCS%%%%DOCSDIR%%/examples/vibes.csd
1105
%%PORTDOCS%%%%DOCSDIR%%/examples/vibr.csd
1372
%%PORTDOCS%%%%DOCSDIR%%/examples/vibr.csd
1106
%%PORTDOCS%%%%DOCSDIR%%/examples/vibrato.csd
1373
%%PORTDOCS%%%%DOCSDIR%%/examples/vibrato.csd
1374
%%PORTDOCS%%%%DOCSDIR%%/examples/vincr.csd
1107
%%PORTDOCS%%%%DOCSDIR%%/examples/virtual.csd
1375
%%PORTDOCS%%%%DOCSDIR%%/examples/virtual.csd
1108
%%PORTDOCS%%%%DOCSDIR%%/examples/vlinseg.csd
1376
%%PORTDOCS%%%%DOCSDIR%%/examples/vlinseg.csd
1109
%%PORTDOCS%%%%DOCSDIR%%/examples/vlowres.csd
1377
%%PORTDOCS%%%%DOCSDIR%%/examples/vlowres.csd
Lines 1117-1125 Link Here
1117
%%PORTDOCS%%%%DOCSDIR%%/examples/vpow.csd
1385
%%PORTDOCS%%%%DOCSDIR%%/examples/vpow.csd
1118
%%PORTDOCS%%%%DOCSDIR%%/examples/vpow_i.csd
1386
%%PORTDOCS%%%%DOCSDIR%%/examples/vpow_i.csd
1119
%%PORTDOCS%%%%DOCSDIR%%/examples/vpowv.csd
1387
%%PORTDOCS%%%%DOCSDIR%%/examples/vpowv.csd
1388
%%PORTDOCS%%%%DOCSDIR%%/examples/vpvoc.csd
1120
%%PORTDOCS%%%%DOCSDIR%%/examples/vrandh.csd
1389
%%PORTDOCS%%%%DOCSDIR%%/examples/vrandh.csd
1121
%%PORTDOCS%%%%DOCSDIR%%/examples/vrandi.csd
1390
%%PORTDOCS%%%%DOCSDIR%%/examples/vrandi.csd
1122
%%PORTDOCS%%%%DOCSDIR%%/examples/vstaudio.csd
1391
%%PORTDOCS%%%%DOCSDIR%%/examples/vst4cs.csd
1123
%%PORTDOCS%%%%DOCSDIR%%/examples/vsubv.csd
1392
%%PORTDOCS%%%%DOCSDIR%%/examples/vsubv.csd
1124
%%PORTDOCS%%%%DOCSDIR%%/examples/vtable1k.csd
1393
%%PORTDOCS%%%%DOCSDIR%%/examples/vtable1k.csd
1125
%%PORTDOCS%%%%DOCSDIR%%/examples/vtablei.csd
1394
%%PORTDOCS%%%%DOCSDIR%%/examples/vtablei.csd
Lines 1138-1143 Link Here
1138
%%PORTDOCS%%%%DOCSDIR%%/examples/wgpluck_brighter.csd
1407
%%PORTDOCS%%%%DOCSDIR%%/examples/wgpluck_brighter.csd
1139
%%PORTDOCS%%%%DOCSDIR%%/examples/wguide1.csd
1408
%%PORTDOCS%%%%DOCSDIR%%/examples/wguide1.csd
1140
%%PORTDOCS%%%%DOCSDIR%%/examples/wguide2.csd
1409
%%PORTDOCS%%%%DOCSDIR%%/examples/wguide2.csd
1410
%%PORTDOCS%%%%DOCSDIR%%/examples/wii.csd
1141
%%PORTDOCS%%%%DOCSDIR%%/examples/wterrain.csd
1411
%%PORTDOCS%%%%DOCSDIR%%/examples/wterrain.csd
1142
%%PORTDOCS%%%%DOCSDIR%%/examples/xtratim-2.csd
1412
%%PORTDOCS%%%%DOCSDIR%%/examples/xtratim-2.csd
1143
%%PORTDOCS%%%%DOCSDIR%%/examples/xtratim.csd
1413
%%PORTDOCS%%%%DOCSDIR%%/examples/xtratim.csd
Lines 1167-1178 Link Here
1167
%%PORTDOCS%%%%DOCSDIR%%/expsegr.html
1437
%%PORTDOCS%%%%DOCSDIR%%/expsegr.html
1168
%%PORTDOCS%%%%DOCSDIR%%/extractor.html
1438
%%PORTDOCS%%%%DOCSDIR%%/extractor.html
1169
%%PORTDOCS%%%%DOCSDIR%%/f.html
1439
%%PORTDOCS%%%%DOCSDIR%%/f.html
1440
%%PORTDOCS%%%%DOCSDIR%%/fareylen.html
1441
%%PORTDOCS%%%%DOCSDIR%%/fareyleni.html
1170
%%PORTDOCS%%%%DOCSDIR%%/featuresOfCsoundAC.html
1442
%%PORTDOCS%%%%DOCSDIR%%/featuresOfCsoundAC.html
1171
%%PORTDOCS%%%%DOCSDIR%%/ficlose.html
1443
%%PORTDOCS%%%%DOCSDIR%%/ficlose.html
1444
%%PORTDOCS%%%%DOCSDIR%%/filebit.html
1172
%%PORTDOCS%%%%DOCSDIR%%/filelen.html
1445
%%PORTDOCS%%%%DOCSDIR%%/filelen.html
1173
%%PORTDOCS%%%%DOCSDIR%%/filenchnls.html
1446
%%PORTDOCS%%%%DOCSDIR%%/filenchnls.html
1174
%%PORTDOCS%%%%DOCSDIR%%/filepeak.html
1447
%%PORTDOCS%%%%DOCSDIR%%/filepeak.html
1175
%%PORTDOCS%%%%DOCSDIR%%/filesr.html
1448
%%PORTDOCS%%%%DOCSDIR%%/filesr.html
1449
%%PORTDOCS%%%%DOCSDIR%%/filevalid.html
1176
%%PORTDOCS%%%%DOCSDIR%%/filter2.html
1450
%%PORTDOCS%%%%DOCSDIR%%/filter2.html
1177
%%PORTDOCS%%%%DOCSDIR%%/fin.html
1451
%%PORTDOCS%%%%DOCSDIR%%/fin.html
1178
%%PORTDOCS%%%%DOCSDIR%%/fini.html
1452
%%PORTDOCS%%%%DOCSDIR%%/fini.html
Lines 1219-1226 Link Here
1219
%%PORTDOCS%%%%DOCSDIR%%/freeverb.html
1493
%%PORTDOCS%%%%DOCSDIR%%/freeverb.html
1220
%%PORTDOCS%%%%DOCSDIR%%/ftchnls.html
1494
%%PORTDOCS%%%%DOCSDIR%%/ftchnls.html
1221
%%PORTDOCS%%%%DOCSDIR%%/ftconv.html
1495
%%PORTDOCS%%%%DOCSDIR%%/ftconv.html
1496
%%PORTDOCS%%%%DOCSDIR%%/ftcps.html
1222
%%PORTDOCS%%%%DOCSDIR%%/ftfree.html
1497
%%PORTDOCS%%%%DOCSDIR%%/ftfree.html
1223
%%PORTDOCS%%%%DOCSDIR%%/ftgen.html
1498
%%PORTDOCS%%%%DOCSDIR%%/ftgen.html
1499
%%PORTDOCS%%%%DOCSDIR%%/ftgenonce.html
1224
%%PORTDOCS%%%%DOCSDIR%%/ftgentmp.html
1500
%%PORTDOCS%%%%DOCSDIR%%/ftgentmp.html
1225
%%PORTDOCS%%%%DOCSDIR%%/ftlen.html
1501
%%PORTDOCS%%%%DOCSDIR%%/ftlen.html
1226
%%PORTDOCS%%%%DOCSDIR%%/ftload.html
1502
%%PORTDOCS%%%%DOCSDIR%%/ftload.html
Lines 1383-1388 Link Here
1383
%%PORTDOCS%%%%DOCSDIR%%/initc14.html
1659
%%PORTDOCS%%%%DOCSDIR%%/initc14.html
1384
%%PORTDOCS%%%%DOCSDIR%%/initc21.html
1660
%%PORTDOCS%%%%DOCSDIR%%/initc21.html
1385
%%PORTDOCS%%%%DOCSDIR%%/initc7.html
1661
%%PORTDOCS%%%%DOCSDIR%%/initc7.html
1662
%%PORTDOCS%%%%DOCSDIR%%/inleta.html
1663
%%PORTDOCS%%%%DOCSDIR%%/inletf.html
1664
%%PORTDOCS%%%%DOCSDIR%%/inletk.html
1386
%%PORTDOCS%%%%DOCSDIR%%/ino.html
1665
%%PORTDOCS%%%%DOCSDIR%%/ino.html
1387
%%PORTDOCS%%%%DOCSDIR%%/inq.html
1666
%%PORTDOCS%%%%DOCSDIR%%/inq.html
1388
%%PORTDOCS%%%%DOCSDIR%%/inrg.html
1667
%%PORTDOCS%%%%DOCSDIR%%/inrg.html
Lines 1485-1490 Link Here
1485
%%PORTDOCS%%%%DOCSDIR%%/loop_lt.html
1764
%%PORTDOCS%%%%DOCSDIR%%/loop_lt.html
1486
%%PORTDOCS%%%%DOCSDIR%%/loopseg.html
1765
%%PORTDOCS%%%%DOCSDIR%%/loopseg.html
1487
%%PORTDOCS%%%%DOCSDIR%%/loopsegp.html
1766
%%PORTDOCS%%%%DOCSDIR%%/loopsegp.html
1767
%%PORTDOCS%%%%DOCSDIR%%/looptseg.html
1768
%%PORTDOCS%%%%DOCSDIR%%/loopxseg.html
1488
%%PORTDOCS%%%%DOCSDIR%%/lorenz.html
1769
%%PORTDOCS%%%%DOCSDIR%%/lorenz.html
1489
%%PORTDOCS%%%%DOCSDIR%%/loris.html
1770
%%PORTDOCS%%%%DOCSDIR%%/loris.html
1490
%%PORTDOCS%%%%DOCSDIR%%/lorismorph.html
1771
%%PORTDOCS%%%%DOCSDIR%%/lorismorph.html
Lines 1528-1533 Link Here
1528
%%PORTDOCS%%%%DOCSDIR%%/maxalloc.html
1809
%%PORTDOCS%%%%DOCSDIR%%/maxalloc.html
1529
%%PORTDOCS%%%%DOCSDIR%%/mclock.html
1810
%%PORTDOCS%%%%DOCSDIR%%/mclock.html
1530
%%PORTDOCS%%%%DOCSDIR%%/mdelay.html
1811
%%PORTDOCS%%%%DOCSDIR%%/mdelay.html
1812
%%PORTDOCS%%%%DOCSDIR%%/median.html
1813
%%PORTDOCS%%%%DOCSDIR%%/mediank.html
1531
%%PORTDOCS%%%%DOCSDIR%%/metro.html
1814
%%PORTDOCS%%%%DOCSDIR%%/metro.html
1532
%%PORTDOCS%%%%DOCSDIR%%/midglobal.html
1815
%%PORTDOCS%%%%DOCSDIR%%/midglobal.html
1533
%%PORTDOCS%%%%DOCSDIR%%/midic14.html
1816
%%PORTDOCS%%%%DOCSDIR%%/midic14.html
Lines 1556-1564 Link Here
1556
%%PORTDOCS%%%%DOCSDIR%%/minabs.html
1839
%%PORTDOCS%%%%DOCSDIR%%/minabs.html
1557
%%PORTDOCS%%%%DOCSDIR%%/minabsaccum.html
1840
%%PORTDOCS%%%%DOCSDIR%%/minabsaccum.html
1558
%%PORTDOCS%%%%DOCSDIR%%/minaccum.html
1841
%%PORTDOCS%%%%DOCSDIR%%/minaccum.html
1842
%%PORTDOCS%%%%DOCSDIR%%/mincer.html
1559
%%PORTDOCS%%%%DOCSDIR%%/mirror.html
1843
%%PORTDOCS%%%%DOCSDIR%%/mirror.html
1560
%%PORTDOCS%%%%DOCSDIR%%/mixer.html
1844
%%PORTDOCS%%%%DOCSDIR%%/mixer.html
1561
%%PORTDOCS%%%%DOCSDIR%%/mode.html
1845
%%PORTDOCS%%%%DOCSDIR%%/mode.html
1846
%%PORTDOCS%%%%DOCSDIR%%/modmatrix.html
1562
%%PORTDOCS%%%%DOCSDIR%%/modulus.html
1847
%%PORTDOCS%%%%DOCSDIR%%/modulus.html
1563
%%PORTDOCS%%%%DOCSDIR%%/monitor.html
1848
%%PORTDOCS%%%%DOCSDIR%%/monitor.html
1564
%%PORTDOCS%%%%DOCSDIR%%/moog.html
1849
%%PORTDOCS%%%%DOCSDIR%%/moog.html
Lines 1566-1571 Link Here
1566
%%PORTDOCS%%%%DOCSDIR%%/moogvcf.html
1851
%%PORTDOCS%%%%DOCSDIR%%/moogvcf.html
1567
%%PORTDOCS%%%%DOCSDIR%%/moogvcf2.html
1852
%%PORTDOCS%%%%DOCSDIR%%/moogvcf2.html
1568
%%PORTDOCS%%%%DOCSDIR%%/moscil.html
1853
%%PORTDOCS%%%%DOCSDIR%%/moscil.html
1854
%%PORTDOCS%%%%DOCSDIR%%/mp3in.html
1569
%%PORTDOCS%%%%DOCSDIR%%/mpulse.html
1855
%%PORTDOCS%%%%DOCSDIR%%/mpulse.html
1570
%%PORTDOCS%%%%DOCSDIR%%/mrtmsg.html
1856
%%PORTDOCS%%%%DOCSDIR%%/mrtmsg.html
1571
%%PORTDOCS%%%%DOCSDIR%%/multiplies.html
1857
%%PORTDOCS%%%%DOCSDIR%%/multiplies.html
Lines 1574-1579 Link Here
1574
%%PORTDOCS%%%%DOCSDIR%%/mxadsr.html
1860
%%PORTDOCS%%%%DOCSDIR%%/mxadsr.html
1575
%%PORTDOCS%%%%DOCSDIR%%/n.html
1861
%%PORTDOCS%%%%DOCSDIR%%/n.html
1576
%%PORTDOCS%%%%DOCSDIR%%/nchnls.html
1862
%%PORTDOCS%%%%DOCSDIR%%/nchnls.html
1863
%%PORTDOCS%%%%DOCSDIR%%/nchnls_i.html
1577
%%PORTDOCS%%%%DOCSDIR%%/nestedap.html
1864
%%PORTDOCS%%%%DOCSDIR%%/nestedap.html
1578
%%PORTDOCS%%%%DOCSDIR%%/nlfilt.html
1865
%%PORTDOCS%%%%DOCSDIR%%/nlfilt.html
1579
%%PORTDOCS%%%%DOCSDIR%%/noise.html
1866
%%PORTDOCS%%%%DOCSDIR%%/noise.html
Lines 1635-1640 Link Here
1635
%%PORTDOCS%%%%DOCSDIR%%/outkpat.html
1922
%%PORTDOCS%%%%DOCSDIR%%/outkpat.html
1636
%%PORTDOCS%%%%DOCSDIR%%/outkpb.html
1923
%%PORTDOCS%%%%DOCSDIR%%/outkpb.html
1637
%%PORTDOCS%%%%DOCSDIR%%/outkpc.html
1924
%%PORTDOCS%%%%DOCSDIR%%/outkpc.html
1925
%%PORTDOCS%%%%DOCSDIR%%/outleta.html
1926
%%PORTDOCS%%%%DOCSDIR%%/outletf.html
1927
%%PORTDOCS%%%%DOCSDIR%%/outletk.html
1638
%%PORTDOCS%%%%DOCSDIR%%/outo.html
1928
%%PORTDOCS%%%%DOCSDIR%%/outo.html
1639
%%PORTDOCS%%%%DOCSDIR%%/outq.html
1929
%%PORTDOCS%%%%DOCSDIR%%/outq.html
1640
%%PORTDOCS%%%%DOCSDIR%%/outq1.html
1930
%%PORTDOCS%%%%DOCSDIR%%/outq1.html
Lines 1649-1660 Link Here
1649
%%PORTDOCS%%%%DOCSDIR%%/outx.html
1939
%%PORTDOCS%%%%DOCSDIR%%/outx.html
1650
%%PORTDOCS%%%%DOCSDIR%%/outz.html
1940
%%PORTDOCS%%%%DOCSDIR%%/outz.html
1651
%%PORTDOCS%%%%DOCSDIR%%/p.html
1941
%%PORTDOCS%%%%DOCSDIR%%/p.html
1942
%%PORTDOCS%%%%DOCSDIR%%/p5gconnect.html
1943
%%PORTDOCS%%%%DOCSDIR%%/p5gdata.html
1652
%%PORTDOCS%%%%DOCSDIR%%/pan.html
1944
%%PORTDOCS%%%%DOCSDIR%%/pan.html
1653
%%PORTDOCS%%%%DOCSDIR%%/pan2.html
1945
%%PORTDOCS%%%%DOCSDIR%%/pan2.html
1654
%%PORTDOCS%%%%DOCSDIR%%/pareq.html
1946
%%PORTDOCS%%%%DOCSDIR%%/pareq.html
1655
%%PORTDOCS%%%%DOCSDIR%%/partials.html
1947
%%PORTDOCS%%%%DOCSDIR%%/partials.html
1656
%%PORTDOCS%%%%DOCSDIR%%/partikkel.html
1948
%%PORTDOCS%%%%DOCSDIR%%/partikkel.html
1657
%%PORTDOCS%%%%DOCSDIR%%/partikkelsync.html
1949
%%PORTDOCS%%%%DOCSDIR%%/partikkelsync.html
1950
%%PORTDOCS%%%%DOCSDIR%%/passign.html
1658
%%PORTDOCS%%%%DOCSDIR%%/pcauchy.html
1951
%%PORTDOCS%%%%DOCSDIR%%/pcauchy.html
1659
%%PORTDOCS%%%%DOCSDIR%%/pchbend.html
1952
%%PORTDOCS%%%%DOCSDIR%%/pchbend.html
1660
%%PORTDOCS%%%%DOCSDIR%%/pchmidi.html
1953
%%PORTDOCS%%%%DOCSDIR%%/pchmidi.html
Lines 1742-1747 Link Here
1742
%%PORTDOCS%%%%DOCSDIR%%/pvsin.html
2035
%%PORTDOCS%%%%DOCSDIR%%/pvsin.html
1743
%%PORTDOCS%%%%DOCSDIR%%/pvsinfo.html
2036
%%PORTDOCS%%%%DOCSDIR%%/pvsinfo.html
1744
%%PORTDOCS%%%%DOCSDIR%%/pvsinit.html
2037
%%PORTDOCS%%%%DOCSDIR%%/pvsinit.html
2038
%%PORTDOCS%%%%DOCSDIR%%/pvslock.html
1745
%%PORTDOCS%%%%DOCSDIR%%/pvsmaska.html
2039
%%PORTDOCS%%%%DOCSDIR%%/pvsmaska.html
1746
%%PORTDOCS%%%%DOCSDIR%%/pvsmix.html
2040
%%PORTDOCS%%%%DOCSDIR%%/pvsmix.html
1747
%%PORTDOCS%%%%DOCSDIR%%/pvsmooth.html
2041
%%PORTDOCS%%%%DOCSDIR%%/pvsmooth.html
Lines 1749-1756 Link Here
1749
%%PORTDOCS%%%%DOCSDIR%%/pvsosc.html
2043
%%PORTDOCS%%%%DOCSDIR%%/pvsosc.html
1750
%%PORTDOCS%%%%DOCSDIR%%/pvsout.html
2044
%%PORTDOCS%%%%DOCSDIR%%/pvsout.html
1751
%%PORTDOCS%%%%DOCSDIR%%/pvspitch.html
2045
%%PORTDOCS%%%%DOCSDIR%%/pvspitch.html
2046
%%PORTDOCS%%%%DOCSDIR%%/pvstanal.html
1752
%%PORTDOCS%%%%DOCSDIR%%/pvstencil.html
2047
%%PORTDOCS%%%%DOCSDIR%%/pvstencil.html
1753
%%PORTDOCS%%%%DOCSDIR%%/pvsvoc.html
2048
%%PORTDOCS%%%%DOCSDIR%%/pvsvoc.html
2049
%%PORTDOCS%%%%DOCSDIR%%/pvswarp.html
1754
%%PORTDOCS%%%%DOCSDIR%%/pvsynth.html
2050
%%PORTDOCS%%%%DOCSDIR%%/pvsynth.html
1755
%%PORTDOCS%%%%DOCSDIR%%/py.html
2051
%%PORTDOCS%%%%DOCSDIR%%/py.html
1756
%%PORTDOCS%%%%DOCSDIR%%/pyassign.html
2052
%%PORTDOCS%%%%DOCSDIR%%/pyassign.html
Lines 1942-1947 Link Here
1942
%%PORTDOCS%%%%DOCSDIR%%/table.html
2238
%%PORTDOCS%%%%DOCSDIR%%/table.html
1943
%%PORTDOCS%%%%DOCSDIR%%/table3.html
2239
%%PORTDOCS%%%%DOCSDIR%%/table3.html
1944
%%PORTDOCS%%%%DOCSDIR%%/tablecopy.html
2240
%%PORTDOCS%%%%DOCSDIR%%/tablecopy.html
2241
%%PORTDOCS%%%%DOCSDIR%%/tablefilter.html
2242
%%PORTDOCS%%%%DOCSDIR%%/tablefilteri.html
1945
%%PORTDOCS%%%%DOCSDIR%%/tablegpw.html
2243
%%PORTDOCS%%%%DOCSDIR%%/tablegpw.html
1946
%%PORTDOCS%%%%DOCSDIR%%/tablei.html
2244
%%PORTDOCS%%%%DOCSDIR%%/tablei.html
1947
%%PORTDOCS%%%%DOCSDIR%%/tableicopy.html
2245
%%PORTDOCS%%%%DOCSDIR%%/tableicopy.html
Lines 1954-1959 Link Here
1954
%%PORTDOCS%%%%DOCSDIR%%/tableng.html
2252
%%PORTDOCS%%%%DOCSDIR%%/tableng.html
1955
%%PORTDOCS%%%%DOCSDIR%%/tablera.html
2253
%%PORTDOCS%%%%DOCSDIR%%/tablera.html
1956
%%PORTDOCS%%%%DOCSDIR%%/tableseg.html
2254
%%PORTDOCS%%%%DOCSDIR%%/tableseg.html
2255
%%PORTDOCS%%%%DOCSDIR%%/tableshuffle.html
1957
%%PORTDOCS%%%%DOCSDIR%%/tablew.html
2256
%%PORTDOCS%%%%DOCSDIR%%/tablew.html
1958
%%PORTDOCS%%%%DOCSDIR%%/tablewa.html
2257
%%PORTDOCS%%%%DOCSDIR%%/tablewa.html
1959
%%PORTDOCS%%%%DOCSDIR%%/tablewkt.html
2258
%%PORTDOCS%%%%DOCSDIR%%/tablewkt.html
Lines 1965-1970 Link Here
1965
%%PORTDOCS%%%%DOCSDIR%%/tabmorphi.html
2264
%%PORTDOCS%%%%DOCSDIR%%/tabmorphi.html
1966
%%PORTDOCS%%%%DOCSDIR%%/tabplay.html
2265
%%PORTDOCS%%%%DOCSDIR%%/tabplay.html
1967
%%PORTDOCS%%%%DOCSDIR%%/tabrec.html
2266
%%PORTDOCS%%%%DOCSDIR%%/tabrec.html
2267
%%PORTDOCS%%%%DOCSDIR%%/tabsum.html
1968
%%PORTDOCS%%%%DOCSDIR%%/tambourine.html
2268
%%PORTDOCS%%%%DOCSDIR%%/tambourine.html
1969
%%PORTDOCS%%%%DOCSDIR%%/tan.html
2269
%%PORTDOCS%%%%DOCSDIR%%/tan.html
1970
%%PORTDOCS%%%%DOCSDIR%%/tanh.html
2270
%%PORTDOCS%%%%DOCSDIR%%/tanh.html
Lines 1978-1983 Link Here
1978
%%PORTDOCS%%%%DOCSDIR%%/tclwrapper.html
2278
%%PORTDOCS%%%%DOCSDIR%%/tclwrapper.html
1979
%%PORTDOCS%%%%DOCSDIR%%/tempest.html
2279
%%PORTDOCS%%%%DOCSDIR%%/tempest.html
1980
%%PORTDOCS%%%%DOCSDIR%%/tempo.html
2280
%%PORTDOCS%%%%DOCSDIR%%/tempo.html
2281
%%PORTDOCS%%%%DOCSDIR%%/temposcal.html
1981
%%PORTDOCS%%%%DOCSDIR%%/tempoval.html
2282
%%PORTDOCS%%%%DOCSDIR%%/tempoval.html
1982
%%PORTDOCS%%%%DOCSDIR%%/tigoto.html
2283
%%PORTDOCS%%%%DOCSDIR%%/tigoto.html
1983
%%PORTDOCS%%%%DOCSDIR%%/timedseq.html
2284
%%PORTDOCS%%%%DOCSDIR%%/timedseq.html
Lines 1995-2000 Link Here
1995
%%PORTDOCS%%%%DOCSDIR%%/tradsyn.html
2296
%%PORTDOCS%%%%DOCSDIR%%/tradsyn.html
1996
%%PORTDOCS%%%%DOCSDIR%%/trandom.html
2297
%%PORTDOCS%%%%DOCSDIR%%/trandom.html
1997
%%PORTDOCS%%%%DOCSDIR%%/transeg.html
2298
%%PORTDOCS%%%%DOCSDIR%%/transeg.html
2299
%%PORTDOCS%%%%DOCSDIR%%/transegr.html
1998
%%PORTDOCS%%%%DOCSDIR%%/trcross.html
2300
%%PORTDOCS%%%%DOCSDIR%%/trcross.html
1999
%%PORTDOCS%%%%DOCSDIR%%/trfilter.html
2301
%%PORTDOCS%%%%DOCSDIR%%/trfilter.html
2000
%%PORTDOCS%%%%DOCSDIR%%/trhighest.html
2302
%%PORTDOCS%%%%DOCSDIR%%/trhighest.html
Lines 2012-2017 Link Here
2012
%%PORTDOCS%%%%DOCSDIR%%/undef.html
2314
%%PORTDOCS%%%%DOCSDIR%%/undef.html
2013
%%PORTDOCS%%%%DOCSDIR%%/unirand.html
2315
%%PORTDOCS%%%%DOCSDIR%%/unirand.html
2014
%%PORTDOCS%%%%DOCSDIR%%/upsamp.html
2316
%%PORTDOCS%%%%DOCSDIR%%/upsamp.html
2317
%%PORTDOCS%%%%DOCSDIR%%/urandom.html
2015
%%PORTDOCS%%%%DOCSDIR%%/urd.html
2318
%%PORTDOCS%%%%DOCSDIR%%/urd.html
2016
%%PORTDOCS%%%%DOCSDIR%%/v.html
2319
%%PORTDOCS%%%%DOCSDIR%%/v.html
2017
%%PORTDOCS%%%%DOCSDIR%%/vadd.html
2320
%%PORTDOCS%%%%DOCSDIR%%/vadd.html
Lines 2124-2129 Link Here
2124
%%PORTDOCS%%%%DOCSDIR%%/wgpluck2.html
2427
%%PORTDOCS%%%%DOCSDIR%%/wgpluck2.html
2125
%%PORTDOCS%%%%DOCSDIR%%/wguide1.html
2428
%%PORTDOCS%%%%DOCSDIR%%/wguide1.html
2126
%%PORTDOCS%%%%DOCSDIR%%/wguide2.html
2429
%%PORTDOCS%%%%DOCSDIR%%/wguide2.html
2430
%%PORTDOCS%%%%DOCSDIR%%/wiiconnect.html
2431
%%PORTDOCS%%%%DOCSDIR%%/wiidata.html
2432
%%PORTDOCS%%%%DOCSDIR%%/wiirange.html
2433
%%PORTDOCS%%%%DOCSDIR%%/wiisend.html
2127
%%PORTDOCS%%%%DOCSDIR%%/wrap.html
2434
%%PORTDOCS%%%%DOCSDIR%%/wrap.html
2128
%%PORTDOCS%%%%DOCSDIR%%/wterrain.html
2435
%%PORTDOCS%%%%DOCSDIR%%/wterrain.html
2129
%%PORTDOCS%%%%DOCSDIR%%/x.html
2436
%%PORTDOCS%%%%DOCSDIR%%/x.html
Lines 2152-2161 Link Here
2152
%%PORTDOCS%%%%DOCSDIR%%/zkr.html
2459
%%PORTDOCS%%%%DOCSDIR%%/zkr.html
2153
%%PORTDOCS%%%%DOCSDIR%%/zkw.html
2460
%%PORTDOCS%%%%DOCSDIR%%/zkw.html
2154
%%PORTDOCS%%%%DOCSDIR%%/zkwm.html
2461
%%PORTDOCS%%%%DOCSDIR%%/zkwm.html
2155
@dirrm include/csound
2156
@dirrm lib/csound/plugins64
2157
@dirrm lib/csound
2158
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
2159
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images/callouts
2462
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images/callouts
2160
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
2463
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
2464
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
2161
%%PORTDOCS%%@dirrm %%DOCSDIR%%
2465
%%PORTDOCS%%@dirrm %%DOCSDIR%%
2466
@dirrm lib/csound/plugins64
2467
@dirrm lib/csound
2468
@dirrm include/csound
(-)csound/files/patch-Engine-csound_orc.l (+47 lines)
Added Link Here
1
--- Engine/csound_orc.l.old	2011-02-03 05:49:04.000000000 -0600
2
+++ Engine/csound_orc.l	2011-02-03 05:49:33.000000000 -0600
3
@@ -202,7 +202,7 @@
4
                   alt_stack[macro_stack_ptr++] = macros;
5
                   /* printf("Push %p macro stack; new body #%s#\n", macros, mm->body); */
6
                   /* printf("Push buffer %p -> ", YY_CURRENT_BUFFER); */
7
-                  yypush_buffer_state(YY_CURRENT_BUFFER);
8
+                  //yypush_buffer_state(YY_CURRENT_BUFFER);
9
                   yy_scan_string(mm->body);
10
                   /* printf("%p\n", YY_CURRENT_BUFFER); */
11
                  }
12
@@ -228,7 +228,7 @@
13
                   alt_stack[macro_stack_ptr++] = macros;
14
                   /* printf("Push %p macro stack\n", mm_save); */
15
                   /* printf("Push buffer %p -> ", YY_CURRENT_BUFFER); */
16
-                  yypush_buffer_state(YY_CURRENT_BUFFER);
17
+                  //yypush_buffer_state(YY_CURRENT_BUFFER);
18
                   yy_scan_string(mm->body);
19
                   /* printf("%p\n", YY_CURRENT_BUFFER); */
20
                 }
21
@@ -280,7 +280,7 @@
22
                   //include_stack[include_stack_ptr++] = YY_CURRENT_BUFFER;
23
                   alt_stack[macro_stack_ptr++] = mm_save;
24
                   /* printf("Push %p macro stack\n", mm_save); */
25
-                  yypush_buffer_state(YY_CURRENT_BUFFER);
26
+                  //yypush_buffer_state(YY_CURRENT_BUFFER);
27
                   yy_scan_string(mm->body);
28
                 }
29
 {MACRONAMEDA}   { printf("Macro with arguments call not written\n");}
30
@@ -307,7 +307,7 @@
31
 <<EOF>>         {
32
                   MACRO *x, *y=macros;
33
                   /* printf("Leaving buffer %p\n", YY_CURRENT_BUFFER); */
34
-                  yypop_buffer_state();
35
+                  //yypop_buffer_state();
36
                   if ( !YY_CURRENT_BUFFER ) yyterminate();
37
                   /* printf("End of input; popping to %p\n", YY_CURRENT_BUFFER); */
38
                   macros = alt_stack[--macro_stack_ptr];
39
@@ -388,7 +388,7 @@
40
       exit(1);
41
     }
42
     alt_stack[macro_stack_ptr++] = macros;
43
-    yypush_buffer_state(yy_create_buffer( yyin, YY_BUF_SIZE ) );
44
+    //yypush_buffer_state(yy_create_buffer( yyin, YY_BUF_SIZE ) );
45
 }
46
 
47
 static inline int isNameChar(int c, int pos)
(-)csound/files/patch-Opcodes-urandom.c (+10 lines)
Added Link Here
1
--- Opcodes/urandom.c.old	2011-01-30 02:14:59.000000000 -0600
2
+++ Opcodes/urandom.c	2011-01-30 02:15:08.000000000 -0600
3
@@ -22,7 +22,6 @@
4
 */
5
 
6
 #include "csdl.h"
7
-#include <ieee754.h>
8
 
9
 typedef struct {
10
     OPDS    h;
(-)csound/files/patch-Top-csound.c (-51 / +56 lines)
Lines 1-63 Link Here
1
--- Top/csound.c.old	2009-10-15 16:24:10.000000000 -0500
1
--- Top/csound.c.old	2011-01-30 01:43:37.000000000 -0600
2
+++ Top/csound.c	2009-10-15 16:25:28.000000000 -0500
2
+++ Top/csound.c	2011-01-30 01:46:42.000000000 -0600
3
@@ -58,6 +58,7 @@
3
@@ -58,7 +58,9 @@
4
 #include "namedins.h"
4
 #include "namedins.h"
5
 #include "pvfileio.h"
5
 #include "pvfileio.h"
6
 #include "fftlib.h"
6
 #include "fftlib.h"
7
-
8
+#if defined(__FreeBSD__)
7
+#include <sys/sysctl.h>
9
+#include <sys/sysctl.h>
8
 
10
+#endif
9
   extern void MakeAscii(CSOUND *, WINDAT *, const char *);
11
 #if defined(USE_OPENMP)
10
   extern void DrawAscii(CSOUND *, WINDAT *);
12
 #include <omp.h>
11
@@ -2566,46 +2567,17 @@
13
 #endif
12
   static int getTimeResolution(void)
14
@@ -2641,49 +2643,14 @@
13
   {
15
     static int getTimeResolution(void)
16
     {
14
 #if defined(HAVE_RDTSC)
17
 #if defined(HAVE_RDTSC)
15
-      FILE    *f;
18
-        FILE    *f;
16
-      char    buf[256];
19
-        char    buf[256];
17
+     size_t size;
20
+     size_t size;
18
+     int timeResolutionSeconds;
21
+     int timeResolutionSeconds;
19
+     size = sizeof timeResolutionSeconds;
22
+     size = sizeof timeResolutionSeconds;
20
+     sysctlbyname("hw.clockrate", &timeResolutionSeconds, &size, NULL, 0);
23
+     sysctlbyname("hw.clockrate", &timeResolutionSeconds, &size, NULL, 0);
21
 
24
 
22
-      /* if frequency is not known yet */
25
-        /* if frequency is not known yet */
23
-      f = fopen("/proc/cpuinfo", "r");
26
-        f = fopen("/proc/cpuinfo", "r");
24
-      if (UNLIKELY(f == NULL)) {
27
-        if (UNLIKELY(f == NULL)) {
25
-        fprintf(stderr, Str("Cannot open /proc/cpuinfo. "
28
-            fprintf(stderr, Str("Cannot open /proc/cpuinfo. "
26
-                            "Support for RDTSC is not available.\n"));
29
-                    "Support for RDTSC is not available.\n"));
27
-        return -1;
30
-            return -1;
28
-      }
31
-        }
29
-      /* find CPU frequency */
32
-        /* find CPU frequency */
30
-      while (fgets(buf, 256, f) != NULL) {
33
-        while (fgets(buf, 256, f) != NULL) {
31
-        int     i;
34
-            int     i;
32
-        char    *s = (char*) buf - 1;
35
-            char    *s = (char*) buf - 1;
33
-
36
-
34
-        buf[255] = '\0';          /* safety */
37
-            buf[255] = '\0';          /* safety */
35
-        if (strlen(buf) < 9)
38
-            if (strlen(buf) < 9) {
36
-          continue;                       /* too short, skip */
39
-                continue;    /* too short, skip */
37
-        while (*++s != '\0')
40
-            }
38
-          if (isupper(*s))
41
-            while (*++s != '\0')
39
-            *s = tolower(*s);             /* convert to lower case */
42
-                if (isupper(*s)) {
40
-        if (strncmp(buf, "cpu mhz", 7) != 0)
43
-                    *s = tolower(*s);    /* convert to lower case */
41
-          continue;                       /* check key name */
44
-                }
42
-        s = strchr(buf, ':');             /* find frequency value */
45
-            if (strncmp(buf, "cpu mhz", 7) != 0) {
43
-        if (s == NULL) continue;              /* invalid entry */
46
-                continue;    /* check key name */
44
-        do {
47
-            }
45
-          s++;
48
-            s = strchr(buf, ':');             /* find frequency value */
46
-        } while (*s == ' ' || *s == '\t');    /* skip white space */
49
-            if (s == NULL) {
47
-        i = sscanf(s, "%lf", &timeResolutionSeconds);
50
-                continue;    /* invalid entry */
48
-        if (i < 1 || timeResolutionSeconds < 1.0) {
51
-            }
49
-          timeResolutionSeconds = -1.0;       /* invalid entry */
52
-            do {
50
-          continue;
53
-                s++;
54
-            } while (*s == ' ' || *s == '\t');    /* skip white space */
55
-            i = sscanf(s, "%lf", &timeResolutionSeconds);
56
-            if (i < 1 || timeResolutionSeconds < 1.0) {
57
-                timeResolutionSeconds = -1.0;       /* invalid entry */
58
-                continue;
59
-            }
51
-        }
60
-        }
52
-      }
61
-        fclose(f);
53
-      fclose(f);
62
         if (UNLIKELY(timeResolutionSeconds <= 0.0)) {
54
       if (UNLIKELY(timeResolutionSeconds <= 0.0)) {
63
             fprintf(stderr, Str("No valid CPU frequency entry "
55
         fprintf(stderr, Str("No valid CPU frequency entry "
64
-                    "was found in /proc/cpuinfo.\n"));
56
-                            "was found in /proc/cpuinfo.\n"));
65
+                    "was found.\n"));
57
+                            "was found \n"));
66
             return -1;
58
         return -1;
67
         }
59
       }
68
         /* MHz -> seconds */
60
+
61
       /* MHz -> seconds */
62
       timeResolutionSeconds = 0.000001 / timeResolutionSeconds;
63
 #elif defined(WIN32)
(-)csound/files/pkg-message.in (+5 lines)
Lines 2-4 Link Here
2
%%PREFIX%%/bin/mixer has been renamed to %%PREFIX%%/bin/cs_mixer so it
2
%%PREFIX%%/bin/mixer has been renamed to %%PREFIX%%/bin/cs_mixer so it
3
won't conflict with /usr/bin/mixer
3
won't conflict with /usr/bin/mixer
4
=====================================================================
4
=====================================================================
5
6
===================-Support:-========================================
7
Due to the complexity of this port, support requests must be done using
8
http://www.cpetservices.com/site/tickets/misc.htm 
9
=====================================================================

Return to bug 154488