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

Collapse All | Expand All

(-)audio/csound/Makefile (-46 / +34 lines)
Lines 2-29 Link Here
2
# $FreeBSD: head/audio/csound/Makefile 339831 2014-01-15 22:27:56Z bapt $
2
# $FreeBSD: head/audio/csound/Makefile 339831 2014-01-15 22:27:56Z bapt $
3
3
4
PORTNAME=	csound
4
PORTNAME=	csound
5
PORTVERSION=	5.18.02
5
PORTVERSION=	5.19.01
6
PORTREVISION=	1
7
CATEGORIES=	audio lang
6
CATEGORIES=	audio lang
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}5.18/ \
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R} \
9
		SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R}/manual:manual
8
		SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R}/manual:manual
10
DISTNAME=	${PORTNAME:S/c/C/}${PORTVERSION}
9
DISTFILES=	${PORTNAME:S/c/C/}${PORTVERSION}${EXTRACT_SUFX} \
11
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
10
		${CSOUND_DOCS:S/$/:manual/}
12
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
11
DIST_SUBDIR=	csound
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Sound synthesizer
14
COMMENT=	Sound synthesizer
16
15
17
LICENSE=	LGPL21
16
LICENSE=	LGPL21
18
17
19
DIST_SUBDIR=	csound
18
BUILD_DEPENDS=	swig13>0:${PORTSDIR}/devel/swig13 \
20
BUILD_DEPENDS=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 \
19
		eigen>0:${PORTSDIR}/math/eigen3 \
21
		${LOCALBASE}/include/gmm/gmm.h:${PORTSDIR}/math/gmm++ \
20
		gmm++>0:${PORTSDIR}/math/gmm++
22
		${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
23
LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile
21
LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile
24
22
25
OPTIONS_DEFINE=	ALSA DSSI FLUIDSYNTH JACK OSC PORTAUDIO PULSEAUDIO FLTK
23
OPTIONS_DEFINE=	ALSA DSSI FLTK FLUIDSYNTH JACK OSC PORTAUDIO PULSEAUDIO
26
OPTIONS_DEFAULT=FLTK
24
OPTIONS_DEFAULT=FLTK
25
OPTIONS_SUB=	yes
27
ALSA_DESC=	Build ALSA I/O module
26
ALSA_DESC=	Build ALSA I/O module
28
DSSI_DESC=	Build DSSI/LADSPA host opcodes
27
DSSI_DESC=	Build DSSI/LADSPA host opcodes
29
FLUIDSYNTH_DESC=Building FluidSynth opcodes
28
FLUIDSYNTH_DESC=Building FluidSynth opcodes
Lines 35-53 Link Here
35
34
36
CONFLICTS_INSTALL=	outguess-*
35
CONFLICTS_INSTALL=	outguess-*
37
36
38
SSP_UNSAFE=	yes
37
WRKSRC=		${WRKDIR}/${PORTNAME:S/c/C/}${PORTVERSION}
39
USE_PYTHON=	yes
38
40
USES=		bison gettext
39
USES=		bison gettext
41
NO_STAGE=	yes
40
USE_PYTHON=	2
41
USE_GCC=	any
42
USE_SCONS=	yes
42
USE_SCONS=	yes
43
SCONS_BUILDENV=	PATH=${LOCALBASE}/bin:$$PATH
43
SCONS_ARGS=	instdir="${STAGEDIR}" prefix="${PREFIX}" \
44
SCONS_ARGS=	prefix="${PREFIX}" CC="${CC}" CXX="${CXX}" \
44
		CC="${CC}" CXX="${CXX}" \
45
		CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
45
		CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
46
		LINKFLAGS="-pthread" \
46
		buildCsoundAC=0 buildCsoundVST=0 buildInterfaces=1 \
47
		buildCsoundAC=0 buildCsoundVST=0 buildInterfaces=1 \
47
		buildRelease=1 buildVirtual=1 dynamicCsoundLibrary=1 \
48
		buildRelease=1 buildVirtual=1 dynamicCsoundLibrary=1 \
48
		install=1 noDebug=1 useDouble=1 \
49
		install=1 noDebug=1 useDouble=1 \
49
		useGettext=1 usePortMIDI=0
50
		useGettext=1 usePortMIDI=0
50
USE_LDCONFIG=	yes
51
USE_LDCONFIG=	yes
52
SSP_UNSAFE=	yes
51
53
52
SUB_FILES=	pkg-message
54
SUB_FILES=	pkg-message
53
55
Lines 56-66 Link Here
56
.if ${PORT_OPTIONS:MALSA}
58
.if ${PORT_OPTIONS:MALSA}
57
LIB_DEPENDS+=	libasound.so:${PORTSDIR}/audio/alsa-lib
59
LIB_DEPENDS+=	libasound.so:${PORTSDIR}/audio/alsa-lib
58
SCONS_ARGS+=	useALSA=1
60
SCONS_ARGS+=	useALSA=1
59
PLIST_SUB+=	ALSA=""
60
ALSA_H=		alsa/asoundlib.h
61
ALSA_H=		alsa/asoundlib.h
61
.else
62
.else
62
SCONS_ARGS+=	useALSA=0
63
SCONS_ARGS+=	useALSA=0
63
PLIST_SUB+=	ALSA="@comment "
64
ALSA_H=		##alsa/asoundlib.h##
64
ALSA_H=		##alsa/asoundlib.h##
65
.endif
65
.endif
66
66
Lines 68-151 Link Here
68
BUILD_DEPENDS+=	dssi>=0:${PORTSDIR}/audio/dssi
68
BUILD_DEPENDS+=	dssi>=0:${PORTSDIR}/audio/dssi
69
RUN_DEPENDS+=	dssi>=0:${PORTSDIR}/audio/dssi
69
RUN_DEPENDS+=	dssi>=0:${PORTSDIR}/audio/dssi
70
SCONS_ARGS+=	buildDSSI=1
70
SCONS_ARGS+=	buildDSSI=1
71
PLIST_SUB+=	DSSI=""
72
.else
71
.else
73
SCONS_ARGS+=	buildDSSI=0
72
SCONS_ARGS+=	buildDSSI=0
74
PLIST_SUB+=	DSSI="@comment "
75
.endif
73
.endif
76
74
77
.if ${PORT_OPTIONS:MFLUIDSYNTH}
75
.if ${PORT_OPTIONS:MFLUIDSYNTH}
78
LIB_DEPENDS+=	libfluidsynth.so:${PORTSDIR}/audio/fluidsynth
76
LIB_DEPENDS+=	libfluidsynth.so:${PORTSDIR}/audio/fluidsynth
79
PLIST_SUB+=	FLUIDSYNTH=""
80
FLUIDSYNTH_H=	fluidsynth.h
77
FLUIDSYNTH_H=	fluidsynth.h
81
.else
78
.else
82
PLIST_SUB+=	FLUIDSYNTH="@comment "
83
FLUIDSYNTH_H=	##fluidsynth.h##
79
FLUIDSYNTH_H=	##fluidsynth.h##
84
.endif
80
.endif
85
81
86
.if ${PORT_OPTIONS:MJACK}
82
.if ${PORT_OPTIONS:MJACK}
87
LIB_DEPENDS+=	libjack.so:${PORTSDIR}/audio/jack
83
LIB_DEPENDS+=	libjack.so:${PORTSDIR}/audio/jack
88
SCONS_ARGS+=	useJack=1
84
SCONS_ARGS+=	useJack=1
89
PLIST_SUB+=	JACK=""
90
.else
85
.else
91
SCONS_ARGS+=	useJack=0
86
SCONS_ARGS+=	useJack=0
92
PLIST_SUB+=	JACK="@comment "
93
.endif
87
.endif
94
88
95
.if ${PORT_OPTIONS:MOSC}
89
.if ${PORT_OPTIONS:MOSC}
96
LIB_DEPENDS+=	liblo.so:${PORTSDIR}/audio/liblo
90
LIB_DEPENDS+=	liblo.so:${PORTSDIR}/audio/liblo
97
SCONS_ARGS+=	useOSC=1
91
SCONS_ARGS+=	useOSC=1
98
PLIST_SUB+=	OSC=""
99
.else
92
.else
100
SCONS_ARGS+=	useOSC=0
93
SCONS_ARGS+=	useOSC=0
101
PLIST_SUB+=	OSC="@comment "
102
.endif
94
.endif
103
95
104
.if ${PORT_OPTIONS:MPORTAUDIO}
96
.if ${PORT_OPTIONS:MPORTAUDIO}
105
BUILD_DEPENDS+=	portaudio2>=0:${PORTSDIR}/audio/portaudio2
97
BUILD_DEPENDS+=	portaudio2>=0:${PORTSDIR}/audio/portaudio2
106
RUN_DEPENDS+=	portaudio2>=0:${PORTSDIR}/audio/portaudio2
98
RUN_DEPENDS+=	portaudio2>=0:${PORTSDIR}/audio/portaudio2
107
SCONS_ARGS+=	usePortAudio=1
99
SCONS_ARGS+=	usePortAudio=1
108
PLIST_SUB+=	PORTAUDIO=""
109
PORTAUDIO_L=	"${LOCALBASE}/lib/portaudio2"
100
PORTAUDIO_L=	"${LOCALBASE}/lib/portaudio2"
110
PORTAUDIO_R=	"-Wl,-rpath,${LOCALBASE}/lib/portaudio2"
101
PORTAUDIO_R=	"-Wl,-rpath,${LOCALBASE}/lib/portaudio2"
111
.else
102
.else
112
SCONS_ARGS+=	usePortAudio=0
103
SCONS_ARGS+=	usePortAudio=0
113
PLIST_SUB+=	PORTAUDIO="@comment "
114
PORTAUDIO_L=	# empty
104
PORTAUDIO_L=	# empty
115
PORTAUDIO_R=	# empty
105
PORTAUDIO_R=	# empty
116
.endif
106
.endif
117
107
118
.if ${PORT_OPTIONS:MPULSEAUDIO}
108
.if ${PORT_OPTIONS:MPULSEAUDIO}
119
LIB_DEPENDS+=	libpulse-simple.so:${PORTSDIR}/audio/pulseaudio
109
LIB_DEPENDS+=	libpulse-simple.so:${PORTSDIR}/audio/pulseaudio
120
PLIST_SUB+=	PULSEAUDIO=""
121
PULSEAUDIO_H=	pulse/simple.h
110
PULSEAUDIO_H=	pulse/simple.h
122
.else
111
.else
123
PLIST_SUB+=	PULSEAUDIO="@comment "
124
PULSEAUDIO_H=	##pulse/simple.h##
112
PULSEAUDIO_H=	##pulse/simple.h##
125
.endif
113
.endif
126
114
127
.if ${PORT_OPTIONS:MFLTK}
115
.if ${PORT_OPTIONS:MFLTK}
128
LIB_DEPENDS+=	libfltk.so:${PORTSDIR}/x11-toolkits/fltk
116
LIB_DEPENDS+=	libfltk.so:${PORTSDIR}/x11-toolkits/fltk
129
PLIST_SUB+=	FLTK=""
130
SCONS_ARGS+=	buildCsound5GUI=1 buildCSEditor=1 buildWinsound=1 useFLTK=1
117
SCONS_ARGS+=	buildCsound5GUI=1 buildCSEditor=1 buildWinsound=1 useFLTK=1
131
.else
118
.else
132
PLIST_SUB+=	FLTK="@comment "
133
SCONS_ARGS+=	buildCsound5GUI=0 buildCSEditor=0 buildWinsound=0 useFLTK=0
119
SCONS_ARGS+=	buildCsound5GUI=0 buildCSEditor=0 buildWinsound=0 useFLTK=0
134
.endif
120
.endif
135
121
136
.if ${PORT_OPTIONS:MDOCS}
122
.if ${PORT_OPTIONS:MDOCS}
137
EXTRACT_DEPENDS+=${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
123
CSOUND_DOCS=	Csound${PORTVERSION:R}_manual_html.zip
138
DISTFILES+=	Csound${PORTVERSION:R}_manual_html.zip:manual
139
.endif
124
.endif
140
125
126
.include <bsd.port.pre.mk>
127
141
.if ${ARCH} == amd64 || ${ARCH} == sparc64 || ${ARCH} == ia64
128
.if ${ARCH} == amd64 || ${ARCH} == sparc64 || ${ARCH} == ia64
142
CMAKE_ARGS+=	Word64=1
129
SCONS_ARGS+=	Word64=1
143
.endif
130
.endif
144
131
145
post-extract:
132
.if ${OSVERSION} < 1000033
146
.if ${PORT_OPTIONS:MDOCS}
133
BUILD_DEPENDS+=	flex>0:${PORTSDIR}/textproc/flex
147
	@(cd ${DISTDIR}/${DIST_SUBDIR} && ${UNZIP_CMD} -qo \
134
SCONS_BUILDENV+=PATH=${LOCALBASE}/bin:$$PATH
148
		Csound${PORTVERSION:R}_manual_html.zip -d ${WRKDIR})
149
.endif
135
.endif
150
136
151
post-patch:
137
post-patch:
Lines 161-166 Link Here
161
		/CXXFLAGS/s|\['-Wno-format'\]|Split('${CXXFLAGS}')|; \
147
		/CXXFLAGS/s|\['-Wno-format'\]|Split('${CXXFLAGS}')|; \
162
		s|/usr/local|${LOCALBASE}|; \
148
		s|/usr/local|${LOCALBASE}|; \
163
		s|/usr/X11R6|${LOCALBASE}|; \
149
		s|/usr/X11R6|${LOCALBASE}|; \
150
		s|-Wl,-Bdynamic|-Wl,-export-dynamic|; \
151
		/pthread.h/s|^if|  if|; \
152
		s|pthreadLib,|'',|; \
164
		/\"pthread\"/d; \
153
		/\"pthread\"/d; \
165
		s|'pthread'|''|; \
154
		s|'pthread'|''|; \
166
		s|\"portaudio.h\"|\"portaudio2/portaudio.h\"|; \
155
		s|\"portaudio.h\"|\"portaudio2/portaudio.h\"|; \
Lines 173-178 Link Here
173
		s|'5.2'|'5'|; \
162
		s|'5.2'|'5'|; \
174
		s|'dl'|''|; \
163
		s|'dl'|''|; \
175
		s|'stdc++'|''|; \
164
		s|'stdc++'|''|; \
165
		/linuxjoystick/s|^.*|    print \"\"|; \
176
		s|'-DNO_FLTK_THREADS'|''|; \
166
		s|'-DNO_FLTK_THREADS'|''|; \
177
		s|\"fluidsynth.h\"|\"${FLUIDSYNTH_H}\"|; \
167
		s|\"fluidsynth.h\"|\"${FLUIDSYNTH_H}\"|; \
178
		/mixer_main.c/s|'mixer'|'csmixer'|; \
168
		/mixer_main.c/s|'mixer'|'csmixer'|; \
Lines 185-200 Link Here
185
		${WRKSRC}/InOut/rtpa.c
175
		${WRKSRC}/InOut/rtpa.c
186
	@${REINPLACE_CMD} -e "s|linux/if.h|sys/types.h|" \
176
	@${REINPLACE_CMD} -e "s|linux/if.h|sys/types.h|" \
187
		${WRKSRC}/OOps/remote.c
177
		${WRKSRC}/OOps/remote.c
188
	@${REINPLACE_CMD} '1658,1659d' \
178
189
		${WRKSRC}/SConstruct
190
post-install:
179
post-install:
191
	@${LN} -sf libcsound64.so.5 ${PREFIX}/lib/libcsound64.so
180
	@${LN} -sf libcsound64.so.5 ${STAGEDIR}${PREFIX}/lib/libcsound64.so
192
.if ${PORT_OPTIONS:MDOCS}
181
.if ${PORT_OPTIONS:MDOCS}
193
	@${MKDIR} ${DOCSDIR}
182
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
194
	@${ECHO_MSG} " Installing manual ${PORTVERSION}. "
183
	@${ECHO_MSG} " Installing manual ${PORTVERSION}. "
195
	@(cd ${WRKDIR}/html && ${COPYTREE_SHARE} . ${DOCSDIR})
184
	@(cd ${WRKDIR}/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
196
	@${ECHO_MSG} " Done."
185
	@${ECHO_MSG} " Done."
197
.endif
186
.endif
198
	@${CAT} ${PKGMESSAGE}
199
187
200
.include <bsd.port.mk>
188
.include <bsd.port.post.mk>
(-)audio/csound/distinfo (-4 / +4 lines)
Lines 1-4 Link Here
1
SHA256 (csound/Csound5.18.02.tar.gz) = 4c461cf3bf60b83671224949dd33805379b7121bf2c0ad6af5e191e7f6f8adc8
1
SHA256 (csound/Csound5.19.01.tar.gz) = c918fbdfa7a65cefd080966ba4b44aadb2e36f80c83a5714efb5a9c76532111d
2
SIZE (csound/Csound5.18.02.tar.gz) = 9211491
2
SIZE (csound/Csound5.19.01.tar.gz) = 9302526
3
SHA256 (csound/Csound5.18_manual_html.zip) = a7347bb1a6b5af3497de95a2df36217a6a42219e2f36a3d6d505cd53b2719cd4
3
SHA256 (csound/Csound5.19_manual_html.zip) = ba198155bee31cfe27e54ba313453bf100af8f22cc57b7dbcd4edbfe8fb99af5
4
SIZE (csound/Csound5.18_manual_html.zip) = 9773269
4
SIZE (csound/Csound5.19_manual_html.zip) = 9860517
(-)audio/csound/files/patch-H__sysdep.h (-26 lines)
Lines 1-26 Link Here
1
--- H/sysdep.h.bak	2012-09-27 02:58:13.000000000 +0000
2
+++ H/sysdep.h	2012-09-27 03:02:06.000000000 +0000
3
@@ -100,6 +100,11 @@
4
   #define EXP exp
5
   #define LOG log
6
   #define LOG10 log10
7
+#if __FreeBSD_version <= 704100 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027)
8
+  #define LOG2(x) (log(x) / log(2))
9
+#else
10
+   #define LOG2 log2
11
+#endif
12
   /* #define LOG2 log2 */
13
   #define POWER pow
14
   #define SQRT sqrt
15
@@ -126,6 +131,11 @@
16
   #define EXP expf
17
   #define LOG logf
18
   #define LOG10 log10f
19
+#if __FreeBSD_version <= 704100 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027)
20
+  #define LOG2(x) (logf(x) / logf(2))
21
+#else
22
+   #define LOG2 log2f
23
+#endif
24
   /* #define LOG2 log2f */
25
   #define POWER powf
26
   #define SQRT sqrtf
(-)audio/csound/files/patch-InOut-rtalsa.c (-13 / +7 lines)
Lines 1-18 Link Here
1
--- InOut/rtalsa.c.orig	2011-12-22 19:41:53.000000000 +0900
1
--- InOut/rtalsa.c.orig	2011-12-22 19:41:53.000000000 +0900
2
+++ InOut/rtalsa.c	2011-12-27 23:53:00.000000000 +0900
2
+++ InOut/rtalsa.c	2011-12-27 23:53:00.000000000 +0900
3
@@ -22,6 +22,7 @@
3
@@ -35,9 +35,6 @@
4
     02111-1307 USA
4
 /* #ifndef _BSD_SOURCE */
5
 */
5
 /* #define _BSD_SOURCE 1 */
6
 
6
 /* #endif */
7
+/*
7
-#include <alloca.h>
8
 #ifndef _ISOC99_SOURCE
8
-#include <termios.h>
9
 #define _ISOC99_SOURCE 1
9
-#include <unistd.h>
10
 #endif
11
@@ -35,6 +36,7 @@
12
 #ifndef _POSIX_C_SOURCE
13
 #define _POSIX_C_SOURCE 1
14
 #endif
15
+*/
16
 
10
 
17
 #include "csdl.h"
11
 #include "csdl.h"
18
 
12
 
(-)audio/csound/files/patch-Top-csound.c (-37 / +36 lines)
Lines 1-12 Link Here
1
--- Top/csound.c.orig	2011-10-16 22:59:03.000000000 +0900
1
--- Top/csound.c.orig	2011-10-16 22:59:03.000000000 +0900
2
+++ Top/csound.c	2011-12-07 01:15:33.000000000 +0900
2
+++ Top/csound.c	2011-12-07 01:15:33.000000000 +0900
3
@@ -67,11 +67,14 @@
3
@@ -70,11 +70,14 @@
4
  **** MAJOR PROBLEM: PTHREAD_SPINLOCK_INITIALIZER is not defined in
5
       Linux or Haiku */
4
 
6
 
5
   /* **** MAJOR PROBLEM: PTHREAD_SPINLOCK_INITIALIZER is not defined in Linux */
7
-#if defined(linux) || defined(__HAIKU__)
6
 
8
+#if defined(linux) || defined(__HAIKU__) || defined(__FreeBSD__)
7
-#ifdef linux
9
 #define PTHREAD_SPINLOCK_INITIALIZER 0
8
+#if defined(linux) || defined(__FreeBSD__)
9
   #define PTHREAD_SPINLOCK_INITIALIZER 0
10
 #endif
10
 #endif
11
 #endif /* PARCS */
11
 #endif /* PARCS */
12
 
12
 
Lines 16-65 Link Here
16
 #if defined(USE_OPENMP)
16
 #if defined(USE_OPENMP)
17
 #include <omp.h>
17
 #include <omp.h>
18
 #endif /* USE_OPENMP */
18
 #endif /* USE_OPENMP */
19
@@ -383,7 +386,7 @@
19
@@ -430,7 +433,7 @@
20
     0.0,            /*  curBeat             */
20
     NULL,           /*  csRandState         */
21
     0.0,            /*  curBeat_inc         */
21
     0,              /*  randSeed1           */
22
     0.0,            /*  beatTime            */
22
     0,              /*  randSeed2           */
23
-#if defined(HAVE_PTHREAD_SPIN_LOCK) && defined(PARCS)
23
-#if defined(HAVE_PTHREAD_SPIN_LOCK) && (defined(PARCS))
24
+#if defined(__GNUC__) && defined(HAVE_PTHREAD_SPIN_LOCK) && defined(PARCS)
24
+#if defined(__GNUC__) && defined(HAVE_PTHREAD_SPIN_LOCK) && (defined(PARCS))
25
     PTHREAD_SPINLOCK_INITIALIZER,              /*  spoutlock           */
25
     PTHREAD_SPINLOCK_INITIALIZER,              /*  memlock           */
26
     PTHREAD_SPINLOCK_INITIALIZER,              /*  spinlock            */
27
 #else
26
 #else
28
@@ -2854,7 +2857,7 @@
27
     0,              /*  memlock             */
29
   /* ------------------------------------ */
28
@@ -2914,7 +2917,7 @@
29
 /* ------------------------------------ */
30
 
30
 
31
 #if defined(HAVE_RDTSC)
31
 #if defined(HAVE_RDTSC)
32
-#if !(defined(LINUX) && defined(__GNUC__) && defined(__i386__))
32
-#if !(defined(LINUX) && defined(__GNUC__) && defined(__i386__))
33
+#if !(defined(LINUX) && defined(__GNUC__) && defined(__i386__)) || !(defined(__FreeBSD__) && defined(__i386__))
33
+#if !(defined(LINUX) && defined(__GNUC__) && defined(__i386__)) || !(defined(LINUX) && defined(__i386__))
34
 #undef HAVE_RDTSC
34
 #undef HAVE_RDTSC
35
 #endif
35
 #endif
36
 #endif
36
 #endif
37
@@ -2867,6 +2870,13 @@
37
@@ -2927,6 +2930,12 @@
38
   static int getTimeResolution(void)
38
 static int getTimeResolution(void)
39
   {
39
 {
40
 #if defined(HAVE_RDTSC)
40
 #if defined(HAVE_RDTSC)
41
+#if defined(__FreeBSD__)
41
+#if defined(__FreeBSD__)
42
+      size_t size;
42
+    size_t size;
43
+      int timeResolutionSeconds;
43
+    int timeResolutionSeconds;
44
+      size = sizeof timeResolutionSeconds;
44
+    size = sizeof timeResolutionSeconds;
45
+      sysctlbyname("hw.clockrate", &timeResolutionSeconds, &size, NULL, 0);
45
+    sysctlbyname("hw.clockrate", &timeResolutionSeconds, &size, NULL, 0);
46
+
47
+#else
46
+#else
48
       FILE    *f;
47
     FILE    *f;
49
       char    buf[256];
48
     char    buf[256];
50
 
49
 
51
@@ -2923,9 +2933,14 @@
50
@@ -2967,9 +2976,14 @@
52
         }
53
       }
51
       }
54
       fclose(f);
52
     }
53
     fclose(f);
55
+#endif /* __FreeBSD__ */
54
+#endif /* __FreeBSD__ */
56
       if (UNLIKELY(timeResolutionSeconds <= 0.0)) {
55
     if (UNLIKELY(timeResolutionSeconds <= 0.0)) {
57
         fprintf(stderr, Str("No valid CPU frequency entry "
56
       fprintf(stderr, Str("No valid CPU frequency entry "
58
+#if defined(__FreeBSD__)
57
+#if defined(__FreeBSD__)
59
+                            "was found.\n"));
58
+                          "was found.\n"));
60
+#else
59
+#else
61
                             "was found in /proc/cpuinfo.\n"));
60
                           "was found in /proc/cpuinfo.\n"));
