aboutsummaryrefslogtreecommitdiff
path: root/audio/csound
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-03-04 05:54:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-03-04 05:54:28 +0000
commit706aa436e730d4cb47723473256b8b8d6eb4b2ef (patch)
tree1554aaa1a6613a63a0e487d631e246154eca0464 /audio/csound
parente82fd02c2edf896c2b90a89d6f4998b145ad2412 (diff)
downloadports-706aa436e730d4cb47723473256b8b8d6eb4b2ef.tar.gz
ports-706aa436e730d4cb47723473256b8b8d6eb4b2ef.zip
Notes
Diffstat (limited to 'audio/csound')
-rw-r--r--audio/csound/Makefile17
-rw-r--r--audio/csound/distinfo10
-rw-r--r--audio/csound/files/patch-Engine-csound_orc.l47
-rw-r--r--audio/csound/files/patch-Opcodes-urandom.c10
-rw-r--r--audio/csound/files/patch-Top-csound.c107
-rw-r--r--audio/csound/files/pkg-message.in5
-rw-r--r--audio/csound/pkg-plist379
7 files changed, 474 insertions, 101 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index c9dbbf022041..591726db07ac 100644
--- a/audio/csound/Makefile
+++ b/audio/csound/Makefile
@@ -6,14 +6,12 @@
#
PORTNAME= csound
-PORTVERSION= 5.12.1
-PORTREVISION= 3
+PORTVERSION= 5.13
CATEGORIES= audio lang
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}5.12/:src \
- SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}5.10/:manual
-# Developer does not include a newer version of the manual.
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}5.13/:src \
+ SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}5.13/manual:manual
MASTER_SITE_SUBDIR= ${PORTNAME:S/$/:src/}
-DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSION}
+DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSION}.0
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src
DIST_SUBDIR= csound
@@ -21,7 +19,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Sound synthesizer
LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile
-BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
+BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 \
+ ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
WRKSRC= ${WRKDIR}/${DISTNAME}/
USE_PYTHON= 2.6+
@@ -34,6 +33,8 @@ SCONS_ARGS+= prefix=${PREFIX} CC=${CC} CXX=${CXX} \
buildVirtual=1 buildCSEditor=1 buildDSSI=0 \
useGettext=1 dynamicCsoundLibrary=1 useDouble=1
+CONFLICTS_INSTALL= outguess-*
+
OPTIONS= FLTKGUI "Build fltk plugin and GUI" on
.include <bsd.port.pre.mk>
@@ -55,7 +56,7 @@ SCONS_ARGS+= useFLTK=0 buildCsound5GUI=0
.if !defined(NOPORTDOCS)
BUILD_DEPENDS+= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
-DISTFILES+= Csound5.10_manual_html.zip:manual
+DISTFILES+= Csound5.13_manual_html.zip:manual
.endif
post-patch: apply-slist
diff --git a/audio/csound/distinfo b/audio/csound/distinfo
index 6aa591b59837..ef38d4385b0c 100644
--- a/audio/csound/distinfo
+++ b/audio/csound/distinfo
@@ -1,6 +1,4 @@
-MD5 (csound/Csound5.12.1.tar.gz) = 70b0c4a159c4960a09719674657949c9
-SHA256 (csound/Csound5.12.1.tar.gz) = 89173d666df4e109e6bbbd9232e68f7710711fa0e853a29f7704aa01d502360d
-SIZE (csound/Csound5.12.1.tar.gz) = 6121581
-MD5 (csound/Csound5.10_manual_html.zip) = e1eba0da11cfc1d85ef2113a81af91eb
-SHA256 (csound/Csound5.10_manual_html.zip) = 2c544a1bda8897a8364fa806109bdfca6f9e01495bace014d207db145f8324b1
-SIZE (csound/Csound5.10_manual_html.zip) = 5381988
+SHA256 (csound/Csound5.13.0.tar.gz) = 0552b5de4641bf95069422ed7c45b4aa613938c2fc643788be770dc82b213305
+SIZE (csound/Csound5.13.0.tar.gz) = 9813643
+SHA256 (csound/Csound5.13_manual_html.zip) = 4b040b03afb10215d22eb5deea482c5349aafc3d814c29322f137b28c6b1ed04
+SIZE (csound/Csound5.13_manual_html.zip) = 8411633
diff --git a/audio/csound/files/patch-Engine-csound_orc.l b/audio/csound/files/patch-Engine-csound_orc.l
new file mode 100644
index 000000000000..43cb79f8c9e0
--- /dev/null
+++ b/audio/csound/files/patch-Engine-csound_orc.l
@@ -0,0 +1,47 @@
+--- Engine/csound_orc.l.old 2011-02-03 05:49:04.000000000 -0600
++++ Engine/csound_orc.l 2011-02-03 05:49:33.000000000 -0600
+@@ -202,7 +202,7 @@
+ alt_stack[macro_stack_ptr++] = macros;
+ /* printf("Push %p macro stack; new body #%s#\n", macros, mm->body); */
+ /* printf("Push buffer %p -> ", YY_CURRENT_BUFFER); */
+- yypush_buffer_state(YY_CURRENT_BUFFER);
++ //yypush_buffer_state(YY_CURRENT_BUFFER);
+ yy_scan_string(mm->body);
+ /* printf("%p\n", YY_CURRENT_BUFFER); */
+ }
+@@ -228,7 +228,7 @@
+ alt_stack[macro_stack_ptr++] = macros;
+ /* printf("Push %p macro stack\n", mm_save); */
+ /* printf("Push buffer %p -> ", YY_CURRENT_BUFFER); */
+- yypush_buffer_state(YY_CURRENT_BUFFER);
++ //yypush_buffer_state(YY_CURRENT_BUFFER);
+ yy_scan_string(mm->body);
+ /* printf("%p\n", YY_CURRENT_BUFFER); */
+ }
+@@ -280,7 +280,7 @@
+ //include_stack[include_stack_ptr++] = YY_CURRENT_BUFFER;
+ alt_stack[macro_stack_ptr++] = mm_save;
+ /* printf("Push %p macro stack\n", mm_save); */
+- yypush_buffer_state(YY_CURRENT_BUFFER);
++ //yypush_buffer_state(YY_CURRENT_BUFFER);
+ yy_scan_string(mm->body);
+ }
+ {MACRONAMEDA} { printf("Macro with arguments call not written\n");}
+@@ -307,7 +307,7 @@
+ <<EOF>> {
+ MACRO *x, *y=macros;
+ /* printf("Leaving buffer %p\n", YY_CURRENT_BUFFER); */
+- yypop_buffer_state();
++ //yypop_buffer_state();
+ if ( !YY_CURRENT_BUFFER ) yyterminate();
+ /* printf("End of input; popping to %p\n", YY_CURRENT_BUFFER); */
+ macros = alt_stack[--macro_stack_ptr];
+@@ -388,7 +388,7 @@
+ exit(1);
+ }
+ alt_stack[macro_stack_ptr++] = macros;
+- yypush_buffer_state(yy_create_buffer( yyin, YY_BUF_SIZE ) );
++ //yypush_buffer_state(yy_create_buffer( yyin, YY_BUF_SIZE ) );
+ }
+
+ static inline int isNameChar(int c, int pos)
diff --git a/audio/csound/files/patch-Opcodes-urandom.c b/audio/csound/files/patch-Opcodes-urandom.c
new file mode 100644
index 000000000000..7d19cb045fdd
--- /dev/null
+++ b/audio/csound/files/patch-Opcodes-urandom.c
@@ -0,0 +1,10 @@
+--- Opcodes/urandom.c.old 2011-01-30 02:14:59.000000000 -0600
++++ Opcodes/urandom.c 2011-01-30 02:15:08.000000000 -0600
+@@ -22,7 +22,6 @@
+ */
+
+ #include "csdl.h"
+-#include <ieee754.h>
+
+ typedef struct {
+ OPDS h;
diff --git a/audio/csound/files/patch-Top-csound.c b/audio/csound/files/patch-Top-csound.c
index e7e9df160491..6e60eed06af7 100644
--- a/audio/csound/files/patch-Top-csound.c
+++ b/audio/csound/files/patch-Top-csound.c
@@ -1,63 +1,68 @@
---- Top/csound.c.old 2009-10-15 16:24:10.000000000 -0500
-+++ Top/csound.c 2009-10-15 16:25:28.000000000 -0500
-@@ -58,6 +58,7 @@
+--- Top/csound.c.old 2011-01-30 01:43:37.000000000 -0600
++++ Top/csound.c 2011-01-30 01:46:42.000000000 -0600
+@@ -58,7 +58,9 @@
#include "namedins.h"
#include "pvfileio.h"
#include "fftlib.h"
+-
++#if defined(__FreeBSD__)
+#include <sys/sysctl.h>
-
- extern void MakeAscii(CSOUND *, WINDAT *, const char *);
- extern void DrawAscii(CSOUND *, WINDAT *);
-@@ -2566,46 +2567,17 @@
- static int getTimeResolution(void)
- {
++#endif
+ #if defined(USE_OPENMP)
+ #include <omp.h>
+ #endif
+@@ -2641,49 +2643,14 @@
+ static int getTimeResolution(void)
+ {
#if defined(HAVE_RDTSC)
-- FILE *f;
-- char buf[256];
+- FILE *f;
+- char buf[256];
+ size_t size;
+ int timeResolutionSeconds;
+ size = sizeof timeResolutionSeconds;
+ sysctlbyname("hw.clockrate", &timeResolutionSeconds, &size, NULL, 0);
-- /* if frequency is not known yet */
-- f = fopen("/proc/cpuinfo", "r");
-- if (UNLIKELY(f == NULL)) {
-- fprintf(stderr, Str("Cannot open /proc/cpuinfo. "
-- "Support for RDTSC is not available.\n"));
-- return -1;
-- }
-- /* find CPU frequency */
-- while (fgets(buf, 256, f) != NULL) {
-- int i;
-- char *s = (char*) buf - 1;
+- /* if frequency is not known yet */
+- f = fopen("/proc/cpuinfo", "r");
+- if (UNLIKELY(f == NULL)) {
+- fprintf(stderr, Str("Cannot open /proc/cpuinfo. "
+- "Support for RDTSC is not available.\n"));
+- return -1;
+- }
+- /* find CPU frequency */
+- while (fgets(buf, 256, f) != NULL) {
+- int i;
+- char *s = (char*) buf - 1;
-
-- buf[255] = '\0'; /* safety */
-- if (strlen(buf) < 9)
-- continue; /* too short, skip */
-- while (*++s != '\0')
-- if (isupper(*s))
-- *s = tolower(*s); /* convert to lower case */
-- if (strncmp(buf, "cpu mhz", 7) != 0)
-- continue; /* check key name */
-- s = strchr(buf, ':'); /* find frequency value */
-- if (s == NULL) continue; /* invalid entry */
-- do {
-- s++;
-- } while (*s == ' ' || *s == '\t'); /* skip white space */
-- i = sscanf(s, "%lf", &timeResolutionSeconds);
-- if (i < 1 || timeResolutionSeconds < 1.0) {
-- timeResolutionSeconds = -1.0; /* invalid entry */
-- continue;
+- buf[255] = '\0'; /* safety */
+- if (strlen(buf) < 9) {
+- continue; /* too short, skip */
+- }
+- while (*++s != '\0')
+- if (isupper(*s)) {
+- *s = tolower(*s); /* convert to lower case */
+- }
+- if (strncmp(buf, "cpu mhz", 7) != 0) {
+- continue; /* check key name */
+- }
+- s = strchr(buf, ':'); /* find frequency value */
+- if (s == NULL) {
+- continue; /* invalid entry */
+- }
+- do {
+- s++;
+- } while (*s == ' ' || *s == '\t'); /* skip white space */
+- i = sscanf(s, "%lf", &timeResolutionSeconds);
+- if (i < 1 || timeResolutionSeconds < 1.0) {
+- timeResolutionSeconds = -1.0; /* invalid entry */
+- continue;
+- }
- }
-- }
-- fclose(f);
- if (UNLIKELY(timeResolutionSeconds <= 0.0)) {
- fprintf(stderr, Str("No valid CPU frequency entry "
-- "was found in /proc/cpuinfo.\n"));
-+ "was found \n"));
- return -1;
- }
-+
- /* MHz -> seconds */
- timeResolutionSeconds = 0.000001 / timeResolutionSeconds;
- #elif defined(WIN32)
+- fclose(f);
+ if (UNLIKELY(timeResolutionSeconds <= 0.0)) {
+ fprintf(stderr, Str("No valid CPU frequency entry "
+- "was found in /proc/cpuinfo.\n"));
++ "was found.\n"));
+ return -1;
+ }
+ /* MHz -> seconds */
diff --git a/audio/csound/files/pkg-message.in b/audio/csound/files/pkg-message.in
index 3c5ff38586a1..e27adbc80348 100644
--- a/audio/csound/files/pkg-message.in
+++ b/audio/csound/files/pkg-message.in
@@ -2,3 +2,8 @@
%%PREFIX%%/bin/mixer has been renamed to %%PREFIX%%/bin/cs_mixer so it
won't conflict with /usr/bin/mixer
=====================================================================
+
+===================-Support:-========================================
+Due to the complexity of this port, support requests must be done using
+http://www.cpetservices.com/site/tickets/misc.htm
+=====================================================================
diff --git a/audio/csound/pkg-plist b/audio/csound/pkg-plist
index 426508676c1f..f0a0d902fbf9 100644
--- a/audio/csound/pkg-plist
+++ b/audio/csound/pkg-plist
@@ -1,8 +1,8 @@
bin/atsa
bin/cs
-bin/csmixer
bin/csb64enc
bin/cseditor
+bin/csmixer
bin/csound
%%FLTKGUI%%bin/csound5gui
bin/cvanal
@@ -30,9 +30,9 @@ bin/srconv
bin/winsound
include/csound/CppSound.hpp
include/csound/CsoundFile.hpp
-include/csound/csPerfThread.hpp
include/csound/OpcodeBase.hpp
include/csound/cfgvar.h
+include/csound/csPerfThread.hpp
include/csound/cscore.h
include/csound/csdl.h
include/csound/csound.h
@@ -40,6 +40,7 @@ include/csound/csound.hpp
include/csound/csoundCore.h
include/csound/cwindow.h
include/csound/filebuilding.h
+include/csound/float-version.h
include/csound/msg_attr.h
include/csound/pstream.h
include/csound/pvfileio.h
@@ -47,55 +48,58 @@ include/csound/soundio.h
include/csound/sysdep.h
include/csound/text.h
include/csound/version.h
+lib/csound/plugins64/libambicode1.so
lib/csound/plugins64/libampmidid.so
lib/csound/plugins64/libbabo.so
lib/csound/plugins64/libbarmodel.so
lib/csound/plugins64/libcompress.so
-lib/csound/plugins64/libcrossfm.so
lib/csound/plugins64/libcontrol.so
+lib/csound/plugins64/libcrossfm.so
+lib/csound/plugins64/libcs_date.so
+lib/csound/plugins64/libcs_pan2.so
+lib/csound/plugins64/libcs_pvs_ops.so
+lib/csound/plugins64/libdoppler.so
lib/csound/plugins64/libeqfil.so
lib/csound/plugins64/libftest.so
lib/csound/plugins64/libgabnew.so
lib/csound/plugins64/libgrain4.so
lib/csound/plugins64/libharmon.so
lib/csound/plugins64/libhrtferX.so
+lib/csound/plugins64/libhrtfnew.so
+lib/csound/plugins64/libimage.so
lib/csound/plugins64/libloscilx.so
lib/csound/plugins64/libminmax.so
lib/csound/plugins64/libmixer.so
lib/csound/plugins64/libmodal4.so
+lib/csound/plugins64/libmodmatrix.so
lib/csound/plugins64/libmutexops.so
lib/csound/plugins64/libpartikkel.so
lib/csound/plugins64/libphisem.so
lib/csound/plugins64/libphysmod.so
lib/csound/plugins64/libpitch.so
lib/csound/plugins64/libptrack.so
+lib/csound/plugins64/libpvlock.so
lib/csound/plugins64/libpvoc.so
lib/csound/plugins64/libpvsbuffer.so
lib/csound/plugins64/libscansyn.so
lib/csound/plugins64/libscoreline.so
lib/csound/plugins64/libsfont.so
+lib/csound/plugins64/libshape.so
+lib/csound/plugins64/libsignalflowgraph.so
lib/csound/plugins64/libstackops.so
lib/csound/plugins64/libstdopcod.so
lib/csound/plugins64/libstdutil.so
lib/csound/plugins64/libsystem_call.so
+lib/csound/plugins64/libtabsum.so
lib/csound/plugins64/libudprecv.so
lib/csound/plugins64/libudpsend.so
lib/csound/plugins64/libugakbari.so
+lib/csound/plugins64/liburandom.so
lib/csound/plugins64/libvaops.so
lib/csound/plugins64/libvbap.so
%%FLTKGUI%%lib/csound/plugins64/libvirtual.so
-%%FLTKGUI%%lib/csound/plugins64/libwidgets.so
-lib/csound/plugins64/libsignalflowgraph.so
-lib/csound/plugins64/libambicode1.so
-lib/csound/plugins64/libcs_pan2.so
-lib/csound/plugins64/libcs_pvs_ops.so
-lib/csound/plugins64/libcs_date.so
-lib/csound/plugins64/libshape.so
-lib/csound/plugins64/libdoppler.so
-lib/csound/plugins64/libtabsum.so
lib/csound/plugins64/libvosim.so
-lib/csound/plugins64/libimage.so
-lib/csound/plugins64/libhrtfnew.so
+%%FLTKGUI%%lib/csound/plugins64/libwidgets.so
lib/libcsladspa.so
lib/libcsnd.so.5
lib/libcsound64.so
@@ -110,6 +114,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/ATSread.html
%%PORTDOCS%%%%DOCSDIR%%/ATSreadnz.html
%%PORTDOCS%%%%DOCSDIR%%/ATSsinnoi.html
+%%PORTDOCS%%%%DOCSDIR%%/BeatsTop.html
%%PORTDOCS%%%%DOCSDIR%%/BuildingCsound.html
%%PORTDOCS%%%%DOCSDIR%%/CommandCsoundVST.html
%%PORTDOCS%%%%DOCSDIR%%/CommandDesc.html
@@ -144,6 +149,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/CscoreMain.html
%%PORTDOCS%%%%DOCSDIR%%/CscoreTop.html
%%PORTDOCS%%%%DOCSDIR%%/CsoundLinks.html
+%%PORTDOCS%%%%DOCSDIR%%/Example.html
%%PORTDOCS%%%%DOCSDIR%%/FLbox.html
%%PORTDOCS%%%%DOCSDIR%%/FLbutBank.html
%%PORTDOCS%%%%DOCSDIR%%/FLbutton.html
@@ -249,10 +255,29 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/GEN41.html
%%PORTDOCS%%%%DOCSDIR%%/GEN42.html
%%PORTDOCS%%%%DOCSDIR%%/GEN43.html
+%%PORTDOCS%%%%DOCSDIR%%/GEN49.html
%%PORTDOCS%%%%DOCSDIR%%/GEN51.html
%%PORTDOCS%%%%DOCSDIR%%/GEN52.html
+%%PORTDOCS%%%%DOCSDIR%%/GENexp.html
+%%PORTDOCS%%%%DOCSDIR%%/GENfarey.html
+%%PORTDOCS%%%%DOCSDIR%%/GENsone.html
+%%PORTDOCS%%%%DOCSDIR%%/GENtanh.html
%%PORTDOCS%%%%DOCSDIR%%/ImageopcodesTop.html
%%PORTDOCS%%%%DOCSDIR%%/Introduction.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoAudioIn.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoAudioInConnect.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoAudioOut.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoAudioOutConnect.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoFreewheel.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoInfo.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoInit.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoMidiInConnect.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoMidiOut.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoMidiOutConnect.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoNoteOut.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoOn.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoOpcodes.html
+%%PORTDOCS%%%%DOCSDIR%%/JackoTransport.html
%%PORTDOCS%%%%DOCSDIR%%/MathArtLogic.html
%%PORTDOCS%%%%DOCSDIR%%/MathMatfunc.html
%%PORTDOCS%%%%DOCSDIR%%/MathOpeqfunc.html
@@ -271,6 +296,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/MidiTop.html
%%PORTDOCS%%%%DOCSDIR%%/MiscAmp.html
%%PORTDOCS%%%%DOCSDIR%%/MiscCsound64.html
+%%PORTDOCS%%%%DOCSDIR%%/MiscExamples.html
%%PORTDOCS%%%%DOCSDIR%%/MiscFormants.html
%%PORTDOCS%%%%DOCSDIR%%/MiscGlossary.html
%%PORTDOCS%%%%DOCSDIR%%/MiscModalFreq.html
@@ -285,6 +311,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/MixerReceive.html
%%PORTDOCS%%%%DOCSDIR%%/MixerSend.html
%%PORTDOCS%%%%DOCSDIR%%/MixerSetLevel.html
+%%PORTDOCS%%%%DOCSDIR%%/MixerSetLevel_i.html
%%PORTDOCS%%%%DOCSDIR%%/Network.html
%%PORTDOCS%%%%DOCSDIR%%/OSCNetwork.html
%%PORTDOCS%%%%DOCSDIR%%/OSCinit.html
@@ -318,6 +345,33 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/RealTimeWindows.html
%%PORTDOCS%%%%DOCSDIR%%/RecentDevelopments.html
%%PORTDOCS%%%%DOCSDIR%%/Remote.html
+%%PORTDOCS%%%%DOCSDIR%%/STKBandedWG.html
+%%PORTDOCS%%%%DOCSDIR%%/STKBeeThree.html
+%%PORTDOCS%%%%DOCSDIR%%/STKBlowBotl.html
+%%PORTDOCS%%%%DOCSDIR%%/STKBlowHole.html
+%%PORTDOCS%%%%DOCSDIR%%/STKBowed.html
+%%PORTDOCS%%%%DOCSDIR%%/STKBrass.html
+%%PORTDOCS%%%%DOCSDIR%%/STKClarinet.html
+%%PORTDOCS%%%%DOCSDIR%%/STKDrummer.html
+%%PORTDOCS%%%%DOCSDIR%%/STKFMVoices.html
+%%PORTDOCS%%%%DOCSDIR%%/STKFlute.html
+%%PORTDOCS%%%%DOCSDIR%%/STKHevyMetl.html
+%%PORTDOCS%%%%DOCSDIR%%/STKMandolin.html
+%%PORTDOCS%%%%DOCSDIR%%/STKModalBar.html
+%%PORTDOCS%%%%DOCSDIR%%/STKMoog.html
+%%PORTDOCS%%%%DOCSDIR%%/STKPercFlut.html
+%%PORTDOCS%%%%DOCSDIR%%/STKPlucked.html
+%%PORTDOCS%%%%DOCSDIR%%/STKResonate.html
+%%PORTDOCS%%%%DOCSDIR%%/STKRhodey.html
+%%PORTDOCS%%%%DOCSDIR%%/STKSaxofony.html
+%%PORTDOCS%%%%DOCSDIR%%/STKShakers.html
+%%PORTDOCS%%%%DOCSDIR%%/STKSimple.html
+%%PORTDOCS%%%%DOCSDIR%%/STKSitar.html
+%%PORTDOCS%%%%DOCSDIR%%/STKStifKarp.html
+%%PORTDOCS%%%%DOCSDIR%%/STKTubeBell.html
+%%PORTDOCS%%%%DOCSDIR%%/STKVoicForm.html
+%%PORTDOCS%%%%DOCSDIR%%/STKWhistle.html
+%%PORTDOCS%%%%DOCSDIR%%/STKWurley.html
%%PORTDOCS%%%%DOCSDIR%%/ScoreEval.html
%%PORTDOCS%%%%DOCSDIR%%/ScoreGenRef.html
%%PORTDOCS%%%%DOCSDIR%%/ScoreMacros.html
@@ -362,6 +416,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/SigmodTop.html
%%PORTDOCS%%%%DOCSDIR%%/SigmodWavguide.html
%%PORTDOCS%%%%DOCSDIR%%/SigmodWavshape.html
+%%PORTDOCS%%%%DOCSDIR%%/SignalFlowGraphOpcodes.html
%%PORTDOCS%%%%DOCSDIR%%/SoftwareBus.html
%%PORTDOCS%%%%DOCSDIR%%/SpectralATS.html
%%PORTDOCS%%%%DOCSDIR%%/SpectralLpcresyn.html
@@ -373,6 +428,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/TableSelect.html
%%PORTDOCS%%%%DOCSDIR%%/TableTop.html
%%PORTDOCS%%%%DOCSDIR%%/Using.html
+%%PORTDOCS%%%%DOCSDIR%%/UsingDesign.html
%%PORTDOCS%%%%DOCSDIR%%/UsingOptimizing.html
%%PORTDOCS%%%%DOCSDIR%%/UsingRealTime.html
%%PORTDOCS%%%%DOCSDIR%%/UtilityAtsa.html
@@ -400,9 +456,11 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/agogobel.html
%%PORTDOCS%%%%DOCSDIR%%/alinrand.html
%%PORTDOCS%%%%DOCSDIR%%/alpass.html
+%%PORTDOCS%%%%DOCSDIR%%/alwayson.html
%%PORTDOCS%%%%DOCSDIR%%/ampdb.html
%%PORTDOCS%%%%DOCSDIR%%/ampdbfs.html
%%PORTDOCS%%%%DOCSDIR%%/ampmidi.html
+%%PORTDOCS%%%%DOCSDIR%%/ampmidid.html
%%PORTDOCS%%%%DOCSDIR%%/apcauchy.html
%%PORTDOCS%%%%DOCSDIR%%/apoisson.html
%%PORTDOCS%%%%DOCSDIR%%/apow.html
@@ -460,6 +518,8 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/chnget.html
%%PORTDOCS%%%%DOCSDIR%%/chnmix.html
%%PORTDOCS%%%%DOCSDIR%%/chnparams.html
+%%PORTDOCS%%%%DOCSDIR%%/chnrecv.html
+%%PORTDOCS%%%%DOCSDIR%%/chnsend.html
%%PORTDOCS%%%%DOCSDIR%%/chnset.html
%%PORTDOCS%%%%DOCSDIR%%/chuap.html
%%PORTDOCS%%%%DOCSDIR%%/cigoto.html
@@ -473,6 +533,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/cngoto.html
%%PORTDOCS%%%%DOCSDIR%%/comb.html
%%PORTDOCS%%%%DOCSDIR%%/compress.html
+%%PORTDOCS%%%%DOCSDIR%%/connect.html
%%PORTDOCS%%%%DOCSDIR%%/contents.html
%%PORTDOCS%%%%DOCSDIR%%/control.html
%%PORTDOCS%%%%DOCSDIR%%/convle.html
@@ -494,6 +555,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/cpuprc.html
%%PORTDOCS%%%%DOCSDIR%%/credits.html
%%PORTDOCS%%%%DOCSDIR%%/cross2.html
+%%PORTDOCS%%%%DOCSDIR%%/crossfm.html
%%PORTDOCS%%%%DOCSDIR%%/crunch.html
%%PORTDOCS%%%%DOCSDIR%%/cs.html
%%PORTDOCS%%%%DOCSDIR%%/csb64enc.html
@@ -541,6 +603,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/divz.html
%%PORTDOCS%%%%DOCSDIR%%/dnoise.html
%%PORTDOCS%%%%DOCSDIR%%/dollar.html
+%%PORTDOCS%%%%DOCSDIR%%/doppler.html
%%PORTDOCS%%%%DOCSDIR%%/downsamp.html
%%PORTDOCS%%%%DOCSDIR%%/dripwater.html
%%PORTDOCS%%%%DOCSDIR%%/dssiactivate.html
@@ -568,14 +631,22 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/equals.html
%%PORTDOCS%%%%DOCSDIR%%/event.html
%%PORTDOCS%%%%DOCSDIR%%/event_i.html
-%%PORTDOCS%%%%DOCSDIR%%/examples/.#ihold.csd.1.2
-%%PORTDOCS%%%%DOCSDIR%%/examples/.#system.csd.1.1
%%PORTDOCS%%%%DOCSDIR%%/examples/01hpschd.sf2
%%PORTDOCS%%%%DOCSDIR%%/examples/07AcousticGuitar.sf2
%%PORTDOCS%%%%DOCSDIR%%/examples/0dbfs-1.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/0dbfs.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/19Trumpet.sf2
%%PORTDOCS%%%%DOCSDIR%%/examples/22Bassoon.sf2
+%%PORTDOCS%%%%DOCSDIR%%/examples/ATSadd.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ATSaddnz.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ATSbufread.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ATScross.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ATSinfo.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ATSinterpread.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ATSpartialtap.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ATSread.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ATSreadnz.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ATSsinnoi.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLbox.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLbutBank.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLbutton.csd
@@ -586,7 +657,6 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/FLkeyIn.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLknob-2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLknob.csd
-%%PORTDOCS%%%%DOCSDIR%%/examples/FLmeter.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLmouse.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLpanel-sensekey.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLpanel-sensekey2.csd
@@ -598,7 +668,6 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/FLsetText.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLsetVal.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLsetcolor.csd
-%%PORTDOCS%%%%DOCSDIR%%/examples/FLslidBnk-2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLslidBnk.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLslidBnk2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLslidBnk2Setk.csd
@@ -607,22 +676,40 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/FLtabs.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLtext.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLvalue.csd
-%%PORTDOCS%%%%DOCSDIR%%/examples/FLvslidBnk-2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLvslidBnk.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLxyin-2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/FLxyin.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/HRTFcompact
-%%PORTDOCS%%%%DOCSDIR%%/examples/MIDI2cs.sco
%%PORTDOCS%%%%DOCSDIR%%/examples/OSCmidircv.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/OSCmidisend.csd
-%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.1.snap
-%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.2.snap
-%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.3.snap
-%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.4.snap
-%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.5.snap
-%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.6.snap
-%%PORTDOCS%%%%DOCSDIR%%/examples/PVCsynth.7.snap
%%PORTDOCS%%%%DOCSDIR%%/examples/PartikkelExample1.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKBandedWG.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKBeeThree.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKBlowBotl.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKBlowHole.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKBowed.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKBrass.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKClarinet.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKDrummer.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKFMVoices.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKFlute.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKHevyMetl.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKMandolin.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKModalBar.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKMoog.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKPercFlut.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKPlucked.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKResonate.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKRhodey.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKSaxofony.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKShakers.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKSimple.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKSitar.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKStifKarp.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKTubeBell.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKVoicForm.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKWhistle.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/STKWurley.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/abs.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/active.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/active_k.csd
@@ -631,30 +718,40 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/adsr.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/adsyn.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/adsynt.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/adsynt2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/aftouch.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/ahh.aiff
%%PORTDOCS%%%%DOCSDIR%%/examples/alpass.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/alwayson.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/ampdb.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/ampdbfs.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/ampmidi.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ampmidid.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/areson.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/aresonk.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/assign.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/atone.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/atonek.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/atonex.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/babo.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/babo_expert.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/balance.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/bamboo.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/barmodel.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/bbcutm.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/bbcuts.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/beats.mp3
%%PORTDOCS%%%%DOCSDIR%%/examples/beats.wav
%%PORTDOCS%%%%DOCSDIR%%/examples/betarand.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/bexprnd.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/bformenc.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/bformenc1.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/binit.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/biquad-2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/biquad.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/birnd.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/bitshift.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/bitwise.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/bqrez.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/butterbp.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/butterbr.csd
@@ -663,19 +760,28 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/buzz.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cabasa.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cauchy.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ceil.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cent.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cggoto.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/chanctrl.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/changed.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/chebyshevpoly.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/checkbox.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/chuap.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cigoto.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/ckgoto.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/clarinet.sdif
+%%PORTDOCS%%%%DOCSDIR%%/examples/clear.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/clfilt_highpass.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/clfilt_lowpass.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/clip.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/clockoff.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/clockon.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cngoto.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/comb.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/compress.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/connect.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/convolve.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cos.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cosh.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cosinv.csd
@@ -685,6 +791,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsmidi.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsmidib.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsmidinn.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/cpsmidinn2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsoct.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cpspch.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cpstmid.csd
@@ -695,36 +802,65 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/cpsxpch_pierce.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cpuprc.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/cross2.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/crossfm.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/crunch.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ctrl7.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/dam.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/dam_expanded.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/date.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/dates.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/db.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/dbamp.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/dbfsamp.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/dcblock.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/dcblock2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/dconv.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/define.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/define_args.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/delay.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/delay1.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/delayk.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/delayr.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/delayw.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/deltap.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/deltap3.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/deltapi.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/deltapn.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/deltapx.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/deltapxw.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/denorm.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/diff.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/diskgrain.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/diskin.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/diskin2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/dispfft.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/display.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/distort.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/distort1.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/divides.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/divz.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/doppler.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/downsamp.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/dripwater.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/dssi4cs.csd
-%%PORTDOCS%%%%DOCSDIR%%/examples/dssievent.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/dssiactivate.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/dssiaudio.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/dssictls.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/dssiinit.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/dssilist.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/dssiplay_mono.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/dssiplay_stereo.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/dumpk.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/eee.aiff
+%%PORTDOCS%%%%DOCSDIR%%/examples/else.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/elseif.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/endif.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/endin.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/endop.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/envlpx.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/envlpxr.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/eqfil.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/equal.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/equals.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/event.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/event_named.csd
@@ -735,18 +871,32 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/expseg.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/expsega.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/expsegr.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/farey7shuffled.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fdl.txt
%%PORTDOCS%%%%DOCSDIR%%/examples/fibonacci.txt
+%%PORTDOCS%%%%DOCSDIR%%/examples/ficlose.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/filebit.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/filelen.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/filenchnls.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/filepeak.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/filesr.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/filevalid.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/fin.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/fiopen.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/flanger.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/flashtxt.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/flooper.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/flooper2.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/floor.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/fluid-2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fluid-2.orc
+%%PORTDOCS%%%%DOCSDIR%%/examples/fluid.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fluid.orc
-%%PORTDOCS%%%%DOCSDIR%%/examples/fluid.orc~
%%PORTDOCS%%%%DOCSDIR%%/examples/fluidAllOut.orc
+%%PORTDOCS%%%%DOCSDIR%%/examples/fluidLoad.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/fluidNote.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/fluidOut.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/fluidSetInterpMethod.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fluidcomplex.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fmb3.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fmbell.csd
@@ -758,6 +908,8 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/fof.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fof2-2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fof2.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/fofilter.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/fog.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fold.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/follow.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/follow2.csd
@@ -766,6 +918,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/fout.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fout_ftable.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fout_poly.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/fouti.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fox.wav
%%PORTDOCS%%%%DOCSDIR%%/examples/fprintks-2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fprintks.csd
@@ -776,12 +929,14 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/ftconv.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/ftgen-2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/ftgen.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ftgentmp.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/ftlen.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/ftlptim.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/ftmorf.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/ftsave.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/ftsr.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/fwavblnk.aiff
+%%PORTDOCS%%%%DOCSDIR%%/examples/gain.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/gainslider.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/gauss.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/gbuzz.csd
@@ -802,6 +957,11 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/gen14.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/gen16.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/gen19.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gen49.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/genexp.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/genfarey.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gensone.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gentanh.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/gogobel.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/goto.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/grain.csd
@@ -830,15 +990,19 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/imageopcodesdemo2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/impuls20.aiff
%%PORTDOCS%%%%DOCSDIR%%/examples/include.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/initc7.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/inleta.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/insremot.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/insremotM.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/instr.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/int.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/integ.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/interp.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/jacko.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/jacktransport.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/jitter.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/jitter2.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/jspline.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/kgoto.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/kickroll.het
%%PORTDOCS%%%%DOCSDIR%%/examples/kickroll.wav
@@ -846,24 +1010,42 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/lessequal.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/lessthan.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/lfo.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/limit.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/line.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/linen.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/linenr.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/linrand.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/linseg.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/linsegr.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/locsend_quad.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/locsend_stereo.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/locsig_quad.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/locsig_stereo.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/log.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/log10.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/logbtwo.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/logcurve.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/loopseg.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/loopsegp.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/looptseg.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/loopxseg.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/lorenz.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/lorismorph.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/lorisplay.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/lorisread.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/loscil.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/loscil3.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/lowpass2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/lowres.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/lowresx.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/lpf18.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/lpfreson.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/lphasor.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/lposcil.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/lposcil3.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/lposcila.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/lpread.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/lpreson.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/lpshold.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/madsr.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/makecsd.py
@@ -874,11 +1056,15 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/mary.wav
%%PORTDOCS%%%%DOCSDIR%%/examples/maxalloc.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/mdelay.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/median.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/mediank.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/meow.sdif
%%PORTDOCS%%%%DOCSDIR%%/examples/metro.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/midichannelaftertouch.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/midichn.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/midichn_advanced.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/midichn_advanced.mid
+%%PORTDOCS%%%%DOCSDIR%%/examples/midicontrolchange.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/midiin.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/midinoteoff.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/midinoteoncps.csd
@@ -890,15 +1076,20 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/midipitchbend.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/midremot.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/mode.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/modmatrix.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/modulus.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/moog.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/moogladder.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/moogvcf.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/moogvcf2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/moscil.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/mp3in.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/mpulse.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/multiplies.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/multitap.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/mute.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/nestedap.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/nlfilt.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/noise-2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/noise.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/noteondur.csd
@@ -926,13 +1117,18 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/osciliktp.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/oscilikts.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/oscils.csd
-%%PORTDOCS%%%%DOCSDIR%%/examples/outkpc fltk.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/outkpc.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/outkpc_fltk.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/outleta.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/p.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/p5g.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pan.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pan2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/pareq.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/partials.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/partikkel.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/partikkel_softsync.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/passign.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/pcauchy.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/pchbend.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/pchmidi.csd
@@ -976,12 +1172,41 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/printks.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/prints.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/ptrack.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvadd.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvbufread.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvcross.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvinterp.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvoc.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvread.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsadsyn.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsanal.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsarp.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsarp2.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsbandp.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsbandr.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsbin.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsblur.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsbuffer.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsbufread.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvscale.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvscent.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvscross.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsdiskin.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsdisp.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsfilter.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsfreeze.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsftr.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsftw.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsfwrite.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvshift.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsifd.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsinfo.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsmaska.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsmorph.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsmorph2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/pvsosc.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/pvspitch.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/pvsynth.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/r.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/raises.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/rand.csd
@@ -993,12 +1218,12 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/rbjeq.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/readclock.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/readk.csd
-%%PORTDOCS%%%%DOCSDIR%%/examples/readk.wav
%%PORTDOCS%%%%DOCSDIR%%/examples/reinit.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/repluck.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/reson.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/resonr.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/resony.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/resyn.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/reverb.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/reverbsc.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/rezzy.csd
@@ -1008,7 +1233,11 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/rnd31_krate.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/rnd31_seed7.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/rnd31_time.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/round.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/rspline.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/rtclock.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/rv_mono.wav
+%%PORTDOCS%%%%DOCSDIR%%/examples/rv_stereo.wav
%%PORTDOCS%%%%DOCSDIR%%/examples/sandpaper.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/scale.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/scans.csd
@@ -1019,23 +1248,40 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/schedwhen.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/schottstaedt.orc
%%PORTDOCS%%%%DOCSDIR%%/examples/scogen.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/seed.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/sekere.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/semitone.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/sensekey.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/seqtime.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/setctrl.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/setscorepos.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/sfilist.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/sfload.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/sflooper.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/sfplay.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/sfplay3.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/sfplay3m.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/sfplaym.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/shaker.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/signalflowgraph.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/sin.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/sinh.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/sininv.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/sleighbells.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/sndloop.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/sndwarp.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/sndwarpst.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/soundin.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/space_quad.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/space_stereo.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/spat3d_UHJ.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/spat3d_quad.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/spat3d_stereo.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/sprintfk.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/spsend_quad.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/spsend_stereo.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/sqrt.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/statvar.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/stix.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/streson.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/string-128.matrix
@@ -1045,11 +1291,14 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/subinstr_named.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/subtracts.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/svfilter.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/syncgrain.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/syncloop.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/syncphasor-CZresonance.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/syncphasor.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/system.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/table.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/table1.inc
+%%PORTDOCS%%%%DOCSDIR%%/examples/tablefilter.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/tableng.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/tablexkt.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/tambourine.csd
@@ -1067,6 +1316,8 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/timeinsts.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/timek.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/times.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/tone.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/tonex.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/toot1.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/toot10.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/toot2.csd
@@ -1077,24 +1328,40 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/toot7.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/toot8.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/toot9.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/tradsyn.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/trandom.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/transeg.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/trcross.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/trhighest.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/trigger.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/trirand.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/trlowest.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/trmix.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/trscale.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/trsplit.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/turnoff.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/twopeaks.aiff
%%PORTDOCS%%%%DOCSDIR%%/examples/unirand.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/urandom.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/urandom_krate.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vadd.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vadd_i.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vaddv.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vaget.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/valpass.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vaset.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap8.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vbap8move.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vcella.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vco.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vco2.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/vco2ft.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/vco2ift.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/vco2init.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vcomb.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vcopy.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/vdelay.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/vdelay3.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vdivv.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/veloc.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vexp.csd
@@ -1104,6 +1371,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/vibes.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vibr.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vibrato.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/vincr.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/virtual.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vlinseg.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vlowres.csd
@@ -1117,9 +1385,10 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/vpow.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vpow_i.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vpowv.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/vpvoc.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vrandh.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vrandi.csd
-%%PORTDOCS%%%%DOCSDIR%%/examples/vstaudio.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/vst4cs.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vsubv.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vtable1k.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/vtablei.csd
@@ -1138,6 +1407,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/examples/wgpluck_brighter.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/wguide1.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/wguide2.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/wii.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/wterrain.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/xtratim-2.csd
%%PORTDOCS%%%%DOCSDIR%%/examples/xtratim.csd
@@ -1167,12 +1437,16 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/expsegr.html
%%PORTDOCS%%%%DOCSDIR%%/extractor.html
%%PORTDOCS%%%%DOCSDIR%%/f.html
+%%PORTDOCS%%%%DOCSDIR%%/fareylen.html
+%%PORTDOCS%%%%DOCSDIR%%/fareyleni.html
%%PORTDOCS%%%%DOCSDIR%%/featuresOfCsoundAC.html
%%PORTDOCS%%%%DOCSDIR%%/ficlose.html
+%%PORTDOCS%%%%DOCSDIR%%/filebit.html
%%PORTDOCS%%%%DOCSDIR%%/filelen.html
%%PORTDOCS%%%%DOCSDIR%%/filenchnls.html
%%PORTDOCS%%%%DOCSDIR%%/filepeak.html
%%PORTDOCS%%%%DOCSDIR%%/filesr.html
+%%PORTDOCS%%%%DOCSDIR%%/filevalid.html
%%PORTDOCS%%%%DOCSDIR%%/filter2.html
%%PORTDOCS%%%%DOCSDIR%%/fin.html
%%PORTDOCS%%%%DOCSDIR%%/fini.html
@@ -1219,8 +1493,10 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/freeverb.html
%%PORTDOCS%%%%DOCSDIR%%/ftchnls.html
%%PORTDOCS%%%%DOCSDIR%%/ftconv.html
+%%PORTDOCS%%%%DOCSDIR%%/ftcps.html
%%PORTDOCS%%%%DOCSDIR%%/ftfree.html
%%PORTDOCS%%%%DOCSDIR%%/ftgen.html
+%%PORTDOCS%%%%DOCSDIR%%/ftgenonce.html
%%PORTDOCS%%%%DOCSDIR%%/ftgentmp.html
%%PORTDOCS%%%%DOCSDIR%%/ftlen.html
%%PORTDOCS%%%%DOCSDIR%%/ftload.html
@@ -1383,6 +1659,9 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/initc14.html
%%PORTDOCS%%%%DOCSDIR%%/initc21.html
%%PORTDOCS%%%%DOCSDIR%%/initc7.html
+%%PORTDOCS%%%%DOCSDIR%%/inleta.html
+%%PORTDOCS%%%%DOCSDIR%%/inletf.html
+%%PORTDOCS%%%%DOCSDIR%%/inletk.html
%%PORTDOCS%%%%DOCSDIR%%/ino.html
%%PORTDOCS%%%%DOCSDIR%%/inq.html
%%PORTDOCS%%%%DOCSDIR%%/inrg.html
@@ -1485,6 +1764,8 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/loop_lt.html
%%PORTDOCS%%%%DOCSDIR%%/loopseg.html
%%PORTDOCS%%%%DOCSDIR%%/loopsegp.html
+%%PORTDOCS%%%%DOCSDIR%%/looptseg.html
+%%PORTDOCS%%%%DOCSDIR%%/loopxseg.html
%%PORTDOCS%%%%DOCSDIR%%/lorenz.html
%%PORTDOCS%%%%DOCSDIR%%/loris.html
%%PORTDOCS%%%%DOCSDIR%%/lorismorph.html
@@ -1528,6 +1809,8 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/maxalloc.html
%%PORTDOCS%%%%DOCSDIR%%/mclock.html
%%PORTDOCS%%%%DOCSDIR%%/mdelay.html
+%%PORTDOCS%%%%DOCSDIR%%/median.html
+%%PORTDOCS%%%%DOCSDIR%%/mediank.html
%%PORTDOCS%%%%DOCSDIR%%/metro.html
%%PORTDOCS%%%%DOCSDIR%%/midglobal.html
%%PORTDOCS%%%%DOCSDIR%%/midic14.html
@@ -1556,9 +1839,11 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/minabs.html
%%PORTDOCS%%%%DOCSDIR%%/minabsaccum.html
%%PORTDOCS%%%%DOCSDIR%%/minaccum.html
+%%PORTDOCS%%%%DOCSDIR%%/mincer.html
%%PORTDOCS%%%%DOCSDIR%%/mirror.html
%%PORTDOCS%%%%DOCSDIR%%/mixer.html
%%PORTDOCS%%%%DOCSDIR%%/mode.html
+%%PORTDOCS%%%%DOCSDIR%%/modmatrix.html
%%PORTDOCS%%%%DOCSDIR%%/modulus.html
%%PORTDOCS%%%%DOCSDIR%%/monitor.html
%%PORTDOCS%%%%DOCSDIR%%/moog.html
@@ -1566,6 +1851,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/moogvcf.html
%%PORTDOCS%%%%DOCSDIR%%/moogvcf2.html
%%PORTDOCS%%%%DOCSDIR%%/moscil.html
+%%PORTDOCS%%%%DOCSDIR%%/mp3in.html
%%PORTDOCS%%%%DOCSDIR%%/mpulse.html
%%PORTDOCS%%%%DOCSDIR%%/mrtmsg.html
%%PORTDOCS%%%%DOCSDIR%%/multiplies.html
@@ -1574,6 +1860,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/mxadsr.html
%%PORTDOCS%%%%DOCSDIR%%/n.html
%%PORTDOCS%%%%DOCSDIR%%/nchnls.html
+%%PORTDOCS%%%%DOCSDIR%%/nchnls_i.html
%%PORTDOCS%%%%DOCSDIR%%/nestedap.html
%%PORTDOCS%%%%DOCSDIR%%/nlfilt.html
%%PORTDOCS%%%%DOCSDIR%%/noise.html
@@ -1635,6 +1922,9 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/outkpat.html
%%PORTDOCS%%%%DOCSDIR%%/outkpb.html
%%PORTDOCS%%%%DOCSDIR%%/outkpc.html
+%%PORTDOCS%%%%DOCSDIR%%/outleta.html
+%%PORTDOCS%%%%DOCSDIR%%/outletf.html
+%%PORTDOCS%%%%DOCSDIR%%/outletk.html
%%PORTDOCS%%%%DOCSDIR%%/outo.html
%%PORTDOCS%%%%DOCSDIR%%/outq.html
%%PORTDOCS%%%%DOCSDIR%%/outq1.html
@@ -1649,12 +1939,15 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/outx.html
%%PORTDOCS%%%%DOCSDIR%%/outz.html
%%PORTDOCS%%%%DOCSDIR%%/p.html
+%%PORTDOCS%%%%DOCSDIR%%/p5gconnect.html
+%%PORTDOCS%%%%DOCSDIR%%/p5gdata.html
%%PORTDOCS%%%%DOCSDIR%%/pan.html
%%PORTDOCS%%%%DOCSDIR%%/pan2.html
%%PORTDOCS%%%%DOCSDIR%%/pareq.html
%%PORTDOCS%%%%DOCSDIR%%/partials.html
%%PORTDOCS%%%%DOCSDIR%%/partikkel.html
%%PORTDOCS%%%%DOCSDIR%%/partikkelsync.html
+%%PORTDOCS%%%%DOCSDIR%%/passign.html
%%PORTDOCS%%%%DOCSDIR%%/pcauchy.html
%%PORTDOCS%%%%DOCSDIR%%/pchbend.html
%%PORTDOCS%%%%DOCSDIR%%/pchmidi.html
@@ -1742,6 +2035,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/pvsin.html
%%PORTDOCS%%%%DOCSDIR%%/pvsinfo.html
%%PORTDOCS%%%%DOCSDIR%%/pvsinit.html
+%%PORTDOCS%%%%DOCSDIR%%/pvslock.html
%%PORTDOCS%%%%DOCSDIR%%/pvsmaska.html
%%PORTDOCS%%%%DOCSDIR%%/pvsmix.html
%%PORTDOCS%%%%DOCSDIR%%/pvsmooth.html
@@ -1749,8 +2043,10 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/pvsosc.html
%%PORTDOCS%%%%DOCSDIR%%/pvsout.html
%%PORTDOCS%%%%DOCSDIR%%/pvspitch.html
+%%PORTDOCS%%%%DOCSDIR%%/pvstanal.html
%%PORTDOCS%%%%DOCSDIR%%/pvstencil.html
%%PORTDOCS%%%%DOCSDIR%%/pvsvoc.html
+%%PORTDOCS%%%%DOCSDIR%%/pvswarp.html
%%PORTDOCS%%%%DOCSDIR%%/pvsynth.html
%%PORTDOCS%%%%DOCSDIR%%/py.html
%%PORTDOCS%%%%DOCSDIR%%/pyassign.html
@@ -1942,6 +2238,8 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/table.html
%%PORTDOCS%%%%DOCSDIR%%/table3.html
%%PORTDOCS%%%%DOCSDIR%%/tablecopy.html
+%%PORTDOCS%%%%DOCSDIR%%/tablefilter.html
+%%PORTDOCS%%%%DOCSDIR%%/tablefilteri.html
%%PORTDOCS%%%%DOCSDIR%%/tablegpw.html
%%PORTDOCS%%%%DOCSDIR%%/tablei.html
%%PORTDOCS%%%%DOCSDIR%%/tableicopy.html
@@ -1954,6 +2252,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/tableng.html
%%PORTDOCS%%%%DOCSDIR%%/tablera.html
%%PORTDOCS%%%%DOCSDIR%%/tableseg.html
+%%PORTDOCS%%%%DOCSDIR%%/tableshuffle.html
%%PORTDOCS%%%%DOCSDIR%%/tablew.html
%%PORTDOCS%%%%DOCSDIR%%/tablewa.html
%%PORTDOCS%%%%DOCSDIR%%/tablewkt.html
@@ -1965,6 +2264,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/tabmorphi.html
%%PORTDOCS%%%%DOCSDIR%%/tabplay.html
%%PORTDOCS%%%%DOCSDIR%%/tabrec.html
+%%PORTDOCS%%%%DOCSDIR%%/tabsum.html
%%PORTDOCS%%%%DOCSDIR%%/tambourine.html
%%PORTDOCS%%%%DOCSDIR%%/tan.html
%%PORTDOCS%%%%DOCSDIR%%/tanh.html
@@ -1978,6 +2278,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/tclwrapper.html
%%PORTDOCS%%%%DOCSDIR%%/tempest.html
%%PORTDOCS%%%%DOCSDIR%%/tempo.html
+%%PORTDOCS%%%%DOCSDIR%%/temposcal.html
%%PORTDOCS%%%%DOCSDIR%%/tempoval.html
%%PORTDOCS%%%%DOCSDIR%%/tigoto.html
%%PORTDOCS%%%%DOCSDIR%%/timedseq.html
@@ -1995,6 +2296,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/tradsyn.html
%%PORTDOCS%%%%DOCSDIR%%/trandom.html
%%PORTDOCS%%%%DOCSDIR%%/transeg.html
+%%PORTDOCS%%%%DOCSDIR%%/transegr.html
%%PORTDOCS%%%%DOCSDIR%%/trcross.html
%%PORTDOCS%%%%DOCSDIR%%/trfilter.html
%%PORTDOCS%%%%DOCSDIR%%/trhighest.html
@@ -2012,6 +2314,7 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/undef.html
%%PORTDOCS%%%%DOCSDIR%%/unirand.html
%%PORTDOCS%%%%DOCSDIR%%/upsamp.html
+%%PORTDOCS%%%%DOCSDIR%%/urandom.html
%%PORTDOCS%%%%DOCSDIR%%/urd.html
%%PORTDOCS%%%%DOCSDIR%%/v.html
%%PORTDOCS%%%%DOCSDIR%%/vadd.html
@@ -2124,6 +2427,10 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/wgpluck2.html
%%PORTDOCS%%%%DOCSDIR%%/wguide1.html
%%PORTDOCS%%%%DOCSDIR%%/wguide2.html
+%%PORTDOCS%%%%DOCSDIR%%/wiiconnect.html
+%%PORTDOCS%%%%DOCSDIR%%/wiidata.html
+%%PORTDOCS%%%%DOCSDIR%%/wiirange.html
+%%PORTDOCS%%%%DOCSDIR%%/wiisend.html
%%PORTDOCS%%%%DOCSDIR%%/wrap.html
%%PORTDOCS%%%%DOCSDIR%%/wterrain.html
%%PORTDOCS%%%%DOCSDIR%%/x.html
@@ -2152,10 +2459,10 @@ lib/libcsound64.so.5
%%PORTDOCS%%%%DOCSDIR%%/zkr.html
%%PORTDOCS%%%%DOCSDIR%%/zkw.html
%%PORTDOCS%%%%DOCSDIR%%/zkwm.html
-@dirrm include/csound
-@dirrm lib/csound/plugins64
-@dirrm lib/csound
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images/callouts
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm lib/csound/plugins64
+@dirrm lib/csound
+@dirrm include/csound