62
+#endif /* __FreeBSD__ */
61
+#endif /* __FreeBSD__ */
63
         return -1;
62
       return -1;
64
       }
63
     }
65
       /* MHz -> seconds */
64
     /* MHz -> seconds */
(-)audio/csound/pkg-plist (-57 / +105 lines)
Lines 41-46 Link Here
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/float-version.h
44
include/csound/interlocks.h
44
include/csound/msg_attr.h
45
include/csound/msg_attr.h
45
include/csound/pstream.h
46
include/csound/pstream.h
46
include/csound/pvfileio.h
47
include/csound/pvfileio.h
Lines 48-55 Link Here
48
include/csound/sysdep.h
49
include/csound/sysdep.h
49
include/csound/text.h
50
include/csound/text.h
50
include/csound/version.h
51
include/csound/version.h
51
include/csound/interlocks.h
52
lib/csound/plugins64/libplaterev.so
53
lib/csound/plugins64/libampmidid.so
52
lib/csound/plugins64/libampmidid.so
54
lib/csound/plugins64/libcellular.so
53
lib/csound/plugins64/libcellular.so
55
lib/csound/plugins64/libcontrol.so
54
lib/csound/plugins64/libcontrol.so
Lines 60-70 Link Here
60
%%FLUIDSYNTH%%lib/csound/plugins64/libfluidOpcodes.so
59
%%FLUIDSYNTH%%lib/csound/plugins64/libfluidOpcodes.so
61
lib/csound/plugins64/libfractalnoise.so
60
lib/csound/plugins64/libfractalnoise.so
62
lib/csound/plugins64/libimage.so
61
lib/csound/plugins64/libimage.so
62
lib/csound/plugins64/libipmidi.so
63
%%JACK%%lib/csound/plugins64/libjackTransport.so
63
%%JACK%%lib/csound/plugins64/libjackTransport.so
64
%%JACK%%lib/csound/plugins64/libjacko.so
64
%%JACK%%lib/csound/plugins64/libjacko.so
65
lib/csound/plugins64/liblinear_algebra.so
65
lib/csound/plugins64/liblinear_algebra.so
66
lib/csound/plugins64/libmixer.so
66
lib/csound/plugins64/libmixer.so
67
%%OSC%%lib/csound/plugins64/libosc.so
67
%%OSC%%lib/csound/plugins64/libosc.so
68
lib/csound/plugins64/libplaterev.so
68
%%ALSA%%lib/csound/plugins64/librtalsa.so
69
%%ALSA%%lib/csound/plugins64/librtalsa.so
69
%%JACK%%lib/csound/plugins64/librtjack.so
70
%%JACK%%lib/csound/plugins64/librtjack.so
70
%%PORTAUDIO%%lib/csound/plugins64/librtpa.so
71
%%PORTAUDIO%%lib/csound/plugins64/librtpa.so
Lines 128-133 Link Here
128
%%PORTDOCS%%%%DOCSDIR%%/CscoreMain.html
129
%%PORTDOCS%%%%DOCSDIR%%/CscoreMain.html
129
%%PORTDOCS%%%%DOCSDIR%%/CscoreTop.html
130
%%PORTDOCS%%%%DOCSDIR%%/CscoreTop.html
130
%%PORTDOCS%%%%DOCSDIR%%/CsoundLinks.html
131
%%PORTDOCS%%%%DOCSDIR%%/CsoundLinks.html
132
%%PORTDOCS%%%%DOCSDIR%%/DeprecatedGensRef.html
133
%%PORTDOCS%%%%DOCSDIR%%/DeprecatedTop.html
131
%%PORTDOCS%%%%DOCSDIR%%/FLbox.html
134
%%PORTDOCS%%%%DOCSDIR%%/FLbox.html
132
%%PORTDOCS%%%%DOCSDIR%%/FLbutBank.html
135
%%PORTDOCS%%%%DOCSDIR%%/FLbutBank.html
133
%%PORTDOCS%%%%DOCSDIR%%/FLbutton.html
136
%%PORTDOCS%%%%DOCSDIR%%/FLbutton.html
Lines 240-245 Link Here
240
%%PORTDOCS%%%%DOCSDIR%%/GENfarey.html
243
%%PORTDOCS%%%%DOCSDIR%%/GENfarey.html
241
%%PORTDOCS%%%%DOCSDIR%%/GENsone.html
244
%%PORTDOCS%%%%DOCSDIR%%/GENsone.html
242
%%PORTDOCS%%%%DOCSDIR%%/GENtanh.html
245
%%PORTDOCS%%%%DOCSDIR%%/GENtanh.html
246
%%PORTDOCS%%%%DOCSDIR%%/GENwave.html
243
%%PORTDOCS%%%%DOCSDIR%%/ImageopcodesTop.html
247
%%PORTDOCS%%%%DOCSDIR%%/ImageopcodesTop.html
244
%%PORTDOCS%%%%DOCSDIR%%/Introduction.html
248
%%PORTDOCS%%%%DOCSDIR%%/Introduction.html
245
%%PORTDOCS%%%%DOCSDIR%%/JackoAudioIn.html
249
%%PORTDOCS%%%%DOCSDIR%%/JackoAudioIn.html
Lines 347-352 Link Here
347
%%PORTDOCS%%%%DOCSDIR%%/STKSimple.html
351
%%PORTDOCS%%%%DOCSDIR%%/STKSimple.html
348
%%PORTDOCS%%%%DOCSDIR%%/STKSitar.html
352
%%PORTDOCS%%%%DOCSDIR%%/STKSitar.html
349
%%PORTDOCS%%%%DOCSDIR%%/STKStifKarp.html
353
%%PORTDOCS%%%%DOCSDIR%%/STKStifKarp.html
354
%%PORTDOCS%%%%DOCSDIR%%/STKTop.html
350
%%PORTDOCS%%%%DOCSDIR%%/STKTubeBell.html
355
%%PORTDOCS%%%%DOCSDIR%%/STKTubeBell.html
351
%%PORTDOCS%%%%DOCSDIR%%/STKVoicForm.html
356
%%PORTDOCS%%%%DOCSDIR%%/STKVoicForm.html
352
%%PORTDOCS%%%%DOCSDIR%%/STKWhistle.html
357
%%PORTDOCS%%%%DOCSDIR%%/STKWhistle.html
Lines 486-491 Link Here
486
%%PORTDOCS%%%%DOCSDIR%%/ceil.html
491
%%PORTDOCS%%%%DOCSDIR%%/ceil.html
487
%%PORTDOCS%%%%DOCSDIR%%/cell.html
492
%%PORTDOCS%%%%DOCSDIR%%/cell.html
488
%%PORTDOCS%%%%DOCSDIR%%/cent.html
493
%%PORTDOCS%%%%DOCSDIR%%/cent.html
494
%%PORTDOCS%%%%DOCSDIR%%/centroid.html
489
%%PORTDOCS%%%%DOCSDIR%%/cggoto.html
495
%%PORTDOCS%%%%DOCSDIR%%/cggoto.html
490
%%PORTDOCS%%%%DOCSDIR%%/chanctrl.html
496
%%PORTDOCS%%%%DOCSDIR%%/chanctrl.html
491
%%PORTDOCS%%%%DOCSDIR%%/changed.html
497
%%PORTDOCS%%%%DOCSDIR%%/changed.html
Lines 513-518 Link Here
513
%%PORTDOCS%%%%DOCSDIR%%/clockon.html
519
%%PORTDOCS%%%%DOCSDIR%%/clockon.html
514
%%PORTDOCS%%%%DOCSDIR%%/cngoto.html
520
%%PORTDOCS%%%%DOCSDIR%%/cngoto.html
515
%%PORTDOCS%%%%DOCSDIR%%/comb.html
521
%%PORTDOCS%%%%DOCSDIR%%/comb.html
522
%%PORTDOCS%%%%DOCSDIR%%/combinv.html
516
%%PORTDOCS%%%%DOCSDIR%%/compress.html
523
%%PORTDOCS%%%%DOCSDIR%%/compress.html
517
%%PORTDOCS%%%%DOCSDIR%%/connect.html
524
%%PORTDOCS%%%%DOCSDIR%%/connect.html
518
%%PORTDOCS%%%%DOCSDIR%%/contents.html
525
%%PORTDOCS%%%%DOCSDIR%%/contents.html
Lines 525-530 Link Here
525
%%PORTDOCS%%%%DOCSDIR%%/cos.html
532
%%PORTDOCS%%%%DOCSDIR%%/cos.html
526
%%PORTDOCS%%%%DOCSDIR%%/cosh.html
533
%%PORTDOCS%%%%DOCSDIR%%/cosh.html
527
%%PORTDOCS%%%%DOCSDIR%%/cosinv.html
534
%%PORTDOCS%%%%DOCSDIR%%/cosinv.html
535
%%PORTDOCS%%%%DOCSDIR%%/cosseg.html
536
%%PORTDOCS%%%%DOCSDIR%%/cossegb.html
537
%%PORTDOCS%%%%DOCSDIR%%/cossegr.html
528
%%PORTDOCS%%%%DOCSDIR%%/cps2pch.html
538
%%PORTDOCS%%%%DOCSDIR%%/cps2pch.html
529
%%PORTDOCS%%%%DOCSDIR%%/cpsmidi.html
539
%%PORTDOCS%%%%DOCSDIR%%/cpsmidi.html
530
%%PORTDOCS%%%%DOCSDIR%%/cpsmidib.html
540
%%PORTDOCS%%%%DOCSDIR%%/cpsmidib.html
Lines 678-683 Link Here
678
%%PORTDOCS%%%%DOCSDIR%%/examples/HRTFcompact
688
%%PORTDOCS%%%%DOCSDIR%%/examples/HRTFcompact
679
%%PORTDOCS%%%%DOCSDIR%%/examples/JackoInfo.csd
689
%%PORTDOCS%%%%DOCSDIR%%/examples/JackoInfo.csd
680
%%PORTDOCS%%%%DOCSDIR%%/examples/JackoInit.csd
690
%%PORTDOCS%%%%DOCSDIR%%/examples/JackoInit.csd
691
%%PORTDOCS%%%%DOCSDIR%%/examples/Mixer.csd
681
%%PORTDOCS%%%%DOCSDIR%%/examples/OSCmidircv.csd
692
%%PORTDOCS%%%%DOCSDIR%%/examples/OSCmidircv.csd
682
%%PORTDOCS%%%%DOCSDIR%%/examples/OSCmidisend.csd
693
%%PORTDOCS%%%%DOCSDIR%%/examples/OSCmidisend.csd
683
%%PORTDOCS%%%%DOCSDIR%%/examples/PartikkelExample1.csd
694
%%PORTDOCS%%%%DOCSDIR%%/examples/PartikkelExample1.csd
Lines 708-713 Link Here
708
%%PORTDOCS%%%%DOCSDIR%%/examples/STKVoicForm.csd
719
%%PORTDOCS%%%%DOCSDIR%%/examples/STKVoicForm.csd
709
%%PORTDOCS%%%%DOCSDIR%%/examples/STKWhistle.csd
720
%%PORTDOCS%%%%DOCSDIR%%/examples/STKWhistle.csd
710
%%PORTDOCS%%%%DOCSDIR%%/examples/STKWurley.csd
721
%%PORTDOCS%%%%DOCSDIR%%/examples/STKWurley.csd
722
%%PORTDOCS%%%%DOCSDIR%%/examples/a.csd
711
%%PORTDOCS%%%%DOCSDIR%%/examples/abs.csd
723
%%PORTDOCS%%%%DOCSDIR%%/examples/abs.csd
712
%%PORTDOCS%%%%DOCSDIR%%/examples/active.csd
724
%%PORTDOCS%%%%DOCSDIR%%/examples/active.csd
713
%%PORTDOCS%%%%DOCSDIR%%/examples/active_k.csd
725
%%PORTDOCS%%%%DOCSDIR%%/examples/active_k.csd
Lines 731-736 Link Here
731
%%PORTDOCS%%%%DOCSDIR%%/examples/atone.csd
743
%%PORTDOCS%%%%DOCSDIR%%/examples/atone.csd
732
%%PORTDOCS%%%%DOCSDIR%%/examples/atonek.csd
744
%%PORTDOCS%%%%DOCSDIR%%/examples/atonek.csd
733
%%PORTDOCS%%%%DOCSDIR%%/examples/atonex.csd
745
%%PORTDOCS%%%%DOCSDIR%%/examples/atonex.csd
746
%%PORTDOCS%%%%DOCSDIR%%/examples/b.csd
734
%%PORTDOCS%%%%DOCSDIR%%/examples/babo.csd
747
%%PORTDOCS%%%%DOCSDIR%%/examples/babo.csd
735
%%PORTDOCS%%%%DOCSDIR%%/examples/babo_expert.csd
748
%%PORTDOCS%%%%DOCSDIR%%/examples/babo_expert.csd
736
%%PORTDOCS%%%%DOCSDIR%%/examples/balance.csd
749
%%PORTDOCS%%%%DOCSDIR%%/examples/balance.csd
Lines 762-767 Link Here
762
%%PORTDOCS%%%%DOCSDIR%%/examples/ceil.csd
775
%%PORTDOCS%%%%DOCSDIR%%/examples/ceil.csd
763
%%PORTDOCS%%%%DOCSDIR%%/examples/cell.csd
776
%%PORTDOCS%%%%DOCSDIR%%/examples/cell.csd
764
%%PORTDOCS%%%%DOCSDIR%%/examples/cent.csd
777
%%PORTDOCS%%%%DOCSDIR%%/examples/cent.csd
778
%%PORTDOCS%%%%DOCSDIR%%/examples/centroid.csd
765
%%PORTDOCS%%%%DOCSDIR%%/examples/cggoto.csd
779
%%PORTDOCS%%%%DOCSDIR%%/examples/cggoto.csd
766
%%PORTDOCS%%%%DOCSDIR%%/examples/chanctrl.csd
780
%%PORTDOCS%%%%DOCSDIR%%/examples/chanctrl.csd
767
%%PORTDOCS%%%%DOCSDIR%%/examples/changed.csd
781
%%PORTDOCS%%%%DOCSDIR%%/examples/changed.csd
Lines 783-794 Link Here
783
%%PORTDOCS%%%%DOCSDIR%%/examples/clockon.csd
797
%%PORTDOCS%%%%DOCSDIR%%/examples/clockon.csd
784
%%PORTDOCS%%%%DOCSDIR%%/examples/cngoto.csd
798
%%PORTDOCS%%%%DOCSDIR%%/examples/cngoto.csd
785
%%PORTDOCS%%%%DOCSDIR%%/examples/comb.csd
799
%%PORTDOCS%%%%DOCSDIR%%/examples/comb.csd
800
%%PORTDOCS%%%%DOCSDIR%%/examples/combinv.csd
786
%%PORTDOCS%%%%DOCSDIR%%/examples/compress.csd
801
%%PORTDOCS%%%%DOCSDIR%%/examples/compress.csd
787
%%PORTDOCS%%%%DOCSDIR%%/examples/connect.csd
802
%%PORTDOCS%%%%DOCSDIR%%/examples/connect.csd
788
%%PORTDOCS%%%%DOCSDIR%%/examples/convolve.csd
803
%%PORTDOCS%%%%DOCSDIR%%/examples/convolve.csd
789
%%PORTDOCS%%%%DOCSDIR%%/examples/cos.csd
804
%%PORTDOCS%%%%DOCSDIR%%/examples/cos.csd
790
%%PORTDOCS%%%%DOCSDIR%%/examples/cosh.csd
805
%%PORTDOCS%%%%DOCSDIR%%/examples/cosh.csd
791
%%PORTDOCS%%%%DOCSDIR%%/examples/cosinv.csd
806
%%PORTDOCS%%%%DOCSDIR%%/examples/cosinv.csd
807
%%PORTDOCS%%%%DOCSDIR%%/examples/cosseg.csd
808
%%PORTDOCS%%%%DOCSDIR%%/examples/cossegb.csd
809
%%PORTDOCS%%%%DOCSDIR%%/examples/cossegr.csd
792
%%PORTDOCS%%%%DOCSDIR%%/examples/cps2pch.csd
810
%%PORTDOCS%%%%DOCSDIR%%/examples/cps2pch.csd
793
%%PORTDOCS%%%%DOCSDIR%%/examples/cps2pch_19et.csd
811
%%PORTDOCS%%%%DOCSDIR%%/examples/cps2pch_19et.csd
794
%%PORTDOCS%%%%DOCSDIR%%/examples/cps2pch_ftable.csd
812
%%PORTDOCS%%%%DOCSDIR%%/examples/cps2pch_ftable.csd
Lines 865-870 Link Here
865
%%PORTDOCS%%%%DOCSDIR%%/examples/duserrnd.csd
883
%%PORTDOCS%%%%DOCSDIR%%/examples/duserrnd.csd
866
%%PORTDOCS%%%%DOCSDIR%%/examples/dust.csd
884
%%PORTDOCS%%%%DOCSDIR%%/examples/dust.csd
867
%%PORTDOCS%%%%DOCSDIR%%/examples/dust2.csd
885
%%PORTDOCS%%%%DOCSDIR%%/examples/dust2.csd
886
%%PORTDOCS%%%%DOCSDIR%%/examples/e.csd
868
%%PORTDOCS%%%%DOCSDIR%%/examples/eee.aiff
887
%%PORTDOCS%%%%DOCSDIR%%/examples/eee.aiff
869
%%PORTDOCS%%%%DOCSDIR%%/examples/else.csd
888
%%PORTDOCS%%%%DOCSDIR%%/examples/else.csd
870
%%PORTDOCS%%%%DOCSDIR%%/examples/elseif.csd
889
%%PORTDOCS%%%%DOCSDIR%%/examples/elseif.csd
Lines 891-896 Link Here
891
%%PORTDOCS%%%%DOCSDIR%%/examples/expsegba.csd
910
%%PORTDOCS%%%%DOCSDIR%%/examples/expsegba.csd
892
%%PORTDOCS%%%%DOCSDIR%%/examples/expsegr.csd
911
%%PORTDOCS%%%%DOCSDIR%%/examples/expsegr.csd
893
%%PORTDOCS%%%%DOCSDIR%%/examples/farey7shuffled.csd
912
%%PORTDOCS%%%%DOCSDIR%%/examples/farey7shuffled.csd
913
%%PORTDOCS%%%%DOCSDIR%%/examples/fareyleni.csd
894
%%PORTDOCS%%%%DOCSDIR%%/examples/fdl.txt
914
%%PORTDOCS%%%%DOCSDIR%%/examples/fdl.txt
895
%%PORTDOCS%%%%DOCSDIR%%/examples/fibonacci.txt
915
%%PORTDOCS%%%%DOCSDIR%%/examples/fibonacci.txt
896
%%PORTDOCS%%%%DOCSDIR%%/examples/ficlose.csd
916
%%PORTDOCS%%%%DOCSDIR%%/examples/ficlose.csd
Lines 992-1004 Link Here
992
%%PORTDOCS%%%%DOCSDIR%%/examples/gen15.csd
1012
%%PORTDOCS%%%%DOCSDIR%%/examples/gen15.csd
993
%%PORTDOCS%%%%DOCSDIR%%/examples/gen16.csd
1013
%%PORTDOCS%%%%DOCSDIR%%/examples/gen16.csd
994
%%PORTDOCS%%%%DOCSDIR%%/examples/gen17.csd
1014
%%PORTDOCS%%%%DOCSDIR%%/examples/gen17.csd
1015
%%PORTDOCS%%%%DOCSDIR%%/examples/gen18.csd
995
%%PORTDOCS%%%%DOCSDIR%%/examples/gen19.csd
1016
%%PORTDOCS%%%%DOCSDIR%%/examples/gen19.csd
996
%%PORTDOCS%%%%DOCSDIR%%/examples/gen20.csd
1017
%%PORTDOCS%%%%DOCSDIR%%/examples/gen20.csd
997
%%PORTDOCS%%%%DOCSDIR%%/examples/gen21.csd
1018
%%PORTDOCS%%%%DOCSDIR%%/examples/gen21.csd
1019
%%PORTDOCS%%%%DOCSDIR%%/examples/gen23.csd
998
%%PORTDOCS%%%%DOCSDIR%%/examples/gen24.csd
1020
%%PORTDOCS%%%%DOCSDIR%%/examples/gen24.csd
999
%%PORTDOCS%%%%DOCSDIR%%/examples/gen25.csd
1021
%%PORTDOCS%%%%DOCSDIR%%/examples/gen25.csd
1000
%%PORTDOCS%%%%DOCSDIR%%/examples/gen27.csd
1022
%%PORTDOCS%%%%DOCSDIR%%/examples/gen27.csd
1001
%%PORTDOCS%%%%DOCSDIR%%/examples/gen28.csd
1023
%%PORTDOCS%%%%DOCSDIR%%/examples/gen28.csd
1024
%%PORTDOCS%%%%DOCSDIR%%/examples/gen30.csd
1002
%%PORTDOCS%%%%DOCSDIR%%/examples/gen32.csd
1025
%%PORTDOCS%%%%DOCSDIR%%/examples/gen32.csd
1003
%%PORTDOCS%%%%DOCSDIR%%/examples/gen33.csd
1026
%%PORTDOCS%%%%DOCSDIR%%/examples/gen33.csd
1004
%%PORTDOCS%%%%DOCSDIR%%/examples/gen34.csd
1027
%%PORTDOCS%%%%DOCSDIR%%/examples/gen34.csd
Lines 1014-1022 Link Here
1014
%%PORTDOCS%%%%DOCSDIR%%/examples/gendyx-2.csd
1037
%%PORTDOCS%%%%DOCSDIR%%/examples/gendyx-2.csd
1015
%%PORTDOCS%%%%DOCSDIR%%/examples/gendyx.csd
1038
%%PORTDOCS%%%%DOCSDIR%%/examples/gendyx.csd
1016
%%PORTDOCS%%%%DOCSDIR%%/examples/genexp.csd
1039
%%PORTDOCS%%%%DOCSDIR%%/examples/genexp.csd
1040
%%PORTDOCS%%%%DOCSDIR%%/examples/genfarey-2.csd
1017
%%PORTDOCS%%%%DOCSDIR%%/examples/genfarey.csd
1041
%%PORTDOCS%%%%DOCSDIR%%/examples/genfarey.csd
1018
%%PORTDOCS%%%%DOCSDIR%%/examples/gensone.csd
1042
%%PORTDOCS%%%%DOCSDIR%%/examples/gensone.csd
1019
%%PORTDOCS%%%%DOCSDIR%%/examples/gentanh.csd
1043
%%PORTDOCS%%%%DOCSDIR%%/examples/gentanh.csd
1044
%%PORTDOCS%%%%DOCSDIR%%/examples/genwave.csd
1020
%%PORTDOCS%%%%DOCSDIR%%/examples/getcfg.csd
1045
%%PORTDOCS%%%%DOCSDIR%%/examples/getcfg.csd
1021
%%PORTDOCS%%%%DOCSDIR%%/examples/gogobel.csd
1046
%%PORTDOCS%%%%DOCSDIR%%/examples/gogobel.csd
1022
%%PORTDOCS%%%%DOCSDIR%%/examples/goto.csd
1047
%%PORTDOCS%%%%DOCSDIR%%/examples/goto.csd
Lines 1028-1033 Link Here
1028
%%PORTDOCS%%%%DOCSDIR%%/examples/greaterthan.csd
1053
%%PORTDOCS%%%%DOCSDIR%%/examples/greaterthan.csd
1029
%%PORTDOCS%%%%DOCSDIR%%/examples/guiro.csd
1054
%%PORTDOCS%%%%DOCSDIR%%/examples/guiro.csd
1030
%%PORTDOCS%%%%DOCSDIR%%/examples/harmon.csd
1055
%%PORTDOCS%%%%DOCSDIR%%/examples/harmon.csd
1056
%%PORTDOCS%%%%DOCSDIR%%/examples/harmon3.csd
1031
%%PORTDOCS%%%%DOCSDIR%%/examples/hilbert.csd
1057
%%PORTDOCS%%%%DOCSDIR%%/examples/hilbert.csd
1032
%%PORTDOCS%%%%DOCSDIR%%/examples/hilbert_barberpole.csd
1058
%%PORTDOCS%%%%DOCSDIR%%/examples/hilbert_barberpole.csd
1033
%%PORTDOCS%%%%DOCSDIR%%/examples/hrtfearly.csd
1059
%%PORTDOCS%%%%DOCSDIR%%/examples/hrtfearly.csd
Lines 1041-1046 Link Here
1041
%%PORTDOCS%%%%DOCSDIR%%/examples/hvs1.csd
1067
%%PORTDOCS%%%%DOCSDIR%%/examples/hvs1.csd
1042
%%PORTDOCS%%%%DOCSDIR%%/examples/hvs2-2.csd
1068
%%PORTDOCS%%%%DOCSDIR%%/examples/hvs2-2.csd
1043
%%PORTDOCS%%%%DOCSDIR%%/examples/hvs2.csd
1069
%%PORTDOCS%%%%DOCSDIR%%/examples/hvs2.csd
1070
%%PORTDOCS%%%%DOCSDIR%%/examples/i_statement.csd
1044
%%PORTDOCS%%%%DOCSDIR%%/examples/ifthen.csd
1071
%%PORTDOCS%%%%DOCSDIR%%/examples/ifthen.csd
1045
%%PORTDOCS%%%%DOCSDIR%%/examples/igoto.csd
1072
%%PORTDOCS%%%%DOCSDIR%%/examples/igoto.csd
1046
%%PORTDOCS%%%%DOCSDIR%%/examples/ihold.csd
1073
%%PORTDOCS%%%%DOCSDIR%%/examples/ihold.csd
Lines 1062-1071 Link Here
1062
%%PORTDOCS%%%%DOCSDIR%%/examples/int.csd
1089
%%PORTDOCS%%%%DOCSDIR%%/examples/int.csd
1063
%%PORTDOCS%%%%DOCSDIR%%/examples/integ.csd
1090
%%PORTDOCS%%%%DOCSDIR%%/examples/integ.csd
1064
%%PORTDOCS%%%%DOCSDIR%%/examples/interp.csd
1091
%%PORTDOCS%%%%DOCSDIR%%/examples/interp.csd
1092
%%PORTDOCS%%%%DOCSDIR%%/examples/invalue.csd
1065
%%PORTDOCS%%%%DOCSDIR%%/examples/jacko.csd
1093
%%PORTDOCS%%%%DOCSDIR%%/examples/jacko.csd
1066
%%PORTDOCS%%%%DOCSDIR%%/examples/jacktransport.csd
1094
%%PORTDOCS%%%%DOCSDIR%%/examples/jacktransport.csd
1067
%%PORTDOCS%%%%DOCSDIR%%/examples/jitter.csd
1095
%%PORTDOCS%%%%DOCSDIR%%/examples/jitter.csd
1068
%%PORTDOCS%%%%DOCSDIR%%/examples/jitter2.csd
1096
%%PORTDOCS%%%%DOCSDIR%%/examples/jitter2.csd
1097
%%PORTDOCS%%%%DOCSDIR%%/examples/joystick-2.csd
1098
%%PORTDOCS%%%%DOCSDIR%%/examples/joystick.csd
1069
%%PORTDOCS%%%%DOCSDIR%%/examples/jspline.csd
1099
%%PORTDOCS%%%%DOCSDIR%%/examples/jspline.csd
1070
%%PORTDOCS%%%%DOCSDIR%%/examples/kgoto.csd
1100
%%PORTDOCS%%%%DOCSDIR%%/examples/kgoto.csd
1071
%%PORTDOCS%%%%DOCSDIR%%/examples/kickroll.het
1101
%%PORTDOCS%%%%DOCSDIR%%/examples/kickroll.het
Lines 1089-1096 Link Here
1089
%%PORTDOCS%%%%DOCSDIR%%/examples/locsig_stereo.csd
1119
%%PORTDOCS%%%%DOCSDIR%%/examples/locsig_stereo.csd
1090
%%PORTDOCS%%%%DOCSDIR%%/examples/log.csd
1120
%%PORTDOCS%%%%DOCSDIR%%/examples/log.csd
1091
%%PORTDOCS%%%%DOCSDIR%%/examples/log10.csd
1121
%%PORTDOCS%%%%DOCSDIR%%/examples/log10.csd
1122
%%PORTDOCS%%%%DOCSDIR%%/examples/log2.csd
1092
%%PORTDOCS%%%%DOCSDIR%%/examples/logbtwo.csd
1123
%%PORTDOCS%%%%DOCSDIR%%/examples/logbtwo.csd
1093
%%PORTDOCS%%%%DOCSDIR%%/examples/logcurve.csd
1124
%%PORTDOCS%%%%DOCSDIR%%/examples/logcurve.csd
1125
%%PORTDOCS%%%%DOCSDIR%%/examples/logicOR.csd
1094
%%PORTDOCS%%%%DOCSDIR%%/examples/loop_le.csd
1126
%%PORTDOCS%%%%DOCSDIR%%/examples/loop_le.csd
1095
%%PORTDOCS%%%%DOCSDIR%%/examples/loop_lt.csd
1127
%%PORTDOCS%%%%DOCSDIR%%/examples/loop_lt.csd
1096
%%PORTDOCS%%%%DOCSDIR%%/examples/loopseg.csd
1128
%%PORTDOCS%%%%DOCSDIR%%/examples/loopseg.csd
Lines 1120-1126 Link Here
1120
%%PORTDOCS%%%%DOCSDIR%%/examples/lpshold.csd
1152
%%PORTDOCS%%%%DOCSDIR%%/examples/lpshold.csd
1121
%%PORTDOCS%%%%DOCSDIR%%/examples/luamoog.csd
1153
%%PORTDOCS%%%%DOCSDIR%%/examples/luamoog.csd
1122
%%PORTDOCS%%%%DOCSDIR%%/examples/luaopcode.csd
1154
%%PORTDOCS%%%%DOCSDIR%%/examples/luaopcode.csd
1155
%%PORTDOCS%%%%DOCSDIR%%/examples/m.csd
1123
%%PORTDOCS%%%%DOCSDIR%%/examples/mac.csd
1156
%%PORTDOCS%%%%DOCSDIR%%/examples/mac.csd
1157
%%PORTDOCS%%%%DOCSDIR%%/examples/maca.csd
1124
%%PORTDOCS%%%%DOCSDIR%%/examples/madsr-2.csd
1158
%%PORTDOCS%%%%DOCSDIR%%/examples/madsr-2.csd
1125
%%PORTDOCS%%%%DOCSDIR%%/examples/madsr.csd
1159
%%PORTDOCS%%%%DOCSDIR%%/examples/madsr.csd
1126
%%PORTDOCS%%%%DOCSDIR%%/examples/makecsd.py
1160
%%PORTDOCS%%%%DOCSDIR%%/examples/makecsd.py
Lines 1134-1139 Link Here
1134
%%PORTDOCS%%%%DOCSDIR%%/examples/max.csd
1168
%%PORTDOCS%%%%DOCSDIR%%/examples/max.csd
1135
%%PORTDOCS%%%%DOCSDIR%%/examples/max_k.csd
1169
%%PORTDOCS%%%%DOCSDIR%%/examples/max_k.csd
1136
%%PORTDOCS%%%%DOCSDIR%%/examples/maxabs.csd
1170
%%PORTDOCS%%%%DOCSDIR%%/examples/maxabs.csd
1171
%%PORTDOCS%%%%DOCSDIR%%/examples/maxabsaccum.csd
1172
%%PORTDOCS%%%%DOCSDIR%%/examples/maxaccum.csd
1137
%%PORTDOCS%%%%DOCSDIR%%/examples/maxalloc.csd
1173
%%PORTDOCS%%%%DOCSDIR%%/examples/maxalloc.csd
1138
%%PORTDOCS%%%%DOCSDIR%%/examples/maxtab.csd
1174
%%PORTDOCS%%%%DOCSDIR%%/examples/maxtab.csd
1139
%%PORTDOCS%%%%DOCSDIR%%/examples/mclock.csd
1175
%%PORTDOCS%%%%DOCSDIR%%/examples/mclock.csd
Lines 1150-1155 Link Here
1150
%%PORTDOCS%%%%DOCSDIR%%/examples/midichn_advanced.mid
1186
%%PORTDOCS%%%%DOCSDIR%%/examples/midichn_advanced.mid
1151
%%PORTDOCS%%%%DOCSDIR%%/examples/midicontrolchange.csd
1187
%%PORTDOCS%%%%DOCSDIR%%/examples/midicontrolchange.csd
1152
%%PORTDOCS%%%%DOCSDIR%%/examples/midictrl.csd
1188
%%PORTDOCS%%%%DOCSDIR%%/examples/midictrl.csd
1189
%%PORTDOCS%%%%DOCSDIR%%/examples/mididefault.csd
1153
%%PORTDOCS%%%%DOCSDIR%%/examples/midiin.csd
1190
%%PORTDOCS%%%%DOCSDIR%%/examples/midiin.csd
1154
%%PORTDOCS%%%%DOCSDIR%%/examples/midinoteoff.csd
1191
%%PORTDOCS%%%%DOCSDIR%%/examples/midinoteoff.csd
1155
%%PORTDOCS%%%%DOCSDIR%%/examples/midinoteoncps.csd
1192
%%PORTDOCS%%%%DOCSDIR%%/examples/midinoteoncps.csd
Lines 1161-1170 Link Here
1161
%%PORTDOCS%%%%DOCSDIR%%/examples/midion_simple.csd
1198
%%PORTDOCS%%%%DOCSDIR%%/examples/midion_simple.csd
1162
%%PORTDOCS%%%%DOCSDIR%%/examples/midiout.csd
1199
%%PORTDOCS%%%%DOCSDIR%%/examples/midiout.csd
1163
%%PORTDOCS%%%%DOCSDIR%%/examples/midipitchbend.csd
1200
%%PORTDOCS%%%%DOCSDIR%%/examples/midipitchbend.csd
1201
%%PORTDOCS%%%%DOCSDIR%%/examples/midipolyaftertouch.csd
1202
%%PORTDOCS%%%%DOCSDIR%%/examples/midiprogramchange.csd
1164
%%PORTDOCS%%%%DOCSDIR%%/examples/miditempo.csd
1203
%%PORTDOCS%%%%DOCSDIR%%/examples/miditempo.csd
1165
%%PORTDOCS%%%%DOCSDIR%%/examples/midremot.csd
1204
%%PORTDOCS%%%%DOCSDIR%%/examples/midremot.csd
1166
%%PORTDOCS%%%%DOCSDIR%%/examples/min.csd
1205
%%PORTDOCS%%%%DOCSDIR%%/examples/min.csd
1167
%%PORTDOCS%%%%DOCSDIR%%/examples/minabs.csd
1206
%%PORTDOCS%%%%DOCSDIR%%/examples/minabs.csd
1207
%%PORTDOCS%%%%DOCSDIR%%/examples/minabsaccum.csd
1208
%%PORTDOCS%%%%DOCSDIR%%/examples/minaccum.csd
1168
%%PORTDOCS%%%%DOCSDIR%%/examples/mincer.csd
1209
%%PORTDOCS%%%%DOCSDIR%%/examples/mincer.csd
1169
%%PORTDOCS%%%%DOCSDIR%%/examples/mintab.csd
1210
%%PORTDOCS%%%%DOCSDIR%%/examples/mintab.csd
1170
%%PORTDOCS%%%%DOCSDIR%%/examples/mirror.csd
1211
%%PORTDOCS%%%%DOCSDIR%%/examples/mirror.csd
Lines 1191-1196 Link Here
1191
%%PORTDOCS%%%%DOCSDIR%%/examples/nchnls_i.csd
1232
%%PORTDOCS%%%%DOCSDIR%%/examples/nchnls_i.csd
1192
%%PORTDOCS%%%%DOCSDIR%%/examples/nestedap.csd
1233
%%PORTDOCS%%%%DOCSDIR%%/examples/nestedap.csd
1193
%%PORTDOCS%%%%DOCSDIR%%/examples/nlfilt.csd
1234
%%PORTDOCS%%%%DOCSDIR%%/examples/nlfilt.csd
1235
%%PORTDOCS%%%%DOCSDIR%%/examples/nlfilt2.csd
1194
%%PORTDOCS%%%%DOCSDIR%%/examples/noise-2.csd
1236
%%PORTDOCS%%%%DOCSDIR%%/examples/noise-2.csd
1195
%%PORTDOCS%%%%DOCSDIR%%/examples/noise.csd
1237
%%PORTDOCS%%%%DOCSDIR%%/examples/noise.csd
1196
%%PORTDOCS%%%%DOCSDIR%%/examples/noteondur.csd
1238
%%PORTDOCS%%%%DOCSDIR%%/examples/noteondur.csd
Lines 1210-1215 Link Here
1210
%%PORTDOCS%%%%DOCSDIR%%/examples/octpch.csd
1252
%%PORTDOCS%%%%DOCSDIR%%/examples/octpch.csd
1211
%%PORTDOCS%%%%DOCSDIR%%/examples/ooo.aiff
1253
%%PORTDOCS%%%%DOCSDIR%%/examples/ooo.aiff
1212
%%PORTDOCS%%%%DOCSDIR%%/examples/opa.csd
1254
%%PORTDOCS%%%%DOCSDIR%%/examples/opa.csd
1255
%%PORTDOCS%%%%DOCSDIR%%/examples/opand.csd
1213
%%PORTDOCS%%%%DOCSDIR%%/examples/opcode1.xml
1256
%%PORTDOCS%%%%DOCSDIR%%/examples/opcode1.xml
1214
%%PORTDOCS%%%%DOCSDIR%%/examples/opcode_example.csd
1257
%%PORTDOCS%%%%DOCSDIR%%/examples/opcode_example.csd
1215
%%PORTDOCS%%%%DOCSDIR%%/examples/oscbnk.csd
1258
%%PORTDOCS%%%%DOCSDIR%%/examples/oscbnk.csd
Lines 1243-1251 Link Here
1243
%%PORTDOCS%%%%DOCSDIR%%/examples/outq2.csd
1286
%%PORTDOCS%%%%DOCSDIR%%/examples/outq2.csd
1244
%%PORTDOCS%%%%DOCSDIR%%/examples/outq3.csd
1287
%%PORTDOCS%%%%DOCSDIR%%/examples/outq3.csd
1245
%%PORTDOCS%%%%DOCSDIR%%/examples/outq4.csd
1288
%%PORTDOCS%%%%DOCSDIR%%/examples/outq4.csd
1289
%%PORTDOCS%%%%DOCSDIR%%/examples/outrg.csd
1246
%%PORTDOCS%%%%DOCSDIR%%/examples/outs.csd
1290
%%PORTDOCS%%%%DOCSDIR%%/examples/outs.csd
1247
%%PORTDOCS%%%%DOCSDIR%%/examples/outs1.csd
1291
%%PORTDOCS%%%%DOCSDIR%%/examples/outs1.csd
1248
%%PORTDOCS%%%%DOCSDIR%%/examples/outs2.csd
1292
%%PORTDOCS%%%%DOCSDIR%%/examples/outs2.csd
1293
%%PORTDOCS%%%%DOCSDIR%%/examples/outvalue.csd
1249
%%PORTDOCS%%%%DOCSDIR%%/examples/p.csd
1294
%%PORTDOCS%%%%DOCSDIR%%/examples/p.csd
1250
%%PORTDOCS%%%%DOCSDIR%%/examples/p5g.csd
1295
%%PORTDOCS%%%%DOCSDIR%%/examples/p5g.csd
1251
%%PORTDOCS%%%%DOCSDIR%%/examples/pan.csd
1296
%%PORTDOCS%%%%DOCSDIR%%/examples/pan.csd
Lines 1282-1287 Link Here
1282
%%PORTDOCS%%%%DOCSDIR%%/examples/pitch.csd
1327
%%PORTDOCS%%%%DOCSDIR%%/examples/pitch.csd
1283
%%PORTDOCS%%%%DOCSDIR%%/examples/pitchamdf.csd
1328
%%PORTDOCS%%%%DOCSDIR%%/examples/pitchamdf.csd
1284
%%PORTDOCS%%%%DOCSDIR%%/examples/planet.csd
1329
%%PORTDOCS%%%%DOCSDIR%%/examples/planet.csd
1330
%%PORTDOCS%%%%DOCSDIR%%/examples/plate.csd
1331
%%PORTDOCS%%%%DOCSDIR%%/examples/plltrack.csd
1285
%%PORTDOCS%%%%DOCSDIR%%/examples/pluck.csd
1332
%%PORTDOCS%%%%DOCSDIR%%/examples/pluck.csd
1286
%%PORTDOCS%%%%DOCSDIR%%/examples/plustab.csd
1333
%%PORTDOCS%%%%DOCSDIR%%/examples/plustab.csd
1287
%%PORTDOCS%%%%DOCSDIR%%/examples/poisson.csd
1334
%%PORTDOCS%%%%DOCSDIR%%/examples/poisson.csd
Lines 1312-1317 Link Here
1312
%%PORTDOCS%%%%DOCSDIR%%/examples/ptablei.csd
1359
%%PORTDOCS%%%%DOCSDIR%%/examples/ptablei.csd
1313
%%PORTDOCS%%%%DOCSDIR%%/examples/ptrack.csd
1360
%%PORTDOCS%%%%DOCSDIR%%/examples/ptrack.csd
1314
%%PORTDOCS%%%%DOCSDIR%%/examples/push.csd
1361
%%PORTDOCS%%%%DOCSDIR%%/examples/push.csd
1362
%%PORTDOCS%%%%DOCSDIR%%/examples/puts.csd
1315
%%PORTDOCS%%%%DOCSDIR%%/examples/pvadd.csd
1363
%%PORTDOCS%%%%DOCSDIR%%/examples/pvadd.csd
1316
%%PORTDOCS%%%%DOCSDIR%%/examples/pvbufread.csd
1364
%%PORTDOCS%%%%DOCSDIR%%/examples/pvbufread.csd
1317
%%PORTDOCS%%%%DOCSDIR%%/examples/pvcross.csd
1365
%%PORTDOCS%%%%DOCSDIR%%/examples/pvcross.csd
Lines 1356-1361 Link Here
1356
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsvoc.csd
1404
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsvoc.csd
1357
%%PORTDOCS%%%%DOCSDIR%%/examples/pvswarp.csd
1405
%%PORTDOCS%%%%DOCSDIR%%/examples/pvswarp.csd
1358
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsynth.csd
1406
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsynth.csd
1407
%%PORTDOCS%%%%DOCSDIR%%/examples/pwd.csd
1408
%%PORTDOCS%%%%DOCSDIR%%/examples/q.csd
1359
%%PORTDOCS%%%%DOCSDIR%%/examples/qinf.csd
1409
%%PORTDOCS%%%%DOCSDIR%%/examples/qinf.csd
1360
%%PORTDOCS%%%%DOCSDIR%%/examples/qnan.csd
1410
%%PORTDOCS%%%%DOCSDIR%%/examples/qnan.csd
1361
%%PORTDOCS%%%%DOCSDIR%%/examples/r.csd
1411
%%PORTDOCS%%%%DOCSDIR%%/examples/r.csd
Lines 1368-1373 Link Here
1368
%%PORTDOCS%%%%DOCSDIR%%/examples/randomi.csd
1418
%%PORTDOCS%%%%DOCSDIR%%/examples/randomi.csd
1369
%%PORTDOCS%%%%DOCSDIR%%/examples/rbjeq.csd
1419
%%PORTDOCS%%%%DOCSDIR%%/examples/rbjeq.csd
1370
%%PORTDOCS%%%%DOCSDIR%%/examples/readclock.csd
1420
%%PORTDOCS%%%%DOCSDIR%%/examples/readclock.csd
1421
%%PORTDOCS%%%%DOCSDIR%%/examples/readf.csd
1422
%%PORTDOCS%%%%DOCSDIR%%/examples/readfi.csd
1371
%%PORTDOCS%%%%DOCSDIR%%/examples/readk-2.csd
1423
%%PORTDOCS%%%%DOCSDIR%%/examples/readk-2.csd
1372
%%PORTDOCS%%%%DOCSDIR%%/examples/readk.csd
1424
%%PORTDOCS%%%%DOCSDIR%%/examples/readk.csd
1373
%%PORTDOCS%%%%DOCSDIR%%/examples/readk2.csd
1425
%%PORTDOCS%%%%DOCSDIR%%/examples/readk2.csd
Lines 1385-1390 Link Here
1385
%%PORTDOCS%%%%DOCSDIR%%/examples/resyn.csd
1437
%%PORTDOCS%%%%DOCSDIR%%/examples/resyn.csd
1386
%%PORTDOCS%%%%DOCSDIR%%/examples/reverb.csd
1438
%%PORTDOCS%%%%DOCSDIR%%/examples/reverb.csd
1387
%%PORTDOCS%%%%DOCSDIR%%/examples/reverbsc.csd
1439
%%PORTDOCS%%%%DOCSDIR%%/examples/reverbsc.csd
1440
%%PORTDOCS%%%%DOCSDIR%%/examples/rewindscore.csd
1388
%%PORTDOCS%%%%DOCSDIR%%/examples/rezzy.csd
1441
%%PORTDOCS%%%%DOCSDIR%%/examples/rezzy.csd
1389
%%PORTDOCS%%%%DOCSDIR%%/examples/rms.csd
1442
%%PORTDOCS%%%%DOCSDIR%%/examples/rms.csd
1390
%%PORTDOCS%%%%DOCSDIR%%/examples/rnd.csd
1443
%%PORTDOCS%%%%DOCSDIR%%/examples/rnd.csd
Lines 1397-1402 Link Here
1397
%%PORTDOCS%%%%DOCSDIR%%/examples/rtclock.csd
1450
%%PORTDOCS%%%%DOCSDIR%%/examples/rtclock.csd
1398
%%PORTDOCS%%%%DOCSDIR%%/examples/rv_mono.wav
1451
%%PORTDOCS%%%%DOCSDIR%%/examples/rv_mono.wav
1399
%%PORTDOCS%%%%DOCSDIR%%/examples/rv_stereo.wav
1452
%%PORTDOCS%%%%DOCSDIR%%/examples/rv_stereo.wav
1453
%%PORTDOCS%%%%DOCSDIR%%/examples/s.csd
1400
%%PORTDOCS%%%%DOCSDIR%%/examples/samphold.csd
1454
%%PORTDOCS%%%%DOCSDIR%%/examples/samphold.csd
1401
%%PORTDOCS%%%%DOCSDIR%%/examples/sandpaper.csd
1455
%%PORTDOCS%%%%DOCSDIR%%/examples/sandpaper.csd
1402
%%PORTDOCS%%%%DOCSDIR%%/examples/scale.csd
1456
%%PORTDOCS%%%%DOCSDIR%%/examples/scale.csd
Lines 1418-1423 Link Here
1418
%%PORTDOCS%%%%DOCSDIR%%/examples/sensekey.csd
1472
%%PORTDOCS%%%%DOCSDIR%%/examples/sensekey.csd
1419
%%PORTDOCS%%%%DOCSDIR%%/examples/seqtime.csd
1473
%%PORTDOCS%%%%DOCSDIR%%/examples/seqtime.csd
1420
%%PORTDOCS%%%%DOCSDIR%%/examples/seqtime2.csd
1474
%%PORTDOCS%%%%DOCSDIR%%/examples/seqtime2.csd
1475
%%PORTDOCS%%%%DOCSDIR%%/examples/serialBegin.csd
1476
%%PORTDOCS%%%%DOCSDIR%%/examples/serialRead.csd
1477
%%PORTDOCS%%%%DOCSDIR%%/examples/serialWrite.csd
1421
%%PORTDOCS%%%%DOCSDIR%%/examples/setctrl.csd
1478
%%PORTDOCS%%%%DOCSDIR%%/examples/setctrl.csd
1422
%%PORTDOCS%%%%DOCSDIR%%/examples/setscorepos.csd
1479
%%PORTDOCS%%%%DOCSDIR%%/examples/setscorepos.csd
1423
%%PORTDOCS%%%%DOCSDIR%%/examples/sfilist.csd
1480
%%PORTDOCS%%%%DOCSDIR%%/examples/sfilist.csd
Lines 1451-1456 Link Here
1451
%%PORTDOCS%%%%DOCSDIR%%/examples/spat3d_stereo.csd
1508
%%PORTDOCS%%%%DOCSDIR%%/examples/spat3d_stereo.csd
1452
%%PORTDOCS%%%%DOCSDIR%%/examples/spat3dt.csd
1509
%%PORTDOCS%%%%DOCSDIR%%/examples/spat3dt.csd
1453
%%PORTDOCS%%%%DOCSDIR%%/examples/spdist.csd
1510
%%PORTDOCS%%%%DOCSDIR%%/examples/spdist.csd
1511
%%PORTDOCS%%%%DOCSDIR%%/examples/spectrum.txt
1454
%%PORTDOCS%%%%DOCSDIR%%/examples/sprintf.csd
1512
%%PORTDOCS%%%%DOCSDIR%%/examples/sprintf.csd
1455
%%PORTDOCS%%%%DOCSDIR%%/examples/sprintfk.csd
1513
%%PORTDOCS%%%%DOCSDIR%%/examples/sprintfk.csd
1456
%%PORTDOCS%%%%DOCSDIR%%/examples/spsend.csd
1514
%%PORTDOCS%%%%DOCSDIR%%/examples/spsend.csd
Lines 1463-1473 Link Here
1463
%%PORTDOCS%%%%DOCSDIR%%/examples/statvar.csd
1521
%%PORTDOCS%%%%DOCSDIR%%/examples/statvar.csd
1464
%%PORTDOCS%%%%DOCSDIR%%/examples/stix.csd
1522
%%PORTDOCS%%%%DOCSDIR%%/examples/stix.csd
1465
%%PORTDOCS%%%%DOCSDIR%%/examples/strcat.csd
1523
%%PORTDOCS%%%%DOCSDIR%%/examples/strcat.csd
1524
%%PORTDOCS%%%%DOCSDIR%%/examples/strcatk.csd
1525
%%PORTDOCS%%%%DOCSDIR%%/examples/strcmp.csd
1466
%%PORTDOCS%%%%DOCSDIR%%/examples/strcpyk.csd
1526
%%PORTDOCS%%%%DOCSDIR%%/examples/strcpyk.csd
1467
%%PORTDOCS%%%%DOCSDIR%%/examples/streson.csd
1527
%%PORTDOCS%%%%DOCSDIR%%/examples/streson.csd
1468
%%PORTDOCS%%%%DOCSDIR%%/examples/strget.csd
1528
%%PORTDOCS%%%%DOCSDIR%%/examples/strget.csd
1469
%%PORTDOCS%%%%DOCSDIR%%/examples/strindexk.csd
1529
%%PORTDOCS%%%%DOCSDIR%%/examples/strindexk.csd
1470
%%PORTDOCS%%%%DOCSDIR%%/examples/string-128.matrix
1530
%%PORTDOCS%%%%DOCSDIR%%/examples/string-128.matrix
1531
%%PORTDOCS%%%%DOCSDIR%%/examples/strlower.csd
1532
%%PORTDOCS%%%%DOCSDIR%%/examples/strrindex.csd
1471
%%PORTDOCS%%%%DOCSDIR%%/examples/strset.csd
1533
%%PORTDOCS%%%%DOCSDIR%%/examples/strset.csd
1472
%%PORTDOCS%%%%DOCSDIR%%/examples/strsub.csd
1534
%%PORTDOCS%%%%DOCSDIR%%/examples/strsub.csd
1473
%%PORTDOCS%%%%DOCSDIR%%/examples/subinstr.csd
1535
%%PORTDOCS%%%%DOCSDIR%%/examples/subinstr.csd
Lines 1476-1500 Link Here
1476
%%PORTDOCS%%%%DOCSDIR%%/examples/sum.csd
1538
%%PORTDOCS%%%%DOCSDIR%%/examples/sum.csd
1477
%%PORTDOCS%%%%DOCSDIR%%/examples/sumtab.csd
1539
%%PORTDOCS%%%%DOCSDIR%%/examples/sumtab.csd
1478
%%PORTDOCS%%%%DOCSDIR%%/examples/svfilter.csd
1540
%%PORTDOCS%%%%DOCSDIR%%/examples/svfilter.csd
1541
%%PORTDOCS%%%%DOCSDIR%%/examples/sym10.txt
1479
%%PORTDOCS%%%%DOCSDIR%%/examples/syncgrain.csd
1542
%%PORTDOCS%%%%DOCSDIR%%/examples/syncgrain.csd
1480
%%PORTDOCS%%%%DOCSDIR%%/examples/syncloop.csd
1543
%%PORTDOCS%%%%DOCSDIR%%/examples/syncloop.csd
1481
%%PORTDOCS%%%%DOCSDIR%%/examples/syncphasor-CZresonance.csd
1544
%%PORTDOCS%%%%DOCSDIR%%/examples/syncphasor-CZresonance.csd
1482
%%PORTDOCS%%%%DOCSDIR%%/examples/syncphasor.csd
1545
%%PORTDOCS%%%%DOCSDIR%%/examples/syncphasor.csd
1483
%%PORTDOCS%%%%DOCSDIR%%/examples/system.csd
1546
%%PORTDOCS%%%%DOCSDIR%%/examples/system.csd
1547
%%PORTDOCS%%%%DOCSDIR%%/examples/t.csd
1484
%%PORTDOCS%%%%DOCSDIR%%/examples/tab.csd
1548
%%PORTDOCS%%%%DOCSDIR%%/examples/tab.csd
1485
%%PORTDOCS%%%%DOCSDIR%%/examples/table.csd
1549
%%PORTDOCS%%%%DOCSDIR%%/examples/table.csd
1486
%%PORTDOCS%%%%DOCSDIR%%/examples/table1.inc
1550
%%PORTDOCS%%%%DOCSDIR%%/examples/table1.inc
1551
%%PORTDOCS%%%%DOCSDIR%%/examples/tablecopy.csd
1487
%%PORTDOCS%%%%DOCSDIR%%/examples/tablefilter.csd
1552
%%PORTDOCS%%%%DOCSDIR%%/examples/tablefilter.csd
1488
%%PORTDOCS%%%%DOCSDIR%%/examples/tablei.csd
1553
%%PORTDOCS%%%%DOCSDIR%%/examples/tablei.csd
1554
%%PORTDOCS%%%%DOCSDIR%%/examples/tableikt.csd
1489
%%PORTDOCS%%%%DOCSDIR%%/examples/tableimix.csd
1555
%%PORTDOCS%%%%DOCSDIR%%/examples/tableimix.csd
1490
%%PORTDOCS%%%%DOCSDIR%%/examples/tableiw.csd
1556
%%PORTDOCS%%%%DOCSDIR%%/examples/tableiw.csd
1557
%%PORTDOCS%%%%DOCSDIR%%/examples/tablekt.csd
1491
%%PORTDOCS%%%%DOCSDIR%%/examples/tablemix.csd
1558
%%PORTDOCS%%%%DOCSDIR%%/examples/tablemix.csd
1492
%%PORTDOCS%%%%DOCSDIR%%/examples/tableng.csd
1559
%%PORTDOCS%%%%DOCSDIR%%/examples/tableng.csd
1493
%%PORTDOCS%%%%DOCSDIR%%/examples/tableseg.csd
1560
%%PORTDOCS%%%%DOCSDIR%%/examples/tableseg.csd
1494
%%PORTDOCS%%%%DOCSDIR%%/examples/tablexkt.csd
1561
%%PORTDOCS%%%%DOCSDIR%%/examples/tablexkt.csd
1495
%%PORTDOCS%%%%DOCSDIR%%/examples/tablexseg.csd
1562
%%PORTDOCS%%%%DOCSDIR%%/examples/tablexseg.csd
1563
%%PORTDOCS%%%%DOCSDIR%%/examples/tabmorph.csd
1496
%%PORTDOCS%%%%DOCSDIR%%/examples/tabmorpha.csd
1564
%%PORTDOCS%%%%DOCSDIR%%/examples/tabmorpha.csd
1497
%%PORTDOCS%%%%DOCSDIR%%/examples/tabmorphak.csd
1565
%%PORTDOCS%%%%DOCSDIR%%/examples/tabmorphak.csd
1566
%%PORTDOCS%%%%DOCSDIR%%/examples/tabmorphi.csd
1567
%%PORTDOCS%%%%DOCSDIR%%/examples/tabsum.csd
1498
%%PORTDOCS%%%%DOCSDIR%%/examples/tambourine.csd
1568
%%PORTDOCS%%%%DOCSDIR%%/examples/tambourine.csd
1499
%%PORTDOCS%%%%DOCSDIR%%/examples/tan.csd
1569
%%PORTDOCS%%%%DOCSDIR%%/examples/tan.csd
1500
%%PORTDOCS%%%%DOCSDIR%%/examples/tanh.csd
1570
%%PORTDOCS%%%%DOCSDIR%%/examples/tanh.csd
Lines 1554-1559 Link Here
1554
%%PORTDOCS%%%%DOCSDIR%%/examples/urandom.csd
1624
%%PORTDOCS%%%%DOCSDIR%%/examples/urandom.csd
1555
%%PORTDOCS%%%%DOCSDIR%%/examples/urandom_krate.csd
1625
%%PORTDOCS%%%%DOCSDIR%%/examples/urandom_krate.csd
1556
%%PORTDOCS%%%%DOCSDIR%%/examples/urd.csd
1626
%%PORTDOCS%%%%DOCSDIR%%/examples/urd.csd
1627
%%PORTDOCS%%%%DOCSDIR%%/examples/v.csd
1557
%%PORTDOCS%%%%DOCSDIR%%/examples/vadd.csd
1628
%%PORTDOCS%%%%DOCSDIR%%/examples/vadd.csd
1558
%%PORTDOCS%%%%DOCSDIR%%/examples/vadd_i.csd
1629
%%PORTDOCS%%%%DOCSDIR%%/examples/vadd_i.csd
1559
%%PORTDOCS%%%%DOCSDIR%%/examples/vaddv.csd
1630
%%PORTDOCS%%%%DOCSDIR%%/examples/vaddv.csd
Lines 1561-1571 Link Here
1561
%%PORTDOCS%%%%DOCSDIR%%/examples/valpass-2.csd
1632
%%PORTDOCS%%%%DOCSDIR%%/examples/valpass-2.csd
1562
%%PORTDOCS%%%%DOCSDIR%%/examples/valpass.csd
1633
%%PORTDOCS%%%%DOCSDIR%%/examples/valpass.csd
1563
%%PORTDOCS%%%%DOCSDIR%%/examples/vaset.csd
1634
%%PORTDOCS%%%%DOCSDIR%%/examples/vaset.csd
1635
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap.csd
1564
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap4.csd
1636
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap4.csd
1565
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap4move.csd
1637
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap4move.csd
1566
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap8.csd
1638
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap8.csd
1567
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap8move.csd
1639
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap8move.csd
1640
%%PORTDOCS%%%%DOCSDIR%%/examples/vbapg.csd
1568
%%PORTDOCS%%%%DOCSDIR%%/examples/vbaplsinit.csd
1641
%%PORTDOCS%%%%DOCSDIR%%/examples/vbaplsinit.csd
1642
%%PORTDOCS%%%%DOCSDIR%%/examples/vbapmove.csd
1569
%%PORTDOCS%%%%DOCSDIR%%/examples/vcella.csd
1643
%%PORTDOCS%%%%DOCSDIR%%/examples/vcella.csd
1570
%%PORTDOCS%%%%DOCSDIR%%/examples/vco.csd
1644
%%PORTDOCS%%%%DOCSDIR%%/examples/vco.csd
1571
%%PORTDOCS%%%%DOCSDIR%%/examples/vco2.csd
1645
%%PORTDOCS%%%%DOCSDIR%%/examples/vco2.csd
Lines 1603-1609 Link Here
1603
%%PORTDOCS%%%%DOCSDIR%%/examples/vmultv.csd
1677
%%PORTDOCS%%%%DOCSDIR%%/examples/vmultv.csd
1604
%%PORTDOCS%%%%DOCSDIR%%/examples/voice.csd
1678
%%PORTDOCS%%%%DOCSDIR%%/examples/voice.csd
1605
%%PORTDOCS%%%%DOCSDIR%%/examples/vosim.csd
1679
%%PORTDOCS%%%%DOCSDIR%%/examples/vosim.csd
1680
%%PORTDOCS%%%%DOCSDIR%%/examples/vpow-2.csd
1606
%%PORTDOCS%%%%DOCSDIR%%/examples/vpow.csd
1681
%%PORTDOCS%%%%DOCSDIR%%/examples/vpow.csd
1682
%%PORTDOCS%%%%DOCSDIR%%/examples/vpow_i-2.csd
1607
%%PORTDOCS%%%%DOCSDIR%%/examples/vpow_i.csd
1683
%%PORTDOCS%%%%DOCSDIR%%/examples/vpow_i.csd
1608
%%PORTDOCS%%%%DOCSDIR%%/examples/vpowv.csd
1684
%%PORTDOCS%%%%DOCSDIR%%/examples/vpowv.csd
1609
%%PORTDOCS%%%%DOCSDIR%%/examples/vpvoc.csd
1685
%%PORTDOCS%%%%DOCSDIR%%/examples/vpvoc.csd
Lines 1631-1636 Link Here
1631
%%PORTDOCS%%%%DOCSDIR%%/examples/wii.csd
1707
%%PORTDOCS%%%%DOCSDIR%%/examples/wii.csd
1632
%%PORTDOCS%%%%DOCSDIR%%/examples/wrap.csd
1708
%%PORTDOCS%%%%DOCSDIR%%/examples/wrap.csd
1633
%%PORTDOCS%%%%DOCSDIR%%/examples/wterrain.csd
1709
%%PORTDOCS%%%%DOCSDIR%%/examples/wterrain.csd
1710
%%PORTDOCS%%%%DOCSDIR%%/examples/x.csd
1634
%%PORTDOCS%%%%DOCSDIR%%/examples/xadsr.csd
1711
%%PORTDOCS%%%%DOCSDIR%%/examples/xadsr.csd
1635
%%PORTDOCS%%%%DOCSDIR%%/examples/xscanmap.csd
1712
%%PORTDOCS%%%%DOCSDIR%%/examples/xscanmap.csd
1636
%%PORTDOCS%%%%DOCSDIR%%/examples/xscans.csd
1713
%%PORTDOCS%%%%DOCSDIR%%/examples/xscans.csd
Lines 1887-1892 Link Here
1887
%%PORTDOCS%%%%DOCSDIR%%/images/gen13_6.png
1964
%%PORTDOCS%%%%DOCSDIR%%/images/gen13_6.png
1888
%%PORTDOCS%%%%DOCSDIR%%/images/gen13_7.png
1965
%%PORTDOCS%%%%DOCSDIR%%/images/gen13_7.png
1889
%%PORTDOCS%%%%DOCSDIR%%/images/gen14.png
1966
%%PORTDOCS%%%%DOCSDIR%%/images/gen14.png
1967
%%PORTDOCS%%%%DOCSDIR%%/images/gen14_1.png
1968
%%PORTDOCS%%%%DOCSDIR%%/images/gen14_2.png
1969
%%PORTDOCS%%%%DOCSDIR%%/images/gen14_3.png
1970
%%PORTDOCS%%%%DOCSDIR%%/images/gen14_4.png
1890
%%PORTDOCS%%%%DOCSDIR%%/images/gen15-1.png
1971
%%PORTDOCS%%%%DOCSDIR%%/images/gen15-1.png
1891
%%PORTDOCS%%%%DOCSDIR%%/images/gen15-2.png
1972
%%PORTDOCS%%%%DOCSDIR%%/images/gen15-2.png
1892
%%PORTDOCS%%%%DOCSDIR%%/images/gen15-3.png
1973
%%PORTDOCS%%%%DOCSDIR%%/images/gen15-3.png
Lines 1894-1899 Link Here
1894
%%PORTDOCS%%%%DOCSDIR%%/images/gen15-5.png
1975
%%PORTDOCS%%%%DOCSDIR%%/images/gen15-5.png
1895
%%PORTDOCS%%%%DOCSDIR%%/images/gen16_types.png
1976
%%PORTDOCS%%%%DOCSDIR%%/images/gen16_types.png
1896
%%PORTDOCS%%%%DOCSDIR%%/images/gen17.png
1977
%%PORTDOCS%%%%DOCSDIR%%/images/gen17.png
1978
%%PORTDOCS%%%%DOCSDIR%%/images/gen18_1.png
1979
%%PORTDOCS%%%%DOCSDIR%%/images/gen18_2.png
1980
%%PORTDOCS%%%%DOCSDIR%%/images/gen18_3.png
1897
%%PORTDOCS%%%%DOCSDIR%%/images/gen19.png
1981
%%PORTDOCS%%%%DOCSDIR%%/images/gen19.png
1898
%%PORTDOCS%%%%DOCSDIR%%/images/gen19_1.png
1982
%%PORTDOCS%%%%DOCSDIR%%/images/gen19_1.png
1899
%%PORTDOCS%%%%DOCSDIR%%/images/gen20_1.png
1983
%%PORTDOCS%%%%DOCSDIR%%/images/gen20_1.png
Lines 1903-1908 Link Here
1903
%%PORTDOCS%%%%DOCSDIR%%/images/gen21_3.png
1987
%%PORTDOCS%%%%DOCSDIR%%/images/gen21_3.png
1904
%%PORTDOCS%%%%DOCSDIR%%/images/gen21_4.png
1988
%%PORTDOCS%%%%DOCSDIR%%/images/gen21_4.png
1905
%%PORTDOCS%%%%DOCSDIR%%/images/gen21_5.png
1989
%%PORTDOCS%%%%DOCSDIR%%/images/gen21_5.png
1990
%%PORTDOCS%%%%DOCSDIR%%/images/gen23.png
1906
%%PORTDOCS%%%%DOCSDIR%%/images/gen25.png
1991
%%PORTDOCS%%%%DOCSDIR%%/images/gen25.png
1907
%%PORTDOCS%%%%DOCSDIR%%/images/gen27.png
1992
%%PORTDOCS%%%%DOCSDIR%%/images/gen27.png
1908
%%PORTDOCS%%%%DOCSDIR%%/images/gen33.png
1993
%%PORTDOCS%%%%DOCSDIR%%/images/gen33.png
Lines 1917-1923 Link Here
1917
%%PORTDOCS%%%%DOCSDIR%%/images/gen52.png
2002
%%PORTDOCS%%%%DOCSDIR%%/images/gen52.png
1918
%%PORTDOCS%%%%DOCSDIR%%/images/gendy.png
2003
%%PORTDOCS%%%%DOCSDIR%%/images/gendy.png
1919
%%PORTDOCS%%%%DOCSDIR%%/images/gendyx.png
2004
%%PORTDOCS%%%%DOCSDIR%%/images/gendyx.png
2005
%%PORTDOCS%%%%DOCSDIR%%/images/genexp_1.png
2006
%%PORTDOCS%%%%DOCSDIR%%/images/genexp_2.png
2007
%%PORTDOCS%%%%DOCSDIR%%/images/genfarey-2_1.png
2008
%%PORTDOCS%%%%DOCSDIR%%/images/genfarey-2_2.png
1920
%%PORTDOCS%%%%DOCSDIR%%/images/gensone.png
2009
%%PORTDOCS%%%%DOCSDIR%%/images/gensone.png
2010
%%PORTDOCS%%%%DOCSDIR%%/images/gentanh_1.png
2011
%%PORTDOCS%%%%DOCSDIR%%/images/gentanh_2.png
2012
%%PORTDOCS%%%%DOCSDIR%%/images/gentanh_3.png
1921
%%PORTDOCS%%%%DOCSDIR%%/images/grain2_rand-448x289.png
2013
%%PORTDOCS%%%%DOCSDIR%%/images/grain2_rand-448x289.png
1922
%%PORTDOCS%%%%DOCSDIR%%/images/grain3_2.png
2014
%%PORTDOCS%%%%DOCSDIR%%/images/grain3_2.png
1923
%%PORTDOCS%%%%DOCSDIR%%/images/image1.png
2015
%%PORTDOCS%%%%DOCSDIR%%/images/image1.png
Lines 2015-2020 Link Here
2015
%%PORTDOCS%%%%DOCSDIR%%/jacktransport.html
2107
%%PORTDOCS%%%%DOCSDIR%%/jacktransport.html
2016
%%PORTDOCS%%%%DOCSDIR%%/jitter.html
2108
%%PORTDOCS%%%%DOCSDIR%%/jitter.html
2017
%%PORTDOCS%%%%DOCSDIR%%/jitter2.html
2109
%%PORTDOCS%%%%DOCSDIR%%/jitter2.html
2110
%%PORTDOCS%%%%DOCSDIR%%/joystick.html
2018
%%PORTDOCS%%%%DOCSDIR%%/jspline.html
2111
%%PORTDOCS%%%%DOCSDIR%%/jspline.html
2019
%%PORTDOCS%%%%DOCSDIR%%/kbetarand.html
2112
%%PORTDOCS%%%%DOCSDIR%%/kbetarand.html
2020
%%PORTDOCS%%%%DOCSDIR%%/kbexprnd.html
2113
%%PORTDOCS%%%%DOCSDIR%%/kbexprnd.html
Lines 2066-2071 Link Here
2066
%%PORTDOCS%%%%DOCSDIR%%/locsig.html
2159
%%PORTDOCS%%%%DOCSDIR%%/locsig.html
2067
%%PORTDOCS%%%%DOCSDIR%%/log.html
2160
%%PORTDOCS%%%%DOCSDIR%%/log.html
2068
%%PORTDOCS%%%%DOCSDIR%%/log10.html
2161
%%PORTDOCS%%%%DOCSDIR%%/log10.html
2162
%%PORTDOCS%%%%DOCSDIR%%/log2.html
2069
%%PORTDOCS%%%%DOCSDIR%%/logbtwo.html
2163
%%PORTDOCS%%%%DOCSDIR%%/logbtwo.html
2070
%%PORTDOCS%%%%DOCSDIR%%/logcurve.html
2164
%%PORTDOCS%%%%DOCSDIR%%/logcurve.html
2071
%%PORTDOCS%%%%DOCSDIR%%/loop_ge.html
2165
%%PORTDOCS%%%%DOCSDIR%%/loop_ge.html
Lines 2182-2187 Link Here
2182
%%PORTDOCS%%%%DOCSDIR%%/nchnls_i.html
2276
%%PORTDOCS%%%%DOCSDIR%%/nchnls_i.html
2183
%%PORTDOCS%%%%DOCSDIR%%/nestedap.html
2277
%%PORTDOCS%%%%DOCSDIR%%/nestedap.html
2184
%%PORTDOCS%%%%DOCSDIR%%/nlfilt.html
2278
%%PORTDOCS%%%%DOCSDIR%%/nlfilt.html
2279
%%PORTDOCS%%%%DOCSDIR%%/nlfilt2.html
2185
%%PORTDOCS%%%%DOCSDIR%%/noise.html
2280
%%PORTDOCS%%%%DOCSDIR%%/noise.html
2186
%%PORTDOCS%%%%DOCSDIR%%/noteoff.html
2281
%%PORTDOCS%%%%DOCSDIR%%/noteoff.html
2187
%%PORTDOCS%%%%DOCSDIR%%/noteon.html
2282
%%PORTDOCS%%%%DOCSDIR%%/noteon.html
Lines 2291-2296 Link Here
2291
%%PORTDOCS%%%%DOCSDIR%%/pitch.html
2386
%%PORTDOCS%%%%DOCSDIR%%/pitch.html
2292
%%PORTDOCS%%%%DOCSDIR%%/pitchamdf.html
2387
%%PORTDOCS%%%%DOCSDIR%%/pitchamdf.html
2293
%%PORTDOCS%%%%DOCSDIR%%/planet.html
2388
%%PORTDOCS%%%%DOCSDIR%%/planet.html
2389
%%PORTDOCS%%%%DOCSDIR%%/platerev.html
2390
%%PORTDOCS%%%%DOCSDIR%%/plltrack.html
2294
%%PORTDOCS%%%%DOCSDIR%%/pluck.html
2391
%%PORTDOCS%%%%DOCSDIR%%/pluck.html
2295
%%PORTDOCS%%%%DOCSDIR%%/plustab.html
2392
%%PORTDOCS%%%%DOCSDIR%%/plustab.html
2296
%%PORTDOCS%%%%DOCSDIR%%/poisson.html
2393
%%PORTDOCS%%%%DOCSDIR%%/poisson.html
Lines 2376-2381 Link Here
2376
%%PORTDOCS%%%%DOCSDIR%%/pvsvoc.html
2473
%%PORTDOCS%%%%DOCSDIR%%/pvsvoc.html
2377
%%PORTDOCS%%%%DOCSDIR%%/pvswarp.html
2474
%%PORTDOCS%%%%DOCSDIR%%/pvswarp.html
2378
%%PORTDOCS%%%%DOCSDIR%%/pvsynth.html
2475
%%PORTDOCS%%%%DOCSDIR%%/pvsynth.html
2476
%%PORTDOCS%%%%DOCSDIR%%/pwd.html
2379
%%PORTDOCS%%%%DOCSDIR%%/py.html
2477
%%PORTDOCS%%%%DOCSDIR%%/py.html
2380
%%PORTDOCS%%%%DOCSDIR%%/pyassign.html
2478
%%PORTDOCS%%%%DOCSDIR%%/pyassign.html
2381
%%PORTDOCS%%%%DOCSDIR%%/pycall.html
2479
%%PORTDOCS%%%%DOCSDIR%%/pycall.html
Lines 2396-2401 Link Here
2396
%%PORTDOCS%%%%DOCSDIR%%/randomi.html
2494
%%PORTDOCS%%%%DOCSDIR%%/randomi.html
2397
%%PORTDOCS%%%%DOCSDIR%%/rbjeq.html
2495
%%PORTDOCS%%%%DOCSDIR%%/rbjeq.html
2398
%%PORTDOCS%%%%DOCSDIR%%/readclock.html
2496
%%PORTDOCS%%%%DOCSDIR%%/readclock.html
2497
%%PORTDOCS%%%%DOCSDIR%%/readf.html
2498
%%PORTDOCS%%%%DOCSDIR%%/readfi.html
2399
%%PORTDOCS%%%%DOCSDIR%%/readk.html
2499
%%PORTDOCS%%%%DOCSDIR%%/readk.html
2400
%%PORTDOCS%%%%DOCSDIR%%/readk2.html
2500
%%PORTDOCS%%%%DOCSDIR%%/readk2.html
2401
%%PORTDOCS%%%%DOCSDIR%%/readk3.html
2501
%%PORTDOCS%%%%DOCSDIR%%/readk3.html
Lines 2666-2678 Link Here
2666
%%PORTDOCS%%%%DOCSDIR%%/vaget.html
2766
%%PORTDOCS%%%%DOCSDIR%%/vaget.html
2667
%%PORTDOCS%%%%DOCSDIR%%/valpass.html
2767
%%PORTDOCS%%%%DOCSDIR%%/valpass.html
2668
%%PORTDOCS%%%%DOCSDIR%%/vaset.html
2768
%%PORTDOCS%%%%DOCSDIR%%/vaset.html
2769
%%PORTDOCS%%%%DOCSDIR%%/vbap.html
2669
%%PORTDOCS%%%%DOCSDIR%%/vbap16.html
2770
%%PORTDOCS%%%%DOCSDIR%%/vbap16.html
2670
%%PORTDOCS%%%%DOCSDIR%%/vbap16move.html
2771
%%PORTDOCS%%%%DOCSDIR%%/vbap16move.html
2671
%%PORTDOCS%%%%DOCSDIR%%/vbap4.html
2772
%%PORTDOCS%%%%DOCSDIR%%/vbap4.html
2672
%%PORTDOCS%%%%DOCSDIR%%/vbap4move.html
2773
%%PORTDOCS%%%%DOCSDIR%%/vbap4move.html
2673
%%PORTDOCS%%%%DOCSDIR%%/vbap8.html
2774
%%PORTDOCS%%%%DOCSDIR%%/vbap8.html
2674
%%PORTDOCS%%%%DOCSDIR%%/vbap8move.html
2775
%%PORTDOCS%%%%DOCSDIR%%/vbap8move.html
2776
%%PORTDOCS%%%%DOCSDIR%%/vbapg.html
2675
%%PORTDOCS%%%%DOCSDIR%%/vbaplsinit.html
2777
%%PORTDOCS%%%%DOCSDIR%%/vbaplsinit.html
2778
%%PORTDOCS%%%%DOCSDIR%%/vbapmove.html
2676
%%PORTDOCS%%%%DOCSDIR%%/vbapz.html
2779
%%PORTDOCS%%%%DOCSDIR%%/vbapz.html
2677
%%PORTDOCS%%%%DOCSDIR%%/vbapzmove.html
2780
%%PORTDOCS%%%%DOCSDIR%%/vbapzmove.html
2678
%%PORTDOCS%%%%DOCSDIR%%/vcella.html
2781
%%PORTDOCS%%%%DOCSDIR%%/vcella.html
Lines 2801-2861 Link Here
2801
%%PORTDOCS%%%%DOCSDIR%%/zkr.html
2904
%%PORTDOCS%%%%DOCSDIR%%/zkr.html
2802
%%PORTDOCS%%%%DOCSDIR%%/zkw.html
2905
%%PORTDOCS%%%%DOCSDIR%%/zkw.html
2803
%%PORTDOCS%%%%DOCSDIR%%/zkwm.html
2906
%%PORTDOCS%%%%DOCSDIR%%/zkwm.html
2804
%%PORTDOCS%%%%DOCSDIR%%/platerev.html
2805
%%PORTDOCS%%%%DOCSDIR%%/cosseg.html
2806
%%PORTDOCS%%%%DOCSDIR%%/images/gen18_2.png
2807
%%PORTDOCS%%%%DOCSDIR%%/images/gentanh_3.png
2808
%%PORTDOCS%%%%DOCSDIR%%/images/gen14_3.png
2809
%%PORTDOCS%%%%DOCSDIR%%/images/gentanh_1.png
2810
%%PORTDOCS%%%%DOCSDIR%%/images/gen14_4.png
2811
%%PORTDOCS%%%%DOCSDIR%%/images/gen14_2.png
2812
%%PORTDOCS%%%%DOCSDIR%%/images/genexp_2.png
2813
%%PORTDOCS%%%%DOCSDIR%%/images/gen18_1.png
2814
%%PORTDOCS%%%%DOCSDIR%%/images/gen18_3.png
2815
%%PORTDOCS%%%%DOCSDIR%%/images/gentanh_2.png
2816
%%PORTDOCS%%%%DOCSDIR%%/images/gen14_1.png
2817
%%PORTDOCS%%%%DOCSDIR%%/images/gen23.png
2818
%%PORTDOCS%%%%DOCSDIR%%/images/genexp_1.png
2819
%%PORTDOCS%%%%DOCSDIR%%/log2.html
2820
%%PORTDOCS%%%%DOCSDIR%%/vbapg.html
2821
%%PORTDOCS%%%%DOCSDIR%%/examples/logicOR.csd
2822
%%PORTDOCS%%%%DOCSDIR%%/examples/Mixer.csd
2823
%%PORTDOCS%%%%DOCSDIR%%/examples/genwave.csd
2824
%%PORTDOCS%%%%DOCSDIR%%/examples/cossegb.csd
2825
%%PORTDOCS%%%%DOCSDIR%%/examples/cossegr.csd
2826
%%PORTDOCS%%%%DOCSDIR%%/examples/spectrum.txt
2827
%%PORTDOCS%%%%DOCSDIR%%/examples/plate.csd
2828
%%PORTDOCS%%%%DOCSDIR%%/examples/log2.csd
2829
%%PORTDOCS%%%%DOCSDIR%%/examples/readf.csd
2830
%%PORTDOCS%%%%DOCSDIR%%/examples/readfi.csd
2831
%%PORTDOCS%%%%DOCSDIR%%/examples/pwd.csd
2832
%%PORTDOCS%%%%DOCSDIR%%/examples/maxaccum.csd
2833
%%PORTDOCS%%%%DOCSDIR%%/examples/midipolyaftertouch.csd
2834
%%PORTDOCS%%%%DOCSDIR%%/examples/sym10.txt
2835
%%PORTDOCS%%%%DOCSDIR%%/examples/gen18.csd
2836
%%PORTDOCS%%%%DOCSDIR%%/examples/vbapg.csd
2837
%%PORTDOCS%%%%DOCSDIR%%/examples/cosseg.csd
2838
%%PORTDOCS%%%%DOCSDIR%%/examples/joystick.csd
2839
%%PORTDOCS%%%%DOCSDIR%%/examples/joystick-2.csd
2840
%%PORTDOCS%%%%DOCSDIR%%/examples/midiprogramchange.csd
2841
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap.csd
2842
%%PORTDOCS%%%%DOCSDIR%%/examples/minabsaccum.csd
2843
%%PORTDOCS%%%%DOCSDIR%%/examples/minaccum.csd
2844
%%PORTDOCS%%%%DOCSDIR%%/examples/vbapmove.csd
2845
%%PORTDOCS%%%%DOCSDIR%%/examples/maxabsaccum.csd
2846
%%PORTDOCS%%%%DOCSDIR%%/examples/gen23.csd
2847
%%PORTDOCS%%%%DOCSDIR%%/examples/mididefault.csd
2848
%%PORTDOCS%%%%DOCSDIR%%/examples/centroid.csd
2849
%%PORTDOCS%%%%DOCSDIR%%/vbapmove.html
2850
%%PORTDOCS%%%%DOCSDIR%%/pwd.html
2851
%%PORTDOCS%%%%DOCSDIR%%/vbap.html
2852
%%PORTDOCS%%%%DOCSDIR%%/GENwave.html
2853
%%PORTDOCS%%%%DOCSDIR%%/joystick.html
2854
%%PORTDOCS%%%%DOCSDIR%%/readf.html
2855
%%PORTDOCS%%%%DOCSDIR%%/cossegr.html
2856
%%PORTDOCS%%%%DOCSDIR%%/centroid.html
2857
%%PORTDOCS%%%%DOCSDIR%%/cossegb.html
2858
%%PORTDOCS%%%%DOCSDIR%%/readfi.html
2859
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images/callouts
2907
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images/callouts
2860
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
2908
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
2861
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
2909
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples

Return to bug 185715