FreeBSD Bugzilla – Attachment 121907 Details for
Bug 164984
Update port: audio/csound to 5.16.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
audio_csound.diff
audio_csound.diff (text/x-diff), 109.85 KB, created by
tkato432
on 2012-02-18 20:57:03 UTC
(
hide
)
Description:
audio_csound.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-02-18 20:57:03 UTC
Size:
109.85 KB
patch
obsolete
>diff -urN /usr/ports/audio/csound/Makefile audio/csound/Makefile >--- /usr/ports/audio/csound/Makefile 2012-01-29 04:45:23.000000000 +0900 >+++ audio/csound/Makefile 2012-02-19 04:53:16.000000000 +0900 >@@ -6,12 +6,13 @@ > # > > PORTNAME= csound >-PORTVERSION= 5.15.0 >+PORTVERSION= 5.16.6 > CATEGORIES= audio lang > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R} \ > SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R}/manual:manual > DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSION} > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} > DIST_SUBDIR= csound > > MAINTAINER= ports@FreeBSD.org >@@ -135,7 +136,7 @@ > .endif > > .if !defined(NOPORTDOCS) >-BUILD_DEPENDS+= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip >+EXTRACT_DEPENDS+=${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip > DISTFILES+= Csound${PORTVERSION:R}_manual_html.zip:manual > .endif > >@@ -145,6 +146,12 @@ > CMAKE_ARGS+= Word64=1 > .endif > >+post-extract: >+.if !defined(NOPORTDOCS) >+ @(cd ${DISTDIR}/${DIST_SUBDIR} && ${UNZIP_CMD} -qo \ >+ Csound${PORTVERSION:R}_manual_html.zip -d ${WRKDIR}) >+.endif >+ > post-patch: > @${SED} -e "s|%%LOCALBASE%%|${LOCALBASE}|g; \ > s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|; \ >@@ -188,12 +195,11 @@ > ${WRKSRC}/frontends/CsoundAC/Counterpoint.hpp > > post-install: >- @${LN} -s libcsound64.so.5 ${PREFIX}/lib/libcsound64.so >+ @${LN} -sf libcsound64.so.5 ${PREFIX}/lib/libcsound64.so > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} > @${ECHO_MSG} " Installing the manual." >- @(cd ${WRKDIR}/Csound${PORTVERSION:R}_manual_html \ >- && ${COPYTREE_SHARE} . ${DOCSDIR}) >+ @(cd ${WRKDIR}/html && ${COPYTREE_SHARE} . ${DOCSDIR}) > @${ECHO_MSG} " Done." > .endif > @${CAT} ${PKGMESSAGE} >diff -urN /usr/ports/audio/csound/distinfo audio/csound/distinfo >--- /usr/ports/audio/csound/distinfo 2012-01-29 04:45:23.000000000 +0900 >+++ audio/csound/distinfo 2012-02-19 04:53:23.000000000 +0900 >@@ -1,4 +1,4 @@ >-SHA256 (csound/Csound5.15.0.tar.gz) = 86d3c2a880f1ab9b923912da60f71265253b68b4c8626ba62555a627908aafeb >-SIZE (csound/Csound5.15.0.tar.gz) = 8721762 >-SHA256 (csound/Csound5.15_manual_html.zip) = 5c4248941bce1e9876e798d6ca51e52d0de7da1fb0cdba7cf05e16959463a0fe >-SIZE (csound/Csound5.15_manual_html.zip) = 9164637 >+SHA256 (csound/Csound5.16.6.tar.gz) = 0ba912850152aeddb7eb757a33c185e3d50b4807548db6d7ba6cf85de15e7ffb >+SIZE (csound/Csound5.16.6.tar.gz) = 8735038 >+SHA256 (csound/Csound5.16_manual_html.zip) = 572b1b3825fd5203d00e3db6db7a190a17212b28de425cc0373e705d44aa2c8b >+SIZE (csound/Csound5.16_manual_html.zip) = 9451986 >diff -urN /usr/ports/audio/csound/files/patch-Engine-csound_orc.l audio/csound/files/patch-Engine-csound_orc.l >--- /usr/ports/audio/csound/files/patch-Engine-csound_orc.l 2012-01-29 04:45:24.000000000 +0900 >+++ audio/csound/files/patch-Engine-csound_orc.l 1970-01-01 09:00:00.000000000 +0900 >@@ -1,56 +0,0 @@ >---- Engine/csound_orc.l.orig 2011-12-22 19:41:53.000000000 +0900 >-+++ Engine/csound_orc.l 2011-12-27 21:28:55.000000000 +0900 >-@@ -288,7 +288,7 @@ >- /* printf("Push %p macro stack; new body #%s#\n", >- PARM->macros, mm->body); */ >- /* printf("Push buffer %p -> ", YY_CURRENT_BUFFER); */ >-- yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner); >-+ //yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner); >- yy_scan_string(mm->body, yyscanner); >- /* printf("%p\n", YY_CURRENT_BUFFER); */ >- } >-@@ -313,7 +313,7 @@ >- PARM->alt_stack[PARM->macro_stack_ptr].n = 0; >- PARM->alt_stack[PARM->macro_stack_ptr++].s = NULL; >- /* printf("Push buffer %p -> ", YY_CURRENBUFFER_TOKEN); */ >-- yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner); >-+ //yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner); >- yy_scan_string(mm->body, yyscanner); >- /* printf("%p\n", YY_CURRENT_BUFFER); */ >- } >-@@ -367,7 +367,7 @@ >- PARM->alt_stack[PARM->macro_stack_ptr].n = mm->acnt; >- PARM->alt_stack[PARM->macro_stack_ptr++].s = PARM->macros; >- /* printf("Push %p macro stack\n",PARM->macros); */ >-- yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner); >-+ //yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner); >- yy_scan_string(mm->body, yyscanner); >- } >- {MACRONAMEDA} { >-@@ -419,7 +419,7 @@ >- /* printf("New body: ...#%s#\n", mm->body); */ >- PARM->alt_stack[PARM->macro_stack_ptr].n = mm->acnt; >- PARM->alt_stack[PARM->macro_stack_ptr++].s = PARM->macros; >-- yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner); >-+ //yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner); >- yy_scan_string(mm->body, yyscanner); >- } >- {INTGR} { >-@@ -448,7 +448,7 @@ >- MACRO *x, *y; >- int n; >- printf("Leaving buffer %p\n", YY_CURRENT_BUFFER); >-- yypop_buffer_state(yyscanner); >-+ //yypop_buffer_state(yyscanner); >- if ( !YY_CURRENT_BUFFER ) yyterminate(); >- printf("End of input; popping to %p\n", YY_CURRENT_BUFFER); >- if (PARM->clearBufferAfterEOF) >-@@ -581,7 +581,7 @@ >- PARM->alt_stack[PARM->macro_stack_ptr].n = 0; >- PARM->alt_stack[PARM->macro_stack_ptr++].s = NULL; >- PARM->isInclude = PARM->clearBufferAfterEOF = 1; >-- yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner); >-+ //yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner); >- yy_scan_string(cf->body, yyscanner); >- } >- >diff -urN /usr/ports/audio/csound/files/patch-Opcodes__tl__fractalnoise.cpp audio/csound/files/patch-Opcodes__tl__fractalnoise.cpp >--- /usr/ports/audio/csound/files/patch-Opcodes__tl__fractalnoise.cpp 1970-01-01 09:00:00.000000000 +0900 >+++ audio/csound/files/patch-Opcodes__tl__fractalnoise.cpp 2012-02-08 00:38:08.000000000 +0900 >@@ -0,0 +1,18 @@ >+--- Opcodes/tl/fractalnoise.cpp.orig 2012-02-06 20:21:34.000000000 +0900 >++++ Opcodes/tl/fractalnoise.cpp 2012-02-08 00:36:44.000000000 +0900 >+@@ -34,6 +34,7 @@ >+ return int(((unsigned int)x) >> n); >+ } >+ >++#if 0 >+ /* VECTOR INTRINSICS */ >+ >+ inline void *aligned_calloc(size_t nmemb, size_t size) >+@@ -41,6 +42,7 @@ >+ return (void*)((unsigned long)(calloc((nmemb*size)+15, >+ (sizeof(char)))+15) & 0xfffffff0); >+ } >++#endif >+ >+ /* ABSTRACT USER INTERFACE */ >+ >diff -urN /usr/ports/audio/csound/pkg-plist audio/csound/pkg-plist >--- /usr/ports/audio/csound/pkg-plist 2012-01-29 04:45:31.000000000 +0900 >+++ audio/csound/pkg-plist 2012-02-19 04:58:57.000000000 +0900 >@@ -48,18 +48,19 @@ > include/csound/text.h > include/csound/version.h > lib/csound/plugins64/libampmidid.so >+lib/csound/plugins64/libcellular.so > lib/csound/plugins64/libcontrol.so > lib/csound/plugins64/libcs_date.so > lib/csound/plugins64/libdoppler.so > %%DSSI%%lib/csound/plugins64/libdssi4cs.so > lib/csound/plugins64/libfareygen.so > %%FLUIDSYNTH%%lib/csound/plugins64/libfluidOpcodes.so >+lib/csound/plugins64/libfractalnoise.so > lib/csound/plugins64/libimage.so >-lib/csound/plugins64/libmixer.so > %%JACK%%lib/csound/plugins64/libjackTransport.so > %%JACK%%lib/csound/plugins64/libjacko.so > lib/csound/plugins64/liblinear_algebra.so >-lib/csound/plugins64/libmutexops.so >+lib/csound/plugins64/libmixer.so > %%OSC%%lib/csound/plugins64/libosc.so > %%ALSA%%lib/csound/plugins64/librtalsa.so > %%JACK%%lib/csound/plugins64/librtjack.so >@@ -515,6 +516,8 @@ > %%PORTDOCS%%%%DOCSDIR%%/control.html > %%PORTDOCS%%%%DOCSDIR%%/convle.html > %%PORTDOCS%%%%DOCSDIR%%/convolve.html >+%%PORTDOCS%%%%DOCSDIR%%/copy2ftab.html >+%%PORTDOCS%%%%DOCSDIR%%/copy2ttab.html > %%PORTDOCS%%%%DOCSDIR%%/copying.txt > %%PORTDOCS%%%%DOCSDIR%%/cos.html > %%PORTDOCS%%%%DOCSDIR%%/cosh.html >@@ -594,6 +597,8 @@ > %%PORTDOCS%%%%DOCSDIR%%/dumpk3.html > %%PORTDOCS%%%%DOCSDIR%%/dumpk4.html > %%PORTDOCS%%%%DOCSDIR%%/duserrnd.html >+%%PORTDOCS%%%%DOCSDIR%%/dust.html >+%%PORTDOCS%%%%DOCSDIR%%/dust2.html > %%PORTDOCS%%%%DOCSDIR%%/e.html > %%PORTDOCS%%%%DOCSDIR%%/else.html > %%PORTDOCS%%%%DOCSDIR%%/elseif.html >@@ -853,6 +858,8 @@ > %%PORTDOCS%%%%DOCSDIR%%/examples/dumpk3.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/dumpk4.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/duserrnd.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/dust.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/dust2.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/eee.aiff > %%PORTDOCS%%%%DOCSDIR%%/examples/else.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/elseif.csd >@@ -939,6 +946,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/examples/fprintks.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/fprints.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/frac.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/fractalnoise.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/freeverb.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/ftchnls.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/ftconv.csd >@@ -957,6 +965,8 @@ > %%PORTDOCS%%%%DOCSDIR%%/examples/gainslider.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gauss.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gaussi.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gausstrig-2.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gausstrig.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gbuzz.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gen01.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gen01computed.csd >@@ -973,12 +983,27 @@ > %%PORTDOCS%%%%DOCSDIR%%/examples/gen12.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gen13.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gen14.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gen15.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gen16.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gen17.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gen19.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gen20.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gen21.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gen24.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gen25.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gen27.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gen28.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gen40.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gen41.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gen42.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gen49.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gen51.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gen52.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gendy-2.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gendy.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gendyc.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gendyx-2.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/gendyx.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/genexp.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/genfarey.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/gensone.csd >@@ -1078,6 +1103,8 @@ > %%PORTDOCS%%%%DOCSDIR%%/examples/lposcil.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/lposcil3.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/lposcila.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/lposcilsa.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/lposcilsa2.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/lpread.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/lpreson-2.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/lpreson.csd >@@ -1272,6 +1299,8 @@ > %%PORTDOCS%%%%DOCSDIR%%/examples/product.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/pset-midi.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/pset.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/ptable.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/ptablei.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/ptrack.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/push.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/pvadd.csd >@@ -1341,6 +1370,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/examples/resonk.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/resonr.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/resonx.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/resonxk.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/resony.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/resonz.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/resyn.csd >@@ -1474,6 +1504,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/examples/timeinsts.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/timek.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/times.csd >+%%PORTDOCS%%%%DOCSDIR%%/examples/times_complex.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/timout.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/tival.csd > %%PORTDOCS%%%%DOCSDIR%%/examples/tlineto.csd >@@ -1679,6 +1710,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/fprintks.html > %%PORTDOCS%%%%DOCSDIR%%/fprints.html > %%PORTDOCS%%%%DOCSDIR%%/frac.html >+%%PORTDOCS%%%%DOCSDIR%%/fractalnoise.html > %%PORTDOCS%%%%DOCSDIR%%/freeverb.html > %%PORTDOCS%%%%DOCSDIR%%/ftchnls.html > %%PORTDOCS%%%%DOCSDIR%%/ftconv.html >@@ -1699,7 +1731,11 @@ > %%PORTDOCS%%%%DOCSDIR%%/gainslider.html > %%PORTDOCS%%%%DOCSDIR%%/gauss.html > %%PORTDOCS%%%%DOCSDIR%%/gaussi.html >+%%PORTDOCS%%%%DOCSDIR%%/gausstrig.html > %%PORTDOCS%%%%DOCSDIR%%/gbuzz.html >+%%PORTDOCS%%%%DOCSDIR%%/gendy.html >+%%PORTDOCS%%%%DOCSDIR%%/gendyc.html >+%%PORTDOCS%%%%DOCSDIR%%/gendyx.html > %%PORTDOCS%%%%DOCSDIR%%/getcfg.html > %%PORTDOCS%%%%DOCSDIR%%/gogobel.html > %%PORTDOCS%%%%DOCSDIR%%/goto.html >@@ -1787,21 +1823,69 @@ > %%PORTDOCS%%%%DOCSDIR%%/images/fltabs_sliders-tab.png > %%PORTDOCS%%%%DOCSDIR%%/images/fltext.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen01.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen01_1.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen01_2.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen01_3.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen02.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen02_1.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen02_2.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen02_3.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen03.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen05.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen05_1.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen05_2.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen06.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen06_1.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen06_2.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen07.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen07_1.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen07_2.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen07_3.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen08.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen08_1.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen08_2.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen09.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen09square.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen10.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen10_1.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen10_2.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen10_3.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen10_4.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen11.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen11_1.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen11_2.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen11_3.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen12.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen13.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen14.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen15-1.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen15-2.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen15-3.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen15-4.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen15-5.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen16_types.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen17.png > %%PORTDOCS%%%%DOCSDIR%%/images/gen19.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen20_1.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen20_2.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen21_1.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen21_2.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen21_3.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen21_4.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen21_5.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen25.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen27.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen40.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen41.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen42.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen49.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen51_1.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen51_2.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen51_3.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gen52.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gendy.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gendyx.png >+%%PORTDOCS%%%%DOCSDIR%%/images/gensone.png > %%PORTDOCS%%%%DOCSDIR%%/images/grain2_rand-448x289.png > %%PORTDOCS%%%%DOCSDIR%%/images/grain3_2.png > %%PORTDOCS%%%%DOCSDIR%%/images/image1.png >@@ -2200,6 +2284,10 @@ > %%PORTDOCS%%%%DOCSDIR%%/product.html > %%PORTDOCS%%%%DOCSDIR%%/pset.html > %%PORTDOCS%%%%DOCSDIR%%/pt04.html >+%%PORTDOCS%%%%DOCSDIR%%/ptable.html >+%%PORTDOCS%%%%DOCSDIR%%/ptable3.html >+%%PORTDOCS%%%%DOCSDIR%%/ptablei.html >+%%PORTDOCS%%%%DOCSDIR%%/ptablew.html > %%PORTDOCS%%%%DOCSDIR%%/ptrack.html > %%PORTDOCS%%%%DOCSDIR%%/push.html > %%PORTDOCS%%%%DOCSDIR%%/push_f.html >diff -urN /usr/ports/audio/csound/plist audio/csound/plist >--- /usr/ports/audio/csound/plist 1970-01-01 09:00:00.000000000 +0900 >+++ audio/csound/plist 2012-02-19 04:58:19.000000000 +0900 >@@ -0,0 +1,2774 @@ >+bin/atsa >+bin/cs >+bin/csb64enc >+bin/csmixer >+bin/csound >+bin/csound5gui >+bin/cvanal >+bin/dnoise >+bin/envext >+bin/extract >+bin/extractor >+bin/het_export >+bin/het_import >+bin/hetro >+bin/lpanal >+bin/lpc_export >+bin/lpc_import >+bin/makecsd >+bin/pv_export >+bin/pv_import >+bin/pvanal >+bin/pvlook >+bin/scale >+bin/scot >+bin/scsort >+bin/sdif2ad >+bin/sndinfo >+bin/srconv >+bin/winsound >+include/csound/CppSound.hpp >+include/csound/CsoundFile.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 >+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 >+include/csound/soundio.h >+include/csound/sysdep.h >+include/csound/text.h >+include/csound/version.h >+lib/csound/plugins64/libampmidid.so >+lib/csound/plugins64/libcellular.so >+lib/csound/plugins64/libcontrol.so >+lib/csound/plugins64/libcs_date.so >+lib/csound/plugins64/libdoppler.so >+lib/csound/plugins64/libdssi4cs.so >+lib/csound/plugins64/libfareygen.so >+lib/csound/plugins64/libfluidOpcodes.so >+lib/csound/plugins64/libfractalnoise.so >+lib/csound/plugins64/libimage.so >+lib/csound/plugins64/libjackTransport.so >+lib/csound/plugins64/libjacko.so >+lib/csound/plugins64/liblinear_algebra.so >+lib/csound/plugins64/libmixer.so >+lib/csound/plugins64/libosc.so >+lib/csound/plugins64/librtalsa.so >+lib/csound/plugins64/librtjack.so >+lib/csound/plugins64/librtpa.so >+lib/csound/plugins64/librtpulse.so >+lib/csound/plugins64/libscansyn.so >+lib/csound/plugins64/libserial.so >+lib/csound/plugins64/libsignalflowgraph.so >+lib/csound/plugins64/libstdutil.so >+lib/csound/plugins64/libsystem_call.so >+lib/csound/plugins64/libudprecv.so >+lib/csound/plugins64/libudpsend.so >+lib/csound/plugins64/liburandom.so >+lib/csound/plugins64/libvirtual.so >+lib/csound/plugins64/libwidgets.so >+lib/libcsladspa.so >+lib/libcsnd.so.5 >+lib/libcsound64.so >+lib/libcsound64.so.5 >+share/doc/csound/ATSadd.html >+share/doc/csound/ATSaddnz.html >+share/doc/csound/ATSbufread.html >+share/doc/csound/ATScross.html >+share/doc/csound/ATSinfo.html >+share/doc/csound/ATSinterpread.html >+share/doc/csound/ATSpartialtap.html >+share/doc/csound/ATSread.html >+share/doc/csound/ATSreadnz.html >+share/doc/csound/ATSsinnoi.html >+share/doc/csound/BeatsTop.html >+share/doc/csound/BuildingCsound.html >+share/doc/csound/CommandCsoundVST.html >+share/doc/csound/CommandDesc.html >+share/doc/csound/CommandEnvironment.html >+share/doc/csound/CommandFlags.html >+share/doc/csound/CommandFlagsCategory.html >+share/doc/csound/CommandPreindie.html >+share/doc/csound/CommandPreproc.html >+share/doc/csound/CommandTop.html >+share/doc/csound/CommandUnifile.html >+share/doc/csound/CommandUnifileExample.html >+share/doc/csound/CommandUnifileParFile.html >+share/doc/csound/Configuring.html >+share/doc/csound/ControlConditional.html >+share/doc/csound/ControlDurctl.html >+share/doc/csound/ControlFltkAppearance.html >+share/doc/csound/ControlFltkGeneral.html >+share/doc/csound/ControlFltkIntro.html >+share/doc/csound/ControlFltkOther.html >+share/doc/csound/ControlFltkValuators.html >+share/doc/csound/ControlInvocat.html >+share/doc/csound/ControlPgmctl.html >+share/doc/csound/ControlRealtime.html >+share/doc/csound/ControlReinitn.html >+share/doc/csound/ControlSensing.html >+share/doc/csound/ControlStacks.html >+share/doc/csound/ControlSubinstrument.html >+share/doc/csound/ControlTimeread.html >+share/doc/csound/ControlTop.html >+share/doc/csound/CscoreAdvancd.html >+share/doc/csound/CscoreCompile.html >+share/doc/csound/CscoreMain.html >+share/doc/csound/CscoreTop.html >+share/doc/csound/CsoundLinks.html >+share/doc/csound/Example.html >+share/doc/csound/FLbox.html >+share/doc/csound/FLbutBank.html >+share/doc/csound/FLbutton.html >+share/doc/csound/FLcloseButton.html >+share/doc/csound/FLcolor.html >+share/doc/csound/FLcolor2.html >+share/doc/csound/FLcount.html >+share/doc/csound/FLexecButton.html >+share/doc/csound/FLgetsnap.html >+share/doc/csound/FLgroup.html >+share/doc/csound/FLgroupEnd.html >+share/doc/csound/FLgroup_end.html >+share/doc/csound/FLhide.html >+share/doc/csound/FLhvsBox.html >+share/doc/csound/FLhvsBoxSetValue.html >+share/doc/csound/FLjoy.html >+share/doc/csound/FLkeyIn.html >+share/doc/csound/FLknob.html >+share/doc/csound/FLlabel.html >+share/doc/csound/FLloadsnap.html >+share/doc/csound/FLmouse.html >+share/doc/csound/FLpack.html >+share/doc/csound/FLpackEnd.html >+share/doc/csound/FLpack_end.html >+share/doc/csound/FLpanel.html >+share/doc/csound/FLpanelEnd.html >+share/doc/csound/FLpanel_end.html >+share/doc/csound/FLprintk.html >+share/doc/csound/FLprintk2.html >+share/doc/csound/FLroller.html >+share/doc/csound/FLrun.html >+share/doc/csound/FLsavesnap.html >+share/doc/csound/FLscroll.html >+share/doc/csound/FLscrollEnd.html >+share/doc/csound/FLscroll_end.html >+share/doc/csound/FLsetAlign.html >+share/doc/csound/FLsetBox.html >+share/doc/csound/FLsetColor.html >+share/doc/csound/FLsetColor2.html >+share/doc/csound/FLsetFont.html >+share/doc/csound/FLsetPosition.html >+share/doc/csound/FLsetSize.html >+share/doc/csound/FLsetSnapGroup.html >+share/doc/csound/FLsetText.html >+share/doc/csound/FLsetTextColor.html >+share/doc/csound/FLsetTextSize.html >+share/doc/csound/FLsetTextType.html >+share/doc/csound/FLsetVal.html >+share/doc/csound/FLsetVal_i.html >+share/doc/csound/FLsetsnap.html >+share/doc/csound/FLshow.html >+share/doc/csound/FLslidBnk.html >+share/doc/csound/FLslidBnk2.html >+share/doc/csound/FLslidBnk2Set.html >+share/doc/csound/FLslidBnk2Setk.html >+share/doc/csound/FLslidBnkGetHandle.html >+share/doc/csound/FLslidBnkSet.html >+share/doc/csound/FLslidBnkSetk.html >+share/doc/csound/FLslider.html >+share/doc/csound/FLtabs.html >+share/doc/csound/FLtabsEnd.html >+share/doc/csound/FLtabs_end.html >+share/doc/csound/FLtext.html >+share/doc/csound/FLupdate.html >+share/doc/csound/FLvalue.html >+share/doc/csound/FLvkeybd.html >+share/doc/csound/FLvslidBnk.html >+share/doc/csound/FLvslidBnk2.html >+share/doc/csound/FLxyin.html >+share/doc/csound/GEN01.html >+share/doc/csound/GEN02.html >+share/doc/csound/GEN03.html >+share/doc/csound/GEN04.html >+share/doc/csound/GEN05.html >+share/doc/csound/GEN06.html >+share/doc/csound/GEN07.html >+share/doc/csound/GEN08.html >+share/doc/csound/GEN09.html >+share/doc/csound/GEN10.html >+share/doc/csound/GEN11.html >+share/doc/csound/GEN12.html >+share/doc/csound/GEN13.html >+share/doc/csound/GEN14.html >+share/doc/csound/GEN15.html >+share/doc/csound/GEN16.html >+share/doc/csound/GEN17.html >+share/doc/csound/GEN18.html >+share/doc/csound/GEN19.html >+share/doc/csound/GEN20.html >+share/doc/csound/GEN21.html >+share/doc/csound/GEN22.html >+share/doc/csound/GEN23.html >+share/doc/csound/GEN24.html >+share/doc/csound/GEN25.html >+share/doc/csound/GEN27.html >+share/doc/csound/GEN28.html >+share/doc/csound/GEN30.html >+share/doc/csound/GEN31.html >+share/doc/csound/GEN32.html >+share/doc/csound/GEN33.html >+share/doc/csound/GEN34.html >+share/doc/csound/GEN40.html >+share/doc/csound/GEN41.html >+share/doc/csound/GEN42.html >+share/doc/csound/GEN43.html >+share/doc/csound/GEN49.html >+share/doc/csound/GEN51.html >+share/doc/csound/GEN52.html >+share/doc/csound/GENexp.html >+share/doc/csound/GENfarey.html >+share/doc/csound/GENsone.html >+share/doc/csound/GENtanh.html >+share/doc/csound/ImageopcodesTop.html >+share/doc/csound/Introduction.html >+share/doc/csound/JackoAudioIn.html >+share/doc/csound/JackoAudioInConnect.html >+share/doc/csound/JackoAudioOut.html >+share/doc/csound/JackoAudioOutConnect.html >+share/doc/csound/JackoFreewheel.html >+share/doc/csound/JackoInfo.html >+share/doc/csound/JackoInit.html >+share/doc/csound/JackoMidiInConnect.html >+share/doc/csound/JackoMidiOut.html >+share/doc/csound/JackoMidiOutConnect.html >+share/doc/csound/JackoNoteOut.html >+share/doc/csound/JackoOn.html >+share/doc/csound/JackoOpcodes.html >+share/doc/csound/JackoTransport.html >+share/doc/csound/MathArtLogic.html >+share/doc/csound/MathMatfunc.html >+share/doc/csound/MathOpeqfunc.html >+share/doc/csound/MathRndfunc.html >+share/doc/csound/MathTop.html >+share/doc/csound/MathTrig.html >+share/doc/csound/MidiConvert.html >+share/doc/csound/MidiExtender.html >+share/doc/csound/MidiGeneric.html >+share/doc/csound/MidiInput.html >+share/doc/csound/MidiInterop.html >+share/doc/csound/MidiOnoff.html >+share/doc/csound/MidiOutput.html >+share/doc/csound/MidiRealtime.html >+share/doc/csound/MidiSlidrbk.html >+share/doc/csound/MidiTop.html >+share/doc/csound/MiscAmp.html >+share/doc/csound/MiscCsound64.html >+share/doc/csound/MiscExamples.html >+share/doc/csound/MiscFormants.html >+share/doc/csound/MiscGlossary.html >+share/doc/csound/MiscModalFreq.html >+share/doc/csound/MiscPitch.html >+share/doc/csound/MiscQuickref.html >+share/doc/csound/MiscSf2.html >+share/doc/csound/MiscWindows.html >+share/doc/csound/MiscopcodesTop.html >+share/doc/csound/MixerClear.html >+share/doc/csound/MixerGetLevel.html >+share/doc/csound/MixerOpcodes.html >+share/doc/csound/MixerReceive.html >+share/doc/csound/MixerSend.html >+share/doc/csound/MixerSetLevel.html >+share/doc/csound/MixerSetLevel_i.html >+share/doc/csound/Network.html >+share/doc/csound/OSCNetwork.html >+share/doc/csound/OSCinit.html >+share/doc/csound/OSClisten.html >+share/doc/csound/OSCsend.html >+share/doc/csound/OpcodesTop.html >+share/doc/csound/OrchDirFiles.html >+share/doc/csound/OrchExpress.html >+share/doc/csound/OrchIblock.html >+share/doc/csound/OrchKvar.html >+share/doc/csound/OrchMacros.html >+share/doc/csound/OrchNamedInstruments.html >+share/doc/csound/OrchNomen.html >+share/doc/csound/OrchStatemnt.html >+share/doc/csound/OrchTop.html >+share/doc/csound/OrchUDO.html >+share/doc/csound/Orchtab.html >+share/doc/csound/OviewFrontEnds.html >+share/doc/csound/PartOpcodesOverview.html >+share/doc/csound/PartOverview.html >+share/doc/csound/PartReference.html >+share/doc/csound/PitchTop.html >+share/doc/csound/PitchTuning.html >+share/doc/csound/PluginTop.html >+share/doc/csound/PrefaceCopy.html >+share/doc/csound/PrefaceGettingStarted.html >+share/doc/csound/PrefaceHistory.html >+share/doc/csound/PrefaceTop.html >+share/doc/csound/PrefaceWhatsNew.html >+share/doc/csound/PythonOpcodesSyntax.html >+share/doc/csound/RealTimeMac.html >+share/doc/csound/RealTimeWindows.html >+share/doc/csound/RecentDevelopments.html >+share/doc/csound/Remote.html >+share/doc/csound/STKBandedWG.html >+share/doc/csound/STKBeeThree.html >+share/doc/csound/STKBlowBotl.html >+share/doc/csound/STKBlowHole.html >+share/doc/csound/STKBowed.html >+share/doc/csound/STKBrass.html >+share/doc/csound/STKClarinet.html >+share/doc/csound/STKDrummer.html >+share/doc/csound/STKFMVoices.html >+share/doc/csound/STKFlute.html >+share/doc/csound/STKHevyMetl.html >+share/doc/csound/STKMandolin.html >+share/doc/csound/STKModalBar.html >+share/doc/csound/STKMoog.html >+share/doc/csound/STKPercFlut.html >+share/doc/csound/STKPlucked.html >+share/doc/csound/STKResonate.html >+share/doc/csound/STKRhodey.html >+share/doc/csound/STKSaxofony.html >+share/doc/csound/STKShakers.html >+share/doc/csound/STKSimple.html >+share/doc/csound/STKSitar.html >+share/doc/csound/STKStifKarp.html >+share/doc/csound/STKTubeBell.html >+share/doc/csound/STKVoicForm.html >+share/doc/csound/STKWhistle.html >+share/doc/csound/STKWurley.html >+share/doc/csound/ScoreEval.html >+share/doc/csound/ScoreGenRef.html >+share/doc/csound/ScoreMacros.html >+share/doc/csound/ScoreMult.html >+share/doc/csound/ScoreNextp.html >+share/doc/csound/ScoreRamping.html >+share/doc/csound/ScoreStatements.html >+share/doc/csound/ScoreStrings.html >+share/doc/csound/ScoreTop.html >+share/doc/csound/ScoregensTop.html >+share/doc/csound/SigProcConmorph.html >+share/doc/csound/SiggenBasic.html >+share/doc/csound/SiggenDynamic.html >+share/doc/csound/SiggenEnvelope.html >+share/doc/csound/SiggenFmsynth.html >+share/doc/csound/SiggenGranular.html >+share/doc/csound/SiggenHvs.html >+share/doc/csound/SiggenLineexp.html >+share/doc/csound/SiggenModels.html >+share/doc/csound/SiggenNoise.html >+share/doc/csound/SiggenPhasors.html >+share/doc/csound/SiggenSample.html >+share/doc/csound/SiggenScanTop.html >+share/doc/csound/SiggenTableacc.html >+share/doc/csound/SiggenTop.html >+share/doc/csound/SiggenWaveterr.html >+share/doc/csound/SiggenWavguide.html >+share/doc/csound/SigioInput.html >+share/doc/csound/SigioOutput.html >+share/doc/csound/SigioPdisplay.html >+share/doc/csound/SigioQueries.html >+share/doc/csound/SigioTop.html >+share/doc/csound/SigmodCompaccum.html >+share/doc/csound/SigmodDelay.html >+share/doc/csound/SigmodPanspatl.html >+share/doc/csound/SigmodReverbtn.html >+share/doc/csound/SigmodSample.html >+share/doc/csound/SigmodSiglimit.html >+share/doc/csound/SigmodSpeciale.html >+share/doc/csound/SigmodSpeciali.html >+share/doc/csound/SigmodStandard.html >+share/doc/csound/SigmodTop.html >+share/doc/csound/SigmodWavguide.html >+share/doc/csound/SigmodWavshape.html >+share/doc/csound/SignalFlowGraphOpcodes.html >+share/doc/csound/SoftwareBus.html >+share/doc/csound/SpectralATS.html >+share/doc/csound/SpectralLpcresyn.html >+share/doc/csound/SpectralNonstand.html >+share/doc/csound/SpectralRealTime.html >+share/doc/csound/SpectralTop.html >+share/doc/csound/StringsTop.html >+share/doc/csound/TableReadwrit.html >+share/doc/csound/TableSelect.html >+share/doc/csound/TableTop.html >+share/doc/csound/Using.html >+share/doc/csound/UsingDesign.html >+share/doc/csound/UsingOptimizing.html >+share/doc/csound/UsingRealTime.html >+share/doc/csound/UtilityAtsa.html >+share/doc/csound/UtilityConversion.html >+share/doc/csound/UtilityOther.html >+share/doc/csound/UtilityQueries.html >+share/doc/csound/UtilitySoundfile.html >+share/doc/csound/UtilityTop.html >+share/doc/csound/ZakTop.html >+share/doc/csound/Zerodbfs.html >+share/doc/csound/a.html >+share/doc/csound/abetarand.html >+share/doc/csound/abexprnd.html >+share/doc/csound/abs.html >+share/doc/csound/acauchy.html >+share/doc/csound/active.html >+share/doc/csound/adds.html >+share/doc/csound/adsr.html >+share/doc/csound/adsyn.html >+share/doc/csound/adsynt.html >+share/doc/csound/adsynt2.html >+share/doc/csound/aexprand.html >+share/doc/csound/aftouch.html >+share/doc/csound/agauss.html >+share/doc/csound/agogobel.html >+share/doc/csound/alinrand.html >+share/doc/csound/alpass.html >+share/doc/csound/alwayson.html >+share/doc/csound/ampdb.html >+share/doc/csound/ampdbfs.html >+share/doc/csound/ampmidi.html >+share/doc/csound/ampmidid.html >+share/doc/csound/apcauchy.html >+share/doc/csound/apoisson.html >+share/doc/csound/apow.html >+share/doc/csound/areson.html >+share/doc/csound/aresonk.html >+share/doc/csound/assign.html >+share/doc/csound/atone.html >+share/doc/csound/atonek.html >+share/doc/csound/atonex.html >+share/doc/csound/atrirand.html >+share/doc/csound/aunirand.html >+share/doc/csound/aweibull.html >+share/doc/csound/b.html >+share/doc/csound/babo.html >+share/doc/csound/balance.html >+share/doc/csound/bamboo.html >+share/doc/csound/barmodel.html >+share/doc/csound/bbcutm.html >+share/doc/csound/bbcuts.html >+share/doc/csound/betarand.html >+share/doc/csound/bexprnd.html >+share/doc/csound/bformdec.html >+share/doc/csound/bformdec1.html >+share/doc/csound/bformenc.html >+share/doc/csound/bformenc1.html >+share/doc/csound/binit.html >+share/doc/csound/biquad.html >+share/doc/csound/biquada.html >+share/doc/csound/birnd.html >+share/doc/csound/bqrez.html >+share/doc/csound/butbp.html >+share/doc/csound/butbr.html >+share/doc/csound/buthp.html >+share/doc/csound/butlp.html >+share/doc/csound/butterbp.html >+share/doc/csound/butterbr.html >+share/doc/csound/butterhp.html >+share/doc/csound/butterlp.html >+share/doc/csound/button.html >+share/doc/csound/buzz.html >+share/doc/csound/cabasa.html >+share/doc/csound/cauchy.html >+share/doc/csound/cauchyi.html >+share/doc/csound/ceil.html >+share/doc/csound/cent.html >+share/doc/csound/cggoto.html >+share/doc/csound/chanctrl.html >+share/doc/csound/changed.html >+share/doc/csound/chani.html >+share/doc/csound/chano.html >+share/doc/csound/chebyshevpoly.html >+share/doc/csound/checkbox.html >+share/doc/csound/chn.html >+share/doc/csound/chnclear.html >+share/doc/csound/chnexport.html >+share/doc/csound/chnget.html >+share/doc/csound/chnmix.html >+share/doc/csound/chnparams.html >+share/doc/csound/chnrecv.html >+share/doc/csound/chnsend.html >+share/doc/csound/chnset.html >+share/doc/csound/chuap.html >+share/doc/csound/cigoto.html >+share/doc/csound/ckgoto.html >+share/doc/csound/clear.html >+share/doc/csound/clfilt.html >+share/doc/csound/clip.html >+share/doc/csound/clock.html >+share/doc/csound/clockoff.html >+share/doc/csound/clockon.html >+share/doc/csound/cngoto.html >+share/doc/csound/comb.html >+share/doc/csound/compress.html >+share/doc/csound/connect.html >+share/doc/csound/contents.html >+share/doc/csound/control.html >+share/doc/csound/convle.html >+share/doc/csound/convolve.html >+share/doc/csound/copy2ftab.html >+share/doc/csound/copy2ttab.html >+share/doc/csound/copying.txt >+share/doc/csound/cos.html >+share/doc/csound/cosh.html >+share/doc/csound/cosinv.html >+share/doc/csound/cps2pch.html >+share/doc/csound/cpsmidi.html >+share/doc/csound/cpsmidib.html >+share/doc/csound/cpsmidinn.html >+share/doc/csound/cpsoct.html >+share/doc/csound/cpspch.html >+share/doc/csound/cpstmid.html >+share/doc/csound/cpstun.html >+share/doc/csound/cpstuni.html >+share/doc/csound/cpsxpch.html >+share/doc/csound/cpumeter.html >+share/doc/csound/cpuprc.html >+share/doc/csound/credits.html >+share/doc/csound/cross2.html >+share/doc/csound/crossfm.html >+share/doc/csound/crunch.html >+share/doc/csound/cs.html >+share/doc/csound/csb64enc.html >+share/doc/csound/csound.css >+share/doc/csound/csound5extending.html >+share/doc/csound/csserver.html >+share/doc/csound/cswish.html >+share/doc/csound/ctrl14.html >+share/doc/csound/ctrl21.html >+share/doc/csound/ctrl7.html >+share/doc/csound/ctrlinit.html >+share/doc/csound/cuserrnd.html >+share/doc/csound/cvanal.html >+share/doc/csound/dam.html >+share/doc/csound/date.html >+share/doc/csound/dates.html >+share/doc/csound/db.html >+share/doc/csound/dbamp.html >+share/doc/csound/dbfsamp.html >+share/doc/csound/dcblock.html >+share/doc/csound/dcblock2.html >+share/doc/csound/dconv.html >+share/doc/csound/define.html >+share/doc/csound/delay.html >+share/doc/csound/delay1.html >+share/doc/csound/delayk.html >+share/doc/csound/delayr.html >+share/doc/csound/delayw.html >+share/doc/csound/deltap.html >+share/doc/csound/deltap3.html >+share/doc/csound/deltapi.html >+share/doc/csound/deltapn.html >+share/doc/csound/deltapx.html >+share/doc/csound/deltapxw.html >+share/doc/csound/denorm.html >+share/doc/csound/diff.html >+share/doc/csound/diskgrain.html >+share/doc/csound/diskin.html >+share/doc/csound/diskin2.html >+share/doc/csound/dispfft.html >+share/doc/csound/display.html >+share/doc/csound/distort.html >+share/doc/csound/distort1.html >+share/doc/csound/divides.html >+share/doc/csound/divz.html >+share/doc/csound/dnoise.html >+share/doc/csound/dollar.html >+share/doc/csound/doppler.html >+share/doc/csound/downsamp.html >+share/doc/csound/dripwater.html >+share/doc/csound/dssiactivate.html >+share/doc/csound/dssiaudio.html >+share/doc/csound/dssictls.html >+share/doc/csound/dssiinit.html >+share/doc/csound/dssilist.html >+share/doc/csound/dumpk.html >+share/doc/csound/dumpk2.html >+share/doc/csound/dumpk3.html >+share/doc/csound/dumpk4.html >+share/doc/csound/duserrnd.html >+share/doc/csound/dust.html >+share/doc/csound/dust2.html >+share/doc/csound/e.html >+share/doc/csound/else.html >+share/doc/csound/elseif.html >+share/doc/csound/endif.html >+share/doc/csound/endin.html >+share/doc/csound/endop.html >+share/doc/csound/envelopeGenerators.html >+share/doc/csound/envext.html >+share/doc/csound/envlpx.html >+share/doc/csound/envlpxr.html >+share/doc/csound/ephasor.html >+share/doc/csound/eqfil.html >+share/doc/csound/equals.html >+share/doc/csound/event.html >+share/doc/csound/event_i.html >+share/doc/csound/examples/01hpschd.sf2 >+share/doc/csound/examples/07AcousticGuitar.sf2 >+share/doc/csound/examples/0dbfs-1.csd >+share/doc/csound/examples/0dbfs.csd >+share/doc/csound/examples/128,8-cylinderX >+share/doc/csound/examples/128,8-gridX >+share/doc/csound/examples/128,8-torus >+share/doc/csound/examples/128,8-torusX >+share/doc/csound/examples/128-left_rightX >+share/doc/csound/examples/128-spiral-8,16,128,2,1over2 >+share/doc/csound/examples/128-stringX >+share/doc/csound/examples/128-stringcircular >+share/doc/csound/examples/128-stringcircularX >+share/doc/csound/examples/19Trumpet.sf2 >+share/doc/csound/examples/22Bassoon.sf2 >+share/doc/csound/examples/ATSadd.csd >+share/doc/csound/examples/ATSaddnz.csd >+share/doc/csound/examples/ATSbufread.csd >+share/doc/csound/examples/ATScross.csd >+share/doc/csound/examples/ATSinfo.csd >+share/doc/csound/examples/ATSinterpread.csd >+share/doc/csound/examples/ATSpartialtap.csd >+share/doc/csound/examples/ATSread.csd >+share/doc/csound/examples/ATSreadnz.csd >+share/doc/csound/examples/ATSsinnoi.csd >+share/doc/csound/examples/Church.wav >+share/doc/csound/examples/FLbox.csd >+share/doc/csound/examples/FLbutBank.csd >+share/doc/csound/examples/FLbutton.csd >+share/doc/csound/examples/FLcount.csd >+share/doc/csound/examples/FLexecButton.csd >+share/doc/csound/examples/FLhvsBox.csd >+share/doc/csound/examples/FLjoy.csd >+share/doc/csound/examples/FLkeyIn.csd >+share/doc/csound/examples/FLknob-2.csd >+share/doc/csound/examples/FLknob.csd >+share/doc/csound/examples/FLmouse.csd >+share/doc/csound/examples/FLpanel-sensekey.csd >+share/doc/csound/examples/FLpanel-sensekey2.csd >+share/doc/csound/examples/FLpanel.csd >+share/doc/csound/examples/FLroller.csd >+share/doc/csound/examples/FLsavesnap.csd >+share/doc/csound/examples/FLsavesnap_simple.csd >+share/doc/csound/examples/FLscroll.csd >+share/doc/csound/examples/FLsetText.csd >+share/doc/csound/examples/FLsetVal.csd >+share/doc/csound/examples/FLsetcolor.csd >+share/doc/csound/examples/FLslidBnk.csd >+share/doc/csound/examples/FLslidBnk2.csd >+share/doc/csound/examples/FLslidBnk2Setk.csd >+share/doc/csound/examples/FLslider-2.csd >+share/doc/csound/examples/FLslider.csd >+share/doc/csound/examples/FLtabs.csd >+share/doc/csound/examples/FLtext.csd >+share/doc/csound/examples/FLvalue.csd >+share/doc/csound/examples/FLvslidBnk.csd >+share/doc/csound/examples/FLxyin-2.csd >+share/doc/csound/examples/FLxyin.csd >+share/doc/csound/examples/HRTFcompact >+share/doc/csound/examples/JackoInfo.csd >+share/doc/csound/examples/JackoInit.csd >+share/doc/csound/examples/OSCmidircv.csd >+share/doc/csound/examples/OSCmidisend.csd >+share/doc/csound/examples/PartikkelExample1.csd >+share/doc/csound/examples/STKBandedWG.csd >+share/doc/csound/examples/STKBeeThree.csd >+share/doc/csound/examples/STKBlowBotl.csd >+share/doc/csound/examples/STKBlowHole.csd >+share/doc/csound/examples/STKBowed.csd >+share/doc/csound/examples/STKBrass.csd >+share/doc/csound/examples/STKClarinet.csd >+share/doc/csound/examples/STKDrummer.csd >+share/doc/csound/examples/STKFMVoices.csd >+share/doc/csound/examples/STKFlute.csd >+share/doc/csound/examples/STKHevyMetl.csd >+share/doc/csound/examples/STKMandolin.csd >+share/doc/csound/examples/STKModalBar.csd >+share/doc/csound/examples/STKMoog.csd >+share/doc/csound/examples/STKPercFlut.csd >+share/doc/csound/examples/STKPlucked.csd >+share/doc/csound/examples/STKResonate.csd >+share/doc/csound/examples/STKRhodey.csd >+share/doc/csound/examples/STKSaxofony.csd >+share/doc/csound/examples/STKShakers.csd >+share/doc/csound/examples/STKSimple.csd >+share/doc/csound/examples/STKSitar.csd >+share/doc/csound/examples/STKStifKarp.csd >+share/doc/csound/examples/STKTubeBell.csd >+share/doc/csound/examples/STKVoicForm.csd >+share/doc/csound/examples/STKWhistle.csd >+share/doc/csound/examples/STKWurley.csd >+share/doc/csound/examples/abs.csd >+share/doc/csound/examples/active.csd >+share/doc/csound/examples/active_k.csd >+share/doc/csound/examples/active_scale.csd >+share/doc/csound/examples/adds.csd >+share/doc/csound/examples/adsr.csd >+share/doc/csound/examples/adsyn.csd >+share/doc/csound/examples/adsynt.csd >+share/doc/csound/examples/adsynt2.csd >+share/doc/csound/examples/aftouch.csd >+share/doc/csound/examples/ahh.aiff >+share/doc/csound/examples/alpass.csd >+share/doc/csound/examples/alwayson.csd >+share/doc/csound/examples/ampdb.csd >+share/doc/csound/examples/ampdbfs.csd >+share/doc/csound/examples/ampmidi.csd >+share/doc/csound/examples/ampmidid.csd >+share/doc/csound/examples/areson.csd >+share/doc/csound/examples/aresonk.csd >+share/doc/csound/examples/assign.csd >+share/doc/csound/examples/atone.csd >+share/doc/csound/examples/atonek.csd >+share/doc/csound/examples/atonex.csd >+share/doc/csound/examples/babo.csd >+share/doc/csound/examples/babo_expert.csd >+share/doc/csound/examples/balance.csd >+share/doc/csound/examples/bamboo.csd >+share/doc/csound/examples/barmodel.csd >+share/doc/csound/examples/bbcutm.csd >+share/doc/csound/examples/bbcuts.csd >+share/doc/csound/examples/beats.mp3 >+share/doc/csound/examples/beats.wav >+share/doc/csound/examples/betarand.csd >+share/doc/csound/examples/bexprnd.csd >+share/doc/csound/examples/bformenc.csd >+share/doc/csound/examples/bformenc1.csd >+share/doc/csound/examples/binit.csd >+share/doc/csound/examples/biquad-2.csd >+share/doc/csound/examples/biquad.csd >+share/doc/csound/examples/birnd.csd >+share/doc/csound/examples/bitshift.csd >+share/doc/csound/examples/bitwise.csd >+share/doc/csound/examples/bqrez.csd >+share/doc/csound/examples/butterbp.csd >+share/doc/csound/examples/butterbr.csd >+share/doc/csound/examples/butterhp.csd >+share/doc/csound/examples/butterlp.csd >+share/doc/csound/examples/buzz.csd >+share/doc/csound/examples/cabasa.csd >+share/doc/csound/examples/cauchy.csd >+share/doc/csound/examples/cauchyi.csd >+share/doc/csound/examples/ceil.csd >+share/doc/csound/examples/cent.csd >+share/doc/csound/examples/cggoto.csd >+share/doc/csound/examples/chanctrl.csd >+share/doc/csound/examples/changed.csd >+share/doc/csound/examples/chebyshevpoly.csd >+share/doc/csound/examples/checkbox.csd >+share/doc/csound/examples/chnclear.csd >+share/doc/csound/examples/chnget.csd >+share/doc/csound/examples/chnmix.csd >+share/doc/csound/examples/chnset.csd >+share/doc/csound/examples/chuap.csd >+share/doc/csound/examples/cigoto.csd >+share/doc/csound/examples/ckgoto.csd >+share/doc/csound/examples/clarinet.sdif >+share/doc/csound/examples/clear.csd >+share/doc/csound/examples/clfilt_highpass.csd >+share/doc/csound/examples/clfilt_lowpass.csd >+share/doc/csound/examples/clip.csd >+share/doc/csound/examples/clockoff.csd >+share/doc/csound/examples/clockon.csd >+share/doc/csound/examples/cngoto.csd >+share/doc/csound/examples/comb.csd >+share/doc/csound/examples/compress.csd >+share/doc/csound/examples/connect.csd >+share/doc/csound/examples/convolve.csd >+share/doc/csound/examples/cos.csd >+share/doc/csound/examples/cosh.csd >+share/doc/csound/examples/cosinv.csd >+share/doc/csound/examples/cps2pch.csd >+share/doc/csound/examples/cps2pch_19et.csd >+share/doc/csound/examples/cps2pch_ftable.csd >+share/doc/csound/examples/cpsmidi.csd >+share/doc/csound/examples/cpsmidib.csd >+share/doc/csound/examples/cpsmidinn.csd >+share/doc/csound/examples/cpsmidinn2.csd >+share/doc/csound/examples/cpsoct.csd >+share/doc/csound/examples/cpspch.csd >+share/doc/csound/examples/cpstmid.csd >+share/doc/csound/examples/cpstun.csd >+share/doc/csound/examples/cpstuni.csd >+share/doc/csound/examples/cpsxpch.csd >+share/doc/csound/examples/cpsxpch_105et.csd >+share/doc/csound/examples/cpsxpch_pierce.csd >+share/doc/csound/examples/cpumeter.csd >+share/doc/csound/examples/cpuprc.csd >+share/doc/csound/examples/cross2.csd >+share/doc/csound/examples/crossfm.csd >+share/doc/csound/examples/crunch.csd >+share/doc/csound/examples/ctrl7.csd >+share/doc/csound/examples/cuserrnd.csd >+share/doc/csound/examples/dam.csd >+share/doc/csound/examples/dam_expanded.csd >+share/doc/csound/examples/date.csd >+share/doc/csound/examples/dates.csd >+share/doc/csound/examples/db.csd >+share/doc/csound/examples/dbamp.csd >+share/doc/csound/examples/dbfsamp.csd >+share/doc/csound/examples/dcblock.csd >+share/doc/csound/examples/dcblock2.csd >+share/doc/csound/examples/dconv.csd >+share/doc/csound/examples/define.csd >+share/doc/csound/examples/define_args.csd >+share/doc/csound/examples/delay.csd >+share/doc/csound/examples/delay1.csd >+share/doc/csound/examples/delayk.csd >+share/doc/csound/examples/delayr.csd >+share/doc/csound/examples/delayw.csd >+share/doc/csound/examples/deltap.csd >+share/doc/csound/examples/deltap3.csd >+share/doc/csound/examples/deltapi.csd >+share/doc/csound/examples/deltapn.csd >+share/doc/csound/examples/deltapx.csd >+share/doc/csound/examples/deltapxw.csd >+share/doc/csound/examples/denorm.csd >+share/doc/csound/examples/diff.csd >+share/doc/csound/examples/diskgrain.csd >+share/doc/csound/examples/diskin.csd >+share/doc/csound/examples/diskin2.csd >+share/doc/csound/examples/dispfft.csd >+share/doc/csound/examples/display.csd >+share/doc/csound/examples/distort.csd >+share/doc/csound/examples/distort1.csd >+share/doc/csound/examples/divides.csd >+share/doc/csound/examples/divz.csd >+share/doc/csound/examples/doppler.csd >+share/doc/csound/examples/downsamp.csd >+share/doc/csound/examples/dripwater.csd >+share/doc/csound/examples/dssi4cs.csd >+share/doc/csound/examples/dssiactivate.csd >+share/doc/csound/examples/dssiaudio.csd >+share/doc/csound/examples/dssictls.csd >+share/doc/csound/examples/dssiinit.csd >+share/doc/csound/examples/dssilist.csd >+share/doc/csound/examples/dssiplay_mono.csd >+share/doc/csound/examples/dssiplay_stereo.csd >+share/doc/csound/examples/dumpk-2.csd >+share/doc/csound/examples/dumpk.csd >+share/doc/csound/examples/dumpk2.csd >+share/doc/csound/examples/dumpk3.csd >+share/doc/csound/examples/dumpk4.csd >+share/doc/csound/examples/duserrnd.csd >+share/doc/csound/examples/dust.csd >+share/doc/csound/examples/dust2.csd >+share/doc/csound/examples/eee.aiff >+share/doc/csound/examples/else.csd >+share/doc/csound/examples/elseif.csd >+share/doc/csound/examples/endif.csd >+share/doc/csound/examples/endin.csd >+share/doc/csound/examples/endop.csd >+share/doc/csound/examples/envlpx.csd >+share/doc/csound/examples/envlpxr.csd >+share/doc/csound/examples/eqfil.csd >+share/doc/csound/examples/equal.csd >+share/doc/csound/examples/equals.csd >+share/doc/csound/examples/event.csd >+share/doc/csound/examples/event_i.csd >+share/doc/csound/examples/event_named.csd >+share/doc/csound/examples/exitnow.csd >+share/doc/csound/examples/exp.csd >+share/doc/csound/examples/expcurve.csd >+share/doc/csound/examples/expon.csd >+share/doc/csound/examples/exprand.csd >+share/doc/csound/examples/exprandi.csd >+share/doc/csound/examples/expseg.csd >+share/doc/csound/examples/expsega.csd >+share/doc/csound/examples/expsegb.csd >+share/doc/csound/examples/expsegba.csd >+share/doc/csound/examples/expsegr.csd >+share/doc/csound/examples/farey7shuffled.csd >+share/doc/csound/examples/fdl.txt >+share/doc/csound/examples/fibonacci.txt >+share/doc/csound/examples/ficlose.csd >+share/doc/csound/examples/filebit.csd >+share/doc/csound/examples/filelen.csd >+share/doc/csound/examples/filenchnls.csd >+share/doc/csound/examples/filepeak.csd >+share/doc/csound/examples/filesr.csd >+share/doc/csound/examples/filevalid.csd >+share/doc/csound/examples/filter2.csd >+share/doc/csound/examples/fin.csd >+share/doc/csound/examples/fiopen.csd >+share/doc/csound/examples/flanger.csd >+share/doc/csound/examples/flashtxt.csd >+share/doc/csound/examples/flooper.csd >+share/doc/csound/examples/flooper2.csd >+share/doc/csound/examples/floor.csd >+share/doc/csound/examples/fluid-2.csd >+share/doc/csound/examples/fluid-2.orc >+share/doc/csound/examples/fluid.csd >+share/doc/csound/examples/fluid.orc >+share/doc/csound/examples/fluidAllOut.csd >+share/doc/csound/examples/fluidAllOut.orc >+share/doc/csound/examples/fluidCCi.csd >+share/doc/csound/examples/fluidCCk.csd >+share/doc/csound/examples/fluidEngine.csd >+share/doc/csound/examples/fluidLoad.csd >+share/doc/csound/examples/fluidNote.csd >+share/doc/csound/examples/fluidOut.csd >+share/doc/csound/examples/fluidProgramSelect.csd >+share/doc/csound/examples/fluidSetInterpMethod.csd >+share/doc/csound/examples/fluidcomplex.csd >+share/doc/csound/examples/flute.aiff >+share/doc/csound/examples/fmb3.csd >+share/doc/csound/examples/fmbell.csd >+share/doc/csound/examples/fmmetal.csd >+share/doc/csound/examples/fmpercfl.csd >+share/doc/csound/examples/fmrhode.csd >+share/doc/csound/examples/fmvoice.csd >+share/doc/csound/examples/fmwurlie.csd >+share/doc/csound/examples/fof.csd >+share/doc/csound/examples/fof2-2.csd >+share/doc/csound/examples/fof2.csd >+share/doc/csound/examples/fofilter.csd >+share/doc/csound/examples/fog.csd >+share/doc/csound/examples/fold.csd >+share/doc/csound/examples/follow.csd >+share/doc/csound/examples/follow2.csd >+share/doc/csound/examples/foscil.csd >+share/doc/csound/examples/foscili.csd >+share/doc/csound/examples/fout.csd >+share/doc/csound/examples/fout_ftable.csd >+share/doc/csound/examples/fout_poly.csd >+share/doc/csound/examples/fouti.csd >+share/doc/csound/examples/foutir.csd >+share/doc/csound/examples/fox.wav >+share/doc/csound/examples/fprintks-2.csd >+share/doc/csound/examples/fprintks.csd >+share/doc/csound/examples/fprints.csd >+share/doc/csound/examples/frac.csd >+share/doc/csound/examples/fractalnoise.csd >+share/doc/csound/examples/freeverb.csd >+share/doc/csound/examples/ftchnls.csd >+share/doc/csound/examples/ftconv.csd >+share/doc/csound/examples/ftfree.csd >+share/doc/csound/examples/ftgen-2.csd >+share/doc/csound/examples/ftgen.csd >+share/doc/csound/examples/ftgenonce.csd >+share/doc/csound/examples/ftgentmp.csd >+share/doc/csound/examples/ftlen.csd >+share/doc/csound/examples/ftlptim.csd >+share/doc/csound/examples/ftmorf.csd >+share/doc/csound/examples/ftsave.csd >+share/doc/csound/examples/ftsr.csd >+share/doc/csound/examples/fwavblnk.aiff >+share/doc/csound/examples/gain.csd >+share/doc/csound/examples/gainslider.csd >+share/doc/csound/examples/gauss.csd >+share/doc/csound/examples/gaussi.csd >+share/doc/csound/examples/gausstrig-2.csd >+share/doc/csound/examples/gausstrig.csd >+share/doc/csound/examples/gbuzz.csd >+share/doc/csound/examples/gen01.csd >+share/doc/csound/examples/gen01computed.csd >+share/doc/csound/examples/gen02.csd >+share/doc/csound/examples/gen03.csd >+share/doc/csound/examples/gen05.csd >+share/doc/csound/examples/gen06.csd >+share/doc/csound/examples/gen07.csd >+share/doc/csound/examples/gen08.csd >+share/doc/csound/examples/gen09.csd >+share/doc/csound/examples/gen09square.csd >+share/doc/csound/examples/gen10.csd >+share/doc/csound/examples/gen11.csd >+share/doc/csound/examples/gen12.csd >+share/doc/csound/examples/gen13.csd >+share/doc/csound/examples/gen14.csd >+share/doc/csound/examples/gen15.csd >+share/doc/csound/examples/gen16.csd >+share/doc/csound/examples/gen17.csd >+share/doc/csound/examples/gen19.csd >+share/doc/csound/examples/gen20.csd >+share/doc/csound/examples/gen21.csd >+share/doc/csound/examples/gen24.csd >+share/doc/csound/examples/gen25.csd >+share/doc/csound/examples/gen27.csd >+share/doc/csound/examples/gen28.csd >+share/doc/csound/examples/gen40.csd >+share/doc/csound/examples/gen41.csd >+share/doc/csound/examples/gen42.csd >+share/doc/csound/examples/gen49.csd >+share/doc/csound/examples/gen51.csd >+share/doc/csound/examples/gen52.csd >+share/doc/csound/examples/gendy-2.csd >+share/doc/csound/examples/gendy.csd >+share/doc/csound/examples/gendyc.csd >+share/doc/csound/examples/gendyx-2.csd >+share/doc/csound/examples/gendyx.csd >+share/doc/csound/examples/genexp.csd >+share/doc/csound/examples/genfarey.csd >+share/doc/csound/examples/gensone.csd >+share/doc/csound/examples/gentanh.csd >+share/doc/csound/examples/getcfg.csd >+share/doc/csound/examples/gogobel.csd >+share/doc/csound/examples/goto.csd >+share/doc/csound/examples/grain.csd >+share/doc/csound/examples/grain2.csd >+share/doc/csound/examples/grain3.csd >+share/doc/csound/examples/granule.csd >+share/doc/csound/examples/greaterequal.csd >+share/doc/csound/examples/greaterthan.csd >+share/doc/csound/examples/guiro.csd >+share/doc/csound/examples/harmon.csd >+share/doc/csound/examples/hilbert.csd >+share/doc/csound/examples/hilbert_barberpole.csd >+share/doc/csound/examples/hrtfearly.csd >+share/doc/csound/examples/hrtfer.csd >+share/doc/csound/examples/hrtfmove.csd >+share/doc/csound/examples/hrtfmove2.csd >+share/doc/csound/examples/hrtfstat-2.csd >+share/doc/csound/examples/hrtfstat.csd >+share/doc/csound/examples/hsboscil.csd >+share/doc/csound/examples/hsboscil_midi.csd >+share/doc/csound/examples/hvs1.csd >+share/doc/csound/examples/hvs2-2.csd >+share/doc/csound/examples/hvs2.csd >+share/doc/csound/examples/ifthen.csd >+share/doc/csound/examples/igoto.csd >+share/doc/csound/examples/ihold.csd >+share/doc/csound/examples/imageopcodes.csd >+share/doc/csound/examples/imageopcodesdemo2.csd >+share/doc/csound/examples/impuls20.aiff >+share/doc/csound/examples/in.csd >+share/doc/csound/examples/inch.csd >+share/doc/csound/examples/include.csd >+share/doc/csound/examples/init.csd >+share/doc/csound/examples/initc7.csd >+share/doc/csound/examples/inleta.csd >+share/doc/csound/examples/inletk.csd >+share/doc/csound/examples/inq.csd >+share/doc/csound/examples/ins.csd >+share/doc/csound/examples/insremot.csd >+share/doc/csound/examples/insremotM.csd >+share/doc/csound/examples/instr.csd >+share/doc/csound/examples/int.csd >+share/doc/csound/examples/integ.csd >+share/doc/csound/examples/interp.csd >+share/doc/csound/examples/jacko.csd >+share/doc/csound/examples/jacktransport.csd >+share/doc/csound/examples/jitter.csd >+share/doc/csound/examples/jitter2.csd >+share/doc/csound/examples/jspline.csd >+share/doc/csound/examples/kgoto.csd >+share/doc/csound/examples/kickroll.het >+share/doc/csound/examples/kickroll.wav >+share/doc/csound/examples/leftbrace.csd >+share/doc/csound/examples/lessequal.csd >+share/doc/csound/examples/lessthan.csd >+share/doc/csound/examples/lfo.csd >+share/doc/csound/examples/limit.csd >+share/doc/csound/examples/line.csd >+share/doc/csound/examples/linen.csd >+share/doc/csound/examples/linenr.csd >+share/doc/csound/examples/lineto.csd >+share/doc/csound/examples/linrand.csd >+share/doc/csound/examples/linseg.csd >+share/doc/csound/examples/linsegb.csd >+share/doc/csound/examples/linsegr.csd >+share/doc/csound/examples/locsend_quad.csd >+share/doc/csound/examples/locsend_stereo.csd >+share/doc/csound/examples/locsig_quad.csd >+share/doc/csound/examples/locsig_stereo.csd >+share/doc/csound/examples/log.csd >+share/doc/csound/examples/log10.csd >+share/doc/csound/examples/logbtwo.csd >+share/doc/csound/examples/logcurve.csd >+share/doc/csound/examples/loop_le.csd >+share/doc/csound/examples/loop_lt.csd >+share/doc/csound/examples/loopseg.csd >+share/doc/csound/examples/loopsegp.csd >+share/doc/csound/examples/looptseg.csd >+share/doc/csound/examples/loopxseg.csd >+share/doc/csound/examples/lorenz.csd >+share/doc/csound/examples/lorismorph.csd >+share/doc/csound/examples/lorisplay.csd >+share/doc/csound/examples/lorisread.csd >+share/doc/csound/examples/loscil.csd >+share/doc/csound/examples/loscil3.csd >+share/doc/csound/examples/lowpass2.csd >+share/doc/csound/examples/lowres.csd >+share/doc/csound/examples/lowresx.csd >+share/doc/csound/examples/lpf18.csd >+share/doc/csound/examples/lpfreson.csd >+share/doc/csound/examples/lphasor.csd >+share/doc/csound/examples/lposcil.csd >+share/doc/csound/examples/lposcil3.csd >+share/doc/csound/examples/lposcila.csd >+share/doc/csound/examples/lposcilsa.csd >+share/doc/csound/examples/lposcilsa2.csd >+share/doc/csound/examples/lpread.csd >+share/doc/csound/examples/lpreson-2.csd >+share/doc/csound/examples/lpreson.csd >+share/doc/csound/examples/lpshold.csd >+share/doc/csound/examples/luamoog.csd >+share/doc/csound/examples/luaopcode.csd >+share/doc/csound/examples/mac.csd >+share/doc/csound/examples/madsr-2.csd >+share/doc/csound/examples/madsr.csd >+share/doc/csound/examples/makecsd.py >+share/doc/csound/examples/mandel.csd >+share/doc/csound/examples/mandol.csd >+share/doc/csound/examples/mandpluk.aiff >+share/doc/csound/examples/marimba.csd >+share/doc/csound/examples/marmstk1.wav >+share/doc/csound/examples/mary.wav >+share/doc/csound/examples/massign.csd >+share/doc/csound/examples/max.csd >+share/doc/csound/examples/max_k.csd >+share/doc/csound/examples/maxabs.csd >+share/doc/csound/examples/maxalloc.csd >+share/doc/csound/examples/maxtab.csd >+share/doc/csound/examples/mclock.csd >+share/doc/csound/examples/mdelay.csd >+share/doc/csound/examples/median.csd >+share/doc/csound/examples/mediank.csd >+share/doc/csound/examples/meow.sdif >+share/doc/csound/examples/metro-2.csd >+share/doc/csound/examples/metro.csd >+share/doc/csound/examples/midic7.csd >+share/doc/csound/examples/midichannelaftertouch.csd >+share/doc/csound/examples/midichn.csd >+share/doc/csound/examples/midichn_advanced.csd >+share/doc/csound/examples/midichn_advanced.mid >+share/doc/csound/examples/midicontrolchange.csd >+share/doc/csound/examples/midictrl.csd >+share/doc/csound/examples/midiin.csd >+share/doc/csound/examples/midinoteoff.csd >+share/doc/csound/examples/midinoteoncps.csd >+share/doc/csound/examples/midinoteonkey.csd >+share/doc/csound/examples/midinoteonoct.csd >+share/doc/csound/examples/midinoteonpch.csd >+share/doc/csound/examples/midion2.csd >+share/doc/csound/examples/midion_scale.csd >+share/doc/csound/examples/midion_simple.csd >+share/doc/csound/examples/midiout.csd >+share/doc/csound/examples/midipitchbend.csd >+share/doc/csound/examples/miditempo.csd >+share/doc/csound/examples/midremot.csd >+share/doc/csound/examples/min.csd >+share/doc/csound/examples/minabs.csd >+share/doc/csound/examples/mincer.csd >+share/doc/csound/examples/mintab.csd >+share/doc/csound/examples/mirror.csd >+share/doc/csound/examples/mode.csd >+share/doc/csound/examples/modmatrix.csd >+share/doc/csound/examples/modulus.csd >+share/doc/csound/examples/monitor.csd >+share/doc/csound/examples/moog.csd >+share/doc/csound/examples/moogladder.csd >+share/doc/csound/examples/moogvcf.csd >+share/doc/csound/examples/moogvcf2.csd >+share/doc/csound/examples/moscil.csd >+share/doc/csound/examples/move >+share/doc/csound/examples/move2 >+share/doc/csound/examples/mp3in.csd >+share/doc/csound/examples/mp3len.csd >+share/doc/csound/examples/mpulse.csd >+share/doc/csound/examples/multiplies.csd >+share/doc/csound/examples/multitap.csd >+share/doc/csound/examples/multtab.csd >+share/doc/csound/examples/mute.csd >+share/doc/csound/examples/mxadsr.csd >+share/doc/csound/examples/nchnls.csd >+share/doc/csound/examples/nchnls_i.csd >+share/doc/csound/examples/nestedap.csd >+share/doc/csound/examples/nlfilt.csd >+share/doc/csound/examples/noise-2.csd >+share/doc/csound/examples/noise.csd >+share/doc/csound/examples/noteondur.csd >+share/doc/csound/examples/noteondur2.csd >+share/doc/csound/examples/notequal.csd >+share/doc/csound/examples/notnum.csd >+share/doc/csound/examples/notnum_complex.csd >+share/doc/csound/examples/nreverb.csd >+share/doc/csound/examples/nreverb_ftable.csd >+share/doc/csound/examples/nrpn.csd >+share/doc/csound/examples/nsamp.csd >+share/doc/csound/examples/ntrpol.csd >+share/doc/csound/examples/octave.csd >+share/doc/csound/examples/octcps.csd >+share/doc/csound/examples/octmidi.csd >+share/doc/csound/examples/octmidib.csd >+share/doc/csound/examples/octpch.csd >+share/doc/csound/examples/ooo.aiff >+share/doc/csound/examples/opa.csd >+share/doc/csound/examples/opcode1.xml >+share/doc/csound/examples/opcode_example.csd >+share/doc/csound/examples/oscbnk.csd >+share/doc/csound/examples/oscil.csd >+share/doc/csound/examples/oscil1.csd >+share/doc/csound/examples/oscil1i.csd >+share/doc/csound/examples/oscil3.csd >+share/doc/csound/examples/oscili.csd >+share/doc/csound/examples/oscilikt.csd >+share/doc/csound/examples/osciliktp.csd >+share/doc/csound/examples/oscilikts.csd >+share/doc/csound/examples/osciln.csd >+share/doc/csound/examples/oscils.csd >+share/doc/csound/examples/out.csd >+share/doc/csound/examples/outc.csd >+share/doc/csound/examples/outch-2.csd >+share/doc/csound/examples/outch.csd >+share/doc/csound/examples/outiat.csd >+share/doc/csound/examples/outic.csd >+share/doc/csound/examples/outipb.csd >+share/doc/csound/examples/outipc.csd >+share/doc/csound/examples/outkat.csd >+share/doc/csound/examples/outkc.csd >+share/doc/csound/examples/outkpb.csd >+share/doc/csound/examples/outkpc.csd >+share/doc/csound/examples/outkpc_fltk.csd >+share/doc/csound/examples/outleta.csd >+share/doc/csound/examples/outletk.csd >+share/doc/csound/examples/outq.csd >+share/doc/csound/examples/outq1.csd >+share/doc/csound/examples/outq2.csd >+share/doc/csound/examples/outq3.csd >+share/doc/csound/examples/outq4.csd >+share/doc/csound/examples/outs.csd >+share/doc/csound/examples/outs1.csd >+share/doc/csound/examples/outs2.csd >+share/doc/csound/examples/p.csd >+share/doc/csound/examples/p5g.csd >+share/doc/csound/examples/pan.csd >+share/doc/csound/examples/pan2.csd >+share/doc/csound/examples/pareq.csd >+share/doc/csound/examples/partials.csd >+share/doc/csound/examples/partikkel-2.csd >+share/doc/csound/examples/partikkel.csd >+share/doc/csound/examples/partikkel_softsync.csd >+share/doc/csound/examples/partikkelsync.csd >+share/doc/csound/examples/passign.csd >+share/doc/csound/examples/pcauchy.csd >+share/doc/csound/examples/pchbend.csd >+share/doc/csound/examples/pchmidi.csd >+share/doc/csound/examples/pchmidib.csd >+share/doc/csound/examples/pchoct.csd >+share/doc/csound/examples/pconvolve.csd >+share/doc/csound/examples/pcount.csd >+share/doc/csound/examples/pdclip.csd >+share/doc/csound/examples/pdhalf.csd >+share/doc/csound/examples/pdhalfy.csd >+share/doc/csound/examples/peak.csd >+share/doc/csound/examples/pgmassign.csd >+share/doc/csound/examples/pgmassign_advanced.csd >+share/doc/csound/examples/pgmassign_advanced.mid >+share/doc/csound/examples/pgmassign_ignore.csd >+share/doc/csound/examples/phaser1.csd >+share/doc/csound/examples/phaser2.csd >+share/doc/csound/examples/phasor.csd >+share/doc/csound/examples/phasorbnk.csd >+share/doc/csound/examples/pindex-2.csd >+share/doc/csound/examples/pindex.csd >+share/doc/csound/examples/pinkish.csd >+share/doc/csound/examples/pitch.csd >+share/doc/csound/examples/pitchamdf.csd >+share/doc/csound/examples/planet.csd >+share/doc/csound/examples/pluck.csd >+share/doc/csound/examples/plustab.csd >+share/doc/csound/examples/poisson.csd >+share/doc/csound/examples/polyaft.csd >+share/doc/csound/examples/polyaft.mid >+share/doc/csound/examples/polynomial.csd >+share/doc/csound/examples/pop.csd >+share/doc/csound/examples/port.csd >+share/doc/csound/examples/portk.csd >+share/doc/csound/examples/poscil.csd >+share/doc/csound/examples/poscil3-file.csd >+share/doc/csound/examples/poscil3.csd >+share/doc/csound/examples/pow.csd >+share/doc/csound/examples/powershape.csd >+share/doc/csound/examples/powoftwo.csd >+share/doc/csound/examples/prealloc.csd >+share/doc/csound/examples/prepiano.csd >+share/doc/csound/examples/print.csd >+share/doc/csound/examples/printf.csd >+share/doc/csound/examples/printk.csd >+share/doc/csound/examples/printk2.csd >+share/doc/csound/examples/printks.csd >+share/doc/csound/examples/prints.csd >+share/doc/csound/examples/product.csd >+share/doc/csound/examples/pset-midi.csd >+share/doc/csound/examples/pset.csd >+share/doc/csound/examples/ptable.csd >+share/doc/csound/examples/ptablei.csd >+share/doc/csound/examples/ptrack.csd >+share/doc/csound/examples/push.csd >+share/doc/csound/examples/pvadd.csd >+share/doc/csound/examples/pvbufread.csd >+share/doc/csound/examples/pvcross.csd >+share/doc/csound/examples/pvinterp.csd >+share/doc/csound/examples/pvoc.csd >+share/doc/csound/examples/pvread.csd >+share/doc/csound/examples/pvsadsyn.csd >+share/doc/csound/examples/pvsanal.csd >+share/doc/csound/examples/pvsarp.csd >+share/doc/csound/examples/pvsarp2.csd >+share/doc/csound/examples/pvsbandp.csd >+share/doc/csound/examples/pvsbandr.csd >+share/doc/csound/examples/pvsbin.csd >+share/doc/csound/examples/pvsblur.csd >+share/doc/csound/examples/pvsbuffer.csd >+share/doc/csound/examples/pvsbufread.csd >+share/doc/csound/examples/pvsbufread2.csd >+share/doc/csound/examples/pvscale.csd >+share/doc/csound/examples/pvscent.csd >+share/doc/csound/examples/pvscross.csd >+share/doc/csound/examples/pvsdiskin.csd >+share/doc/csound/examples/pvsdisp.csd >+share/doc/csound/examples/pvsfilter.csd >+share/doc/csound/examples/pvsfread.csd >+share/doc/csound/examples/pvsfreeze.csd >+share/doc/csound/examples/pvsftr.csd >+share/doc/csound/examples/pvsftw.csd >+share/doc/csound/examples/pvsfwrite.csd >+share/doc/csound/examples/pvsgain.csd >+share/doc/csound/examples/pvshift.csd >+share/doc/csound/examples/pvsifd.csd >+share/doc/csound/examples/pvsinfo.csd >+share/doc/csound/examples/pvslock.csd >+share/doc/csound/examples/pvsmaska.csd >+share/doc/csound/examples/pvsmix.csd >+share/doc/csound/examples/pvsmooth.csd >+share/doc/csound/examples/pvsmorph.csd >+share/doc/csound/examples/pvsmorph2.csd >+share/doc/csound/examples/pvsosc.csd >+share/doc/csound/examples/pvspitch.csd >+share/doc/csound/examples/pvstanal.csd >+share/doc/csound/examples/pvsvoc.csd >+share/doc/csound/examples/pvswarp.csd >+share/doc/csound/examples/pvsynth.csd >+share/doc/csound/examples/qinf.csd >+share/doc/csound/examples/qnan.csd >+share/doc/csound/examples/r.csd >+share/doc/csound/examples/raises.csd >+share/doc/csound/examples/rand.csd >+share/doc/csound/examples/randh.csd >+share/doc/csound/examples/randi.csd >+share/doc/csound/examples/random.csd >+share/doc/csound/examples/randomh.csd >+share/doc/csound/examples/randomi.csd >+share/doc/csound/examples/rbjeq.csd >+share/doc/csound/examples/readclock.csd >+share/doc/csound/examples/readk-2.csd >+share/doc/csound/examples/readk.csd >+share/doc/csound/examples/readk2.csd >+share/doc/csound/examples/readk3.csd >+share/doc/csound/examples/readk4.csd >+share/doc/csound/examples/reinit.csd >+share/doc/csound/examples/repluck.csd >+share/doc/csound/examples/reson.csd >+share/doc/csound/examples/resonk.csd >+share/doc/csound/examples/resonr.csd >+share/doc/csound/examples/resonx.csd >+share/doc/csound/examples/resonxk.csd >+share/doc/csound/examples/resony.csd >+share/doc/csound/examples/resonz.csd >+share/doc/csound/examples/resyn.csd >+share/doc/csound/examples/reverb.csd >+share/doc/csound/examples/reverbsc.csd >+share/doc/csound/examples/rezzy.csd >+share/doc/csound/examples/rms.csd >+share/doc/csound/examples/rnd.csd >+share/doc/csound/examples/rnd31.csd >+share/doc/csound/examples/rnd31_krate.csd >+share/doc/csound/examples/rnd31_seed7.csd >+share/doc/csound/examples/rnd31_time.csd >+share/doc/csound/examples/round.csd >+share/doc/csound/examples/rspline.csd >+share/doc/csound/examples/rtclock.csd >+share/doc/csound/examples/rv_mono.wav >+share/doc/csound/examples/rv_stereo.wav >+share/doc/csound/examples/samphold.csd >+share/doc/csound/examples/sandpaper.csd >+share/doc/csound/examples/scale.csd >+share/doc/csound/examples/scalet.csd >+share/doc/csound/examples/scans-2.csd >+share/doc/csound/examples/scans.csd >+share/doc/csound/examples/scantable.csd >+share/doc/csound/examples/schedkwhen.csd >+share/doc/csound/examples/schedkwhennamed.csd >+share/doc/csound/examples/schedule.csd >+share/doc/csound/examples/schedwhen.csd >+share/doc/csound/examples/schottstaedt.orc >+share/doc/csound/examples/scogen.csd >+share/doc/csound/examples/scoreline.csd >+share/doc/csound/examples/scoreline_i.csd >+share/doc/csound/examples/seed.csd >+share/doc/csound/examples/sekere.csd >+share/doc/csound/examples/semitone.csd >+share/doc/csound/examples/sensekey.csd >+share/doc/csound/examples/seqtime.csd >+share/doc/csound/examples/seqtime2.csd >+share/doc/csound/examples/setctrl.csd >+share/doc/csound/examples/setscorepos.csd >+share/doc/csound/examples/sfilist.csd >+share/doc/csound/examples/sfinstr.csd >+share/doc/csound/examples/sfinstr3.csd >+share/doc/csound/examples/sfinstr3m.csd >+share/doc/csound/examples/sfload.csd >+share/doc/csound/examples/sflooper.csd >+share/doc/csound/examples/sfpassign.csd >+share/doc/csound/examples/sfplay.csd >+share/doc/csound/examples/sfplay3.csd >+share/doc/csound/examples/sfplay3m.csd >+share/doc/csound/examples/sfplaym.csd >+share/doc/csound/examples/sfplist.csd >+share/doc/csound/examples/sfpreset.csd >+share/doc/csound/examples/shaker.csd >+share/doc/csound/examples/signalflowgraph.csd >+share/doc/csound/examples/sin.csd >+share/doc/csound/examples/sinh.csd >+share/doc/csound/examples/sininv.csd >+share/doc/csound/examples/sinsyn.csd >+share/doc/csound/examples/sleighbells.csd >+share/doc/csound/examples/sndloop.csd >+share/doc/csound/examples/sndwarp.csd >+share/doc/csound/examples/sndwarpst.csd >+share/doc/csound/examples/soundin.csd >+share/doc/csound/examples/space_quad.csd >+share/doc/csound/examples/space_stereo.csd >+share/doc/csound/examples/spat3d_UHJ.csd >+share/doc/csound/examples/spat3d_quad.csd >+share/doc/csound/examples/spat3d_stereo.csd >+share/doc/csound/examples/spat3dt.csd >+share/doc/csound/examples/spdist.csd >+share/doc/csound/examples/sprintf.csd >+share/doc/csound/examples/sprintfk.csd >+share/doc/csound/examples/spsend.csd >+share/doc/csound/examples/spsend_quad.csd >+share/doc/csound/examples/spsend_stereo.csd >+share/doc/csound/examples/sqrt.csd >+share/doc/csound/examples/sr.csd >+share/doc/csound/examples/stack.csd >+share/doc/csound/examples/statevar.csd >+share/doc/csound/examples/statvar.csd >+share/doc/csound/examples/stix.csd >+share/doc/csound/examples/strcat.csd >+share/doc/csound/examples/strcpyk.csd >+share/doc/csound/examples/streson.csd >+share/doc/csound/examples/strget.csd >+share/doc/csound/examples/strindexk.csd >+share/doc/csound/examples/string-128.matrix >+share/doc/csound/examples/strset.csd >+share/doc/csound/examples/strsub.csd >+share/doc/csound/examples/subinstr.csd >+share/doc/csound/examples/subinstr_named.csd >+share/doc/csound/examples/subtracts.csd >+share/doc/csound/examples/sum.csd >+share/doc/csound/examples/sumtab.csd >+share/doc/csound/examples/svfilter.csd >+share/doc/csound/examples/syncgrain.csd >+share/doc/csound/examples/syncloop.csd >+share/doc/csound/examples/syncphasor-CZresonance.csd >+share/doc/csound/examples/syncphasor.csd >+share/doc/csound/examples/system.csd >+share/doc/csound/examples/tab.csd >+share/doc/csound/examples/table.csd >+share/doc/csound/examples/table1.inc >+share/doc/csound/examples/tablefilter.csd >+share/doc/csound/examples/tablei.csd >+share/doc/csound/examples/tableimix.csd >+share/doc/csound/examples/tableiw.csd >+share/doc/csound/examples/tablemix.csd >+share/doc/csound/examples/tableng.csd >+share/doc/csound/examples/tableseg.csd >+share/doc/csound/examples/tablexkt.csd >+share/doc/csound/examples/tablexseg.csd >+share/doc/csound/examples/tabmorpha.csd >+share/doc/csound/examples/tabmorphak.csd >+share/doc/csound/examples/tambourine.csd >+share/doc/csound/examples/tan.csd >+share/doc/csound/examples/tanh.csd >+share/doc/csound/examples/taninv.csd >+share/doc/csound/examples/taninv2.csd >+share/doc/csound/examples/tbvcf.csd >+share/doc/csound/examples/tempest.csd >+share/doc/csound/examples/tempo.csd >+share/doc/csound/examples/temposcal.csd >+share/doc/csound/examples/tempoval.csd >+share/doc/csound/examples/test1.png >+share/doc/csound/examples/test2.png >+share/doc/csound/examples/tigoto.csd >+share/doc/csound/examples/timedseq.csd >+share/doc/csound/examples/timeinstk.csd >+share/doc/csound/examples/timeinsts.csd >+share/doc/csound/examples/timek.csd >+share/doc/csound/examples/times.csd >+share/doc/csound/examples/times_complex.csd >+share/doc/csound/examples/timout.csd >+share/doc/csound/examples/tival.csd >+share/doc/csound/examples/tlineto.csd >+share/doc/csound/examples/tone.csd >+share/doc/csound/examples/tonek.csd >+share/doc/csound/examples/tonex.csd >+share/doc/csound/examples/toot1.csd >+share/doc/csound/examples/toot10.csd >+share/doc/csound/examples/toot2.csd >+share/doc/csound/examples/toot3.csd >+share/doc/csound/examples/toot4.csd >+share/doc/csound/examples/toot5.csd >+share/doc/csound/examples/toot6.csd >+share/doc/csound/examples/toot7.csd >+share/doc/csound/examples/toot8.csd >+share/doc/csound/examples/toot9.csd >+share/doc/csound/examples/tradsyn.csd >+share/doc/csound/examples/trandom.csd >+share/doc/csound/examples/transeg.csd >+share/doc/csound/examples/transegb.csd >+share/doc/csound/examples/transegr.csd >+share/doc/csound/examples/trcross.csd >+share/doc/csound/examples/trfilter.csd >+share/doc/csound/examples/trhighest.csd >+share/doc/csound/examples/trigger.csd >+share/doc/csound/examples/trigseq.csd >+share/doc/csound/examples/trirand.csd >+share/doc/csound/examples/trlowest.csd >+share/doc/csound/examples/trmix.csd >+share/doc/csound/examples/trscale.csd >+share/doc/csound/examples/trshift.csd >+share/doc/csound/examples/trsplit.csd >+share/doc/csound/examples/turnoff.csd >+share/doc/csound/examples/twopeaks.aiff >+share/doc/csound/examples/unirand.csd >+share/doc/csound/examples/until.csd >+share/doc/csound/examples/upsamp.csd >+share/doc/csound/examples/urandom.csd >+share/doc/csound/examples/urandom_krate.csd >+share/doc/csound/examples/urd.csd >+share/doc/csound/examples/vadd.csd >+share/doc/csound/examples/vadd_i.csd >+share/doc/csound/examples/vaddv.csd >+share/doc/csound/examples/vaget.csd >+share/doc/csound/examples/valpass-2.csd >+share/doc/csound/examples/valpass.csd >+share/doc/csound/examples/vaset.csd >+share/doc/csound/examples/vbap4.csd >+share/doc/csound/examples/vbap4move.csd >+share/doc/csound/examples/vbap8.csd >+share/doc/csound/examples/vbap8move.csd >+share/doc/csound/examples/vbaplsinit.csd >+share/doc/csound/examples/vcella.csd >+share/doc/csound/examples/vco.csd >+share/doc/csound/examples/vco2.csd >+share/doc/csound/examples/vco2ft.csd >+share/doc/csound/examples/vco2ift.csd >+share/doc/csound/examples/vco2init.csd >+share/doc/csound/examples/vcomb.csd >+share/doc/csound/examples/vcopy.csd >+share/doc/csound/examples/vdelay.csd >+share/doc/csound/examples/vdelay3.csd >+share/doc/csound/examples/vdelayx.csd >+share/doc/csound/examples/vdelayxq.csd >+share/doc/csound/examples/vdelayxs.csd >+share/doc/csound/examples/vdelayxw.csd >+share/doc/csound/examples/vdelayxwq.csd >+share/doc/csound/examples/vdelayxws.csd >+share/doc/csound/examples/vdivv.csd >+share/doc/csound/examples/veloc.csd >+share/doc/csound/examples/vexp.csd >+share/doc/csound/examples/vexp_i.csd >+share/doc/csound/examples/vexpseg.csd >+share/doc/csound/examples/vexpv.csd >+share/doc/csound/examples/vibes.csd >+share/doc/csound/examples/vibr.csd >+share/doc/csound/examples/vibrato.csd >+share/doc/csound/examples/vincr-complex.csd >+share/doc/csound/examples/vincr.csd >+share/doc/csound/examples/virtual.csd >+share/doc/csound/examples/vlinseg.csd >+share/doc/csound/examples/vlowres.csd >+share/doc/csound/examples/vmap.csd >+share/doc/csound/examples/vmult-2.csd >+share/doc/csound/examples/vmult.csd >+share/doc/csound/examples/vmult_i.csd >+share/doc/csound/examples/vmultv.csd >+share/doc/csound/examples/voice.csd >+share/doc/csound/examples/vosim.csd >+share/doc/csound/examples/vpow.csd >+share/doc/csound/examples/vpow_i.csd >+share/doc/csound/examples/vpowv.csd >+share/doc/csound/examples/vpvoc.csd >+share/doc/csound/examples/vrandh.csd >+share/doc/csound/examples/vrandi.csd >+share/doc/csound/examples/vst4cs.csd >+share/doc/csound/examples/vsubv.csd >+share/doc/csound/examples/vtable1k.csd >+share/doc/csound/examples/vtablei.csd >+share/doc/csound/examples/vtablek.csd >+share/doc/csound/examples/vtablewa.csd >+share/doc/csound/examples/vtablewk.csd >+share/doc/csound/examples/waveset.csd >+share/doc/csound/examples/weibull.csd >+share/doc/csound/examples/wgbow.csd >+share/doc/csound/examples/wgbowedbar.csd >+share/doc/csound/examples/wgbrass.csd >+share/doc/csound/examples/wgclar.csd >+share/doc/csound/examples/wgflute.csd >+share/doc/csound/examples/wgpluck.csd >+share/doc/csound/examples/wgpluck2.csd >+share/doc/csound/examples/wgpluck_brighter.csd >+share/doc/csound/examples/wguide1.csd >+share/doc/csound/examples/wguide2.csd >+share/doc/csound/examples/wii.csd >+share/doc/csound/examples/wrap.csd >+share/doc/csound/examples/wterrain.csd >+share/doc/csound/examples/xadsr.csd >+share/doc/csound/examples/xscanmap.csd >+share/doc/csound/examples/xscans.csd >+share/doc/csound/examples/xscanu.csd >+share/doc/csound/examples/xtratim-2.csd >+share/doc/csound/examples/xtratim.csd >+share/doc/csound/examples/xyin.csd >+share/doc/csound/examples/zacl.csd >+share/doc/csound/examples/zakinit.csd >+share/doc/csound/examples/zamod.csd >+share/doc/csound/examples/zar.csd >+share/doc/csound/examples/zarg.csd >+share/doc/csound/examples/zaw.csd >+share/doc/csound/examples/zawm.csd >+share/doc/csound/examples/zir.csd >+share/doc/csound/examples/ziw.csd >+share/doc/csound/examples/ziwm.csd >+share/doc/csound/examples/zkcl.csd >+share/doc/csound/examples/zkmod.csd >+share/doc/csound/examples/zkr.csd >+share/doc/csound/examples/zkw.csd >+share/doc/csound/examples/zkwm.csd >+share/doc/csound/exitnow.html >+share/doc/csound/exp.html >+share/doc/csound/expcurve.html >+share/doc/csound/expon.html >+share/doc/csound/exprand.html >+share/doc/csound/exprandi.html >+share/doc/csound/expseg.html >+share/doc/csound/expsega.html >+share/doc/csound/expsegb.html >+share/doc/csound/expsegba.html >+share/doc/csound/expsegr.html >+share/doc/csound/extractor.html >+share/doc/csound/f.html >+share/doc/csound/fareylen.html >+share/doc/csound/fareyleni.html >+share/doc/csound/featuresOfCsoundAC.html >+share/doc/csound/ficlose.html >+share/doc/csound/filebit.html >+share/doc/csound/filelen.html >+share/doc/csound/filenchnls.html >+share/doc/csound/filepeak.html >+share/doc/csound/filesr.html >+share/doc/csound/filevalid.html >+share/doc/csound/filter2.html >+share/doc/csound/fin.html >+share/doc/csound/fini.html >+share/doc/csound/fink.html >+share/doc/csound/fiopen.html >+share/doc/csound/flanger.html >+share/doc/csound/flashtxt.html >+share/doc/csound/flooper.html >+share/doc/csound/flooper2.html >+share/doc/csound/floor.html >+share/doc/csound/fluidAllOut.html >+share/doc/csound/fluidCCi.html >+share/doc/csound/fluidCCk.html >+share/doc/csound/fluidControl.html >+share/doc/csound/fluidEngine.html >+share/doc/csound/fluidLoad.html >+share/doc/csound/fluidNote.html >+share/doc/csound/fluidOut.html >+share/doc/csound/fluidProgramSelect.html >+share/doc/csound/fluidSetInterpMethod.html >+share/doc/csound/fmb3.html >+share/doc/csound/fmbell.html >+share/doc/csound/fmmetal.html >+share/doc/csound/fmpercfl.html >+share/doc/csound/fmrhode.html >+share/doc/csound/fmvoice.html >+share/doc/csound/fmwurlie.html >+share/doc/csound/fof.html >+share/doc/csound/fof2.html >+share/doc/csound/fofilter.html >+share/doc/csound/fog.html >+share/doc/csound/fold.html >+share/doc/csound/follow.html >+share/doc/csound/follow2.html >+share/doc/csound/foscil.html >+share/doc/csound/foscili.html >+share/doc/csound/fout.html >+share/doc/csound/fouti.html >+share/doc/csound/foutir.html >+share/doc/csound/foutk.html >+share/doc/csound/fprintks.html >+share/doc/csound/fprints.html >+share/doc/csound/frac.html >+share/doc/csound/fractalnoise.html >+share/doc/csound/freeverb.html >+share/doc/csound/ftchnls.html >+share/doc/csound/ftconv.html >+share/doc/csound/ftcps.html >+share/doc/csound/ftfree.html >+share/doc/csound/ftgen.html >+share/doc/csound/ftgenonce.html >+share/doc/csound/ftgentmp.html >+share/doc/csound/ftlen.html >+share/doc/csound/ftload.html >+share/doc/csound/ftloadk.html >+share/doc/csound/ftlptim.html >+share/doc/csound/ftmorf.html >+share/doc/csound/ftsave.html >+share/doc/csound/ftsavek.html >+share/doc/csound/ftsr.html >+share/doc/csound/gain.html >+share/doc/csound/gainslider.html >+share/doc/csound/gauss.html >+share/doc/csound/gaussi.html >+share/doc/csound/gausstrig.html >+share/doc/csound/gbuzz.html >+share/doc/csound/gendy.html >+share/doc/csound/gendyc.html >+share/doc/csound/gendyx.html >+share/doc/csound/getcfg.html >+share/doc/csound/gogobel.html >+share/doc/csound/goto.html >+share/doc/csound/grain.html >+share/doc/csound/grain2.html >+share/doc/csound/grain3.html >+share/doc/csound/granule.html >+share/doc/csound/greaterequal.html >+share/doc/csound/greaterthan.html >+share/doc/csound/guiro.html >+share/doc/csound/harmon.html >+share/doc/csound/harmon2.html >+share/doc/csound/het_export.html >+share/doc/csound/het_import.html >+share/doc/csound/hetro.html >+share/doc/csound/hilbert.html >+share/doc/csound/hrtfearly.html >+share/doc/csound/hrtfer.html >+share/doc/csound/hrtfmove.html >+share/doc/csound/hrtfmove2.html >+share/doc/csound/hrtfreverb.html >+share/doc/csound/hrtfstat.html >+share/doc/csound/hsboscil.html >+share/doc/csound/hvs1.html >+share/doc/csound/hvs2.html >+share/doc/csound/hvs3.html >+share/doc/csound/i.html >+share/doc/csound/ibetarand.html >+share/doc/csound/ibexprnd.html >+share/doc/csound/icauchy.html >+share/doc/csound/ictrl14.html >+share/doc/csound/ictrl21.html >+share/doc/csound/ictrl7.html >+share/doc/csound/iexprand.html >+share/doc/csound/if.html >+share/doc/csound/ifdef.html >+share/doc/csound/ifndef.html >+share/doc/csound/igauss.html >+share/doc/csound/igoto.html >+share/doc/csound/ihold.html >+share/doc/csound/ilinrand.html >+share/doc/csound/imagecreate.html >+share/doc/csound/imagefree.html >+share/doc/csound/imagegetpixel.html >+share/doc/csound/imageload.html >+share/doc/csound/images/600px-Chua's_circuit.svg.png >+share/doc/csound/images/Poisson_distribution_PMF.png >+share/doc/csound/images/adsr.png >+share/doc/csound/images/callouts/1.png >+share/doc/csound/images/callouts/10.png >+share/doc/csound/images/callouts/11.png >+share/doc/csound/images/callouts/12.png >+share/doc/csound/images/callouts/13.png >+share/doc/csound/images/callouts/14.png >+share/doc/csound/images/callouts/15.png >+share/doc/csound/images/callouts/2.png >+share/doc/csound/images/callouts/3.png >+share/doc/csound/images/callouts/4.png >+share/doc/csound/images/callouts/5.png >+share/doc/csound/images/callouts/6.png >+share/doc/csound/images/callouts/7.png >+share/doc/csound/images/callouts/8.png >+share/doc/csound/images/callouts/9.png >+share/doc/csound/images/caution.png >+share/doc/csound/images/delayk.png >+share/doc/csound/images/engine.png >+share/doc/csound/images/flanger.png >+share/doc/csound/images/flbutbank.png >+share/doc/csound/images/flbutton.png >+share/doc/csound/images/flcount.png >+share/doc/csound/images/flknob_3d.png >+share/doc/csound/images/flknob_clock.png >+share/doc/csound/images/flknob_flat.png >+share/doc/csound/images/flknob_pie.png >+share/doc/csound/images/flpack.png >+share/doc/csound/images/flpanel.png >+share/doc/csound/images/flroller.png >+share/doc/csound/images/flscroll.png >+share/doc/csound/images/flslider_horizontal-engraved.png >+share/doc/csound/images/flslider_horizontal-fill.png >+share/doc/csound/images/flslider_horizontal-nice.png >+share/doc/csound/images/fltabs.png >+share/doc/csound/images/fltabs_joysticks-tab.png >+share/doc/csound/images/fltabs_rollers-tab.png >+share/doc/csound/images/fltabs_sliders-tab.png >+share/doc/csound/images/fltext.png >+share/doc/csound/images/gen01.png >+share/doc/csound/images/gen01_1.png >+share/doc/csound/images/gen01_2.png >+share/doc/csound/images/gen01_3.png >+share/doc/csound/images/gen02.png >+share/doc/csound/images/gen02_1.png >+share/doc/csound/images/gen02_2.png >+share/doc/csound/images/gen02_3.png >+share/doc/csound/images/gen03.png >+share/doc/csound/images/gen05.png >+share/doc/csound/images/gen05_1.png >+share/doc/csound/images/gen05_2.png >+share/doc/csound/images/gen06.png >+share/doc/csound/images/gen06_1.png >+share/doc/csound/images/gen06_2.png >+share/doc/csound/images/gen07.png >+share/doc/csound/images/gen07_1.png >+share/doc/csound/images/gen07_2.png >+share/doc/csound/images/gen07_3.png >+share/doc/csound/images/gen08.png >+share/doc/csound/images/gen08_1.png >+share/doc/csound/images/gen08_2.png >+share/doc/csound/images/gen09.png >+share/doc/csound/images/gen09square.png >+share/doc/csound/images/gen10.png >+share/doc/csound/images/gen10_1.png >+share/doc/csound/images/gen10_2.png >+share/doc/csound/images/gen10_3.png >+share/doc/csound/images/gen10_4.png >+share/doc/csound/images/gen11.png >+share/doc/csound/images/gen11_1.png >+share/doc/csound/images/gen11_2.png >+share/doc/csound/images/gen11_3.png >+share/doc/csound/images/gen12.png >+share/doc/csound/images/gen13.png >+share/doc/csound/images/gen14.png >+share/doc/csound/images/gen15-1.png >+share/doc/csound/images/gen15-2.png >+share/doc/csound/images/gen15-3.png >+share/doc/csound/images/gen15-4.png >+share/doc/csound/images/gen15-5.png >+share/doc/csound/images/gen16_types.png >+share/doc/csound/images/gen17.png >+share/doc/csound/images/gen19.png >+share/doc/csound/images/gen20_1.png >+share/doc/csound/images/gen20_2.png >+share/doc/csound/images/gen21_1.png >+share/doc/csound/images/gen21_2.png >+share/doc/csound/images/gen21_3.png >+share/doc/csound/images/gen21_4.png >+share/doc/csound/images/gen21_5.png >+share/doc/csound/images/gen25.png >+share/doc/csound/images/gen27.png >+share/doc/csound/images/gen40.png >+share/doc/csound/images/gen41.png >+share/doc/csound/images/gen42.png >+share/doc/csound/images/gen49.png >+share/doc/csound/images/gen51_1.png >+share/doc/csound/images/gen51_2.png >+share/doc/csound/images/gen51_3.png >+share/doc/csound/images/gen52.png >+share/doc/csound/images/gendy.png >+share/doc/csound/images/gendyx.png >+share/doc/csound/images/gensone.png >+share/doc/csound/images/grain2_rand-448x289.png >+share/doc/csound/images/grain3_2.png >+share/doc/csound/images/image1.png >+share/doc/csound/images/image2.png >+share/doc/csound/images/image3.png >+share/doc/csound/images/image4.png >+share/doc/csound/images/image5.png >+share/doc/csound/images/image6.png >+share/doc/csound/images/image7.png >+share/doc/csound/images/image8.png >+share/doc/csound/images/imode1.png >+share/doc/csound/images/imode2.png >+share/doc/csound/images/imode3.png >+share/doc/csound/images/important.png >+share/doc/csound/images/linen.jpg >+share/doc/csound/images/noise-filter.png >+share/doc/csound/images/note.png >+share/doc/csound/images/pdhalf.png >+share/doc/csound/images/pdhalfy.png >+share/doc/csound/images/poisson_equation.png >+share/doc/csound/images/rnd31_rand.png >+share/doc/csound/images/sfr2.png >+share/doc/csound/images/symbols.png >+share/doc/csound/images/tip.png >+share/doc/csound/images/toot07.gif >+share/doc/csound/images/toot08.gif >+share/doc/csound/images/toot09.gif >+share/doc/csound/images/transeg.png >+share/doc/csound/images/virtualkeyboard.png >+share/doc/csound/images/warning.png >+share/doc/csound/images/wguide1.png >+share/doc/csound/images/wguide2.png >+share/doc/csound/imagesave.html >+share/doc/csound/imagesetpixel.html >+share/doc/csound/imagesize.html >+share/doc/csound/imidic14.html >+share/doc/csound/imidic21.html >+share/doc/csound/imidic7.html >+share/doc/csound/in.html >+share/doc/csound/in32.html >+share/doc/csound/inch.html >+share/doc/csound/include.html >+share/doc/csound/index.html >+share/doc/csound/indexframes.html >+share/doc/csound/inh.html >+share/doc/csound/init.html >+share/doc/csound/initc14.html >+share/doc/csound/initc21.html >+share/doc/csound/initc7.html >+share/doc/csound/inleta.html >+share/doc/csound/inletf.html >+share/doc/csound/inletk.html >+share/doc/csound/inletkid.html >+share/doc/csound/ino.html >+share/doc/csound/inq.html >+share/doc/csound/inrg.html >+share/doc/csound/ins.html >+share/doc/csound/insglobal.html >+share/doc/csound/insremot.html >+share/doc/csound/instimek.html >+share/doc/csound/instimes.html >+share/doc/csound/instr.html >+share/doc/csound/int.html >+share/doc/csound/integ.html >+share/doc/csound/interp.html >+share/doc/csound/invalue.html >+share/doc/csound/inx.html >+share/doc/csound/inz.html >+share/doc/csound/ioff.html >+share/doc/csound/ion.html >+share/doc/csound/iondur.html >+share/doc/csound/iondur2.html >+share/doc/csound/ioutat.html >+share/doc/csound/ioutc.html >+share/doc/csound/ioutc14.html >+share/doc/csound/ioutpat.html >+share/doc/csound/ioutpb.html >+share/doc/csound/ioutpc.html >+share/doc/csound/ipcauchy.html >+share/doc/csound/ipoisson.html >+share/doc/csound/ipow.html >+share/doc/csound/is16b14.html >+share/doc/csound/is32b14.html >+share/doc/csound/islider16.html >+share/doc/csound/islider32.html >+share/doc/csound/islider64.html >+share/doc/csound/islider8.html >+share/doc/csound/itablecopy.html >+share/doc/csound/itablegpw.html >+share/doc/csound/itablemix.html >+share/doc/csound/itablew.html >+share/doc/csound/itrirand.html >+share/doc/csound/iunirand.html >+share/doc/csound/iweibull.html >+share/doc/csound/jacktransport.html >+share/doc/csound/jitter.html >+share/doc/csound/jitter2.html >+share/doc/csound/jspline.html >+share/doc/csound/kbetarand.html >+share/doc/csound/kbexprnd.html >+share/doc/csound/kcauchy.html >+share/doc/csound/kdump.html >+share/doc/csound/kdump2.html >+share/doc/csound/kdump3.html >+share/doc/csound/kdump4.html >+share/doc/csound/kexprand.html >+share/doc/csound/kfilter2.html >+share/doc/csound/kgauss.html >+share/doc/csound/kgoto.html >+share/doc/csound/klinrand.html >+share/doc/csound/kon.html >+share/doc/csound/koutat.html >+share/doc/csound/koutc.html >+share/doc/csound/koutc14.html >+share/doc/csound/koutpat.html >+share/doc/csound/koutpb.html >+share/doc/csound/koutpc.html >+share/doc/csound/kpcauchy.html >+share/doc/csound/kpoisson.html >+share/doc/csound/kpow.html >+share/doc/csound/kr.html >+share/doc/csound/kread.html >+share/doc/csound/kread2.html >+share/doc/csound/kread3.html >+share/doc/csound/kread4.html >+share/doc/csound/ksmps.html >+share/doc/csound/ktableseg.html >+share/doc/csound/ktrirand.html >+share/doc/csound/kunirand.html >+share/doc/csound/kweibull.html >+share/doc/csound/leftbrace.html >+share/doc/csound/lessequal.html >+share/doc/csound/lessthan.html >+share/doc/csound/lfo.html >+share/doc/csound/limit.html >+share/doc/csound/line.html >+share/doc/csound/linearalgebraopcodes.html >+share/doc/csound/linen.html >+share/doc/csound/linenr.html >+share/doc/csound/lineto.html >+share/doc/csound/linrand.html >+share/doc/csound/linseg.html >+share/doc/csound/linsegb.html >+share/doc/csound/linsegr.html >+share/doc/csound/locsend.html >+share/doc/csound/locsig.html >+share/doc/csound/log.html >+share/doc/csound/log10.html >+share/doc/csound/logbtwo.html >+share/doc/csound/logcurve.html >+share/doc/csound/loop_ge.html >+share/doc/csound/loop_gt.html >+share/doc/csound/loop_le.html >+share/doc/csound/loop_lt.html >+share/doc/csound/loopseg.html >+share/doc/csound/loopsegp.html >+share/doc/csound/looptseg.html >+share/doc/csound/loopxseg.html >+share/doc/csound/lorenz.html >+share/doc/csound/loris.html >+share/doc/csound/lorismorph.html >+share/doc/csound/lorisplay.html >+share/doc/csound/lorisread.html >+share/doc/csound/loscil.html >+share/doc/csound/loscil3.html >+share/doc/csound/loscilx.html >+share/doc/csound/lowpass2.html >+share/doc/csound/lowres.html >+share/doc/csound/lowresx.html >+share/doc/csound/lpanal.html >+share/doc/csound/lpf18.html >+share/doc/csound/lpfreson.html >+share/doc/csound/lphasor.html >+share/doc/csound/lpinterp.html >+share/doc/csound/lposcil.html >+share/doc/csound/lposcil3.html >+share/doc/csound/lposcila.html >+share/doc/csound/lposcilsa.html >+share/doc/csound/lposcilsa2.html >+share/doc/csound/lpread.html >+share/doc/csound/lpreson.html >+share/doc/csound/lpshold.html >+share/doc/csound/lpsholdp.html >+share/doc/csound/lpslot.html >+share/doc/csound/lua.html >+share/doc/csound/lua_exec.html >+share/doc/csound/lua_opcall.html >+share/doc/csound/lua_opdef.html >+share/doc/csound/m.html >+share/doc/csound/mac.html >+share/doc/csound/maca.html >+share/doc/csound/madsr.html >+share/doc/csound/makecsd.html >+share/doc/csound/mandel.html >+share/doc/csound/mandol.html >+share/doc/csound/marimba.html >+share/doc/csound/massign.html >+share/doc/csound/max.html >+share/doc/csound/max_k.html >+share/doc/csound/maxabs.html >+share/doc/csound/maxabsaccum.html >+share/doc/csound/maxaccum.html >+share/doc/csound/maxalloc.html >+share/doc/csound/maxtab.html >+share/doc/csound/mclock.html >+share/doc/csound/mdelay.html >+share/doc/csound/median.html >+share/doc/csound/mediank.html >+share/doc/csound/metro.html >+share/doc/csound/midglobal.html >+share/doc/csound/midic14.html >+share/doc/csound/midic21.html >+share/doc/csound/midic7.html >+share/doc/csound/midichannelaftertouch.html >+share/doc/csound/midichn.html >+share/doc/csound/midicontrolchange.html >+share/doc/csound/midictrl.html >+share/doc/csound/mididefault.html >+share/doc/csound/midiin.html >+share/doc/csound/midinoteoff.html >+share/doc/csound/midinoteoncps.html >+share/doc/csound/midinoteonkey.html >+share/doc/csound/midinoteonoct.html >+share/doc/csound/midinoteonpch.html >+share/doc/csound/midion.html >+share/doc/csound/midion2.html >+share/doc/csound/midiout.html >+share/doc/csound/midipitchbend.html >+share/doc/csound/midipolyaftertouch.html >+share/doc/csound/midiprogramchange.html >+share/doc/csound/miditempo.html >+share/doc/csound/midremot.html >+share/doc/csound/min.html >+share/doc/csound/minabs.html >+share/doc/csound/minabsaccum.html >+share/doc/csound/minaccum.html >+share/doc/csound/mincer.html >+share/doc/csound/mintab.html >+share/doc/csound/mirror.html >+share/doc/csound/mixer.html >+share/doc/csound/mkdb.html >+share/doc/csound/mode.html >+share/doc/csound/modmatrix.html >+share/doc/csound/modulus.html >+share/doc/csound/monitor.html >+share/doc/csound/moog.html >+share/doc/csound/moogladder.html >+share/doc/csound/moogvcf.html >+share/doc/csound/moogvcf2.html >+share/doc/csound/moscil.html >+share/doc/csound/mp3in.html >+share/doc/csound/mp3len.html >+share/doc/csound/mpulse.html >+share/doc/csound/mrtmsg.html >+share/doc/csound/multiplies.html >+share/doc/csound/multitap.html >+share/doc/csound/multtab.html >+share/doc/csound/mute.html >+share/doc/csound/mxadsr.html >+share/doc/csound/n.html >+share/doc/csound/nchnls.html >+share/doc/csound/nchnls_i.html >+share/doc/csound/nestedap.html >+share/doc/csound/nlfilt.html >+share/doc/csound/noise.html >+share/doc/csound/noteoff.html >+share/doc/csound/noteon.html >+share/doc/csound/noteondur.html >+share/doc/csound/noteondur2.html >+share/doc/csound/notequal.html >+share/doc/csound/notnum.html >+share/doc/csound/nreverb.html >+share/doc/csound/nrpn.html >+share/doc/csound/nsamp.html >+share/doc/csound/nstrnum.html >+share/doc/csound/ntrpol.html >+share/doc/csound/octave.html >+share/doc/csound/octcps.html >+share/doc/csound/octmidi.html >+share/doc/csound/octmidib.html >+share/doc/csound/octmidinn.html >+share/doc/csound/octpch.html >+share/doc/csound/opa.html >+share/doc/csound/opand.html >+share/doc/csound/opbitand.html >+share/doc/csound/opbitnot.html >+share/doc/csound/opbitor.html >+share/doc/csound/opbitshl.html >+share/doc/csound/opbitshr.html >+share/doc/csound/opcode.html >+share/doc/csound/opi.html >+share/doc/csound/opk.html >+share/doc/csound/opnonequiv.html >+share/doc/csound/opor.html >+share/doc/csound/oscbnk.html >+share/doc/csound/oscil.html >+share/doc/csound/oscil1.html >+share/doc/csound/oscil1i.html >+share/doc/csound/oscil3.html >+share/doc/csound/oscili.html >+share/doc/csound/oscilikt.html >+share/doc/csound/osciliktp.html >+share/doc/csound/oscilikts.html >+share/doc/csound/osciln.html >+share/doc/csound/oscils.html >+share/doc/csound/oscilx.html >+share/doc/csound/out.html >+share/doc/csound/out32.html >+share/doc/csound/outc.html >+share/doc/csound/outch.html >+share/doc/csound/outh.html >+share/doc/csound/outiat.html >+share/doc/csound/outic.html >+share/doc/csound/outic14.html >+share/doc/csound/outipat.html >+share/doc/csound/outipb.html >+share/doc/csound/outipc.html >+share/doc/csound/outkat.html >+share/doc/csound/outkc.html >+share/doc/csound/outkc14.html >+share/doc/csound/outkpat.html >+share/doc/csound/outkpb.html >+share/doc/csound/outkpc.html >+share/doc/csound/outleta.html >+share/doc/csound/outletf.html >+share/doc/csound/outletk.html >+share/doc/csound/outletkid.html >+share/doc/csound/outo.html >+share/doc/csound/outq.html >+share/doc/csound/outq1.html >+share/doc/csound/outq2.html >+share/doc/csound/outq3.html >+share/doc/csound/outq4.html >+share/doc/csound/outrg.html >+share/doc/csound/outs.html >+share/doc/csound/outs1.html >+share/doc/csound/outs2.html >+share/doc/csound/outvalue.html >+share/doc/csound/outx.html >+share/doc/csound/outz.html >+share/doc/csound/p.html >+share/doc/csound/p5gconnect.html >+share/doc/csound/p5gdata.html >+share/doc/csound/pan.html >+share/doc/csound/pan2.html >+share/doc/csound/pareq.html >+share/doc/csound/partials.html >+share/doc/csound/partikkel.html >+share/doc/csound/partikkelsync.html >+share/doc/csound/passign.html >+share/doc/csound/pcauchy.html >+share/doc/csound/pchbend.html >+share/doc/csound/pchmidi.html >+share/doc/csound/pchmidib.html >+share/doc/csound/pchmidinn.html >+share/doc/csound/pchoct.html >+share/doc/csound/pconvolve.html >+share/doc/csound/pcount.html >+share/doc/csound/pdclip.html >+share/doc/csound/pdhalf.html >+share/doc/csound/pdhalfy.html >+share/doc/csound/peak.html >+share/doc/csound/peakk.html >+share/doc/csound/pgmassign.html >+share/doc/csound/phaser1.html >+share/doc/csound/phaser2.html >+share/doc/csound/phasor.html >+share/doc/csound/phasorbnk.html >+share/doc/csound/pindex.html >+share/doc/csound/pinkish.html >+share/doc/csound/pitch.html >+share/doc/csound/pitchamdf.html >+share/doc/csound/planet.html >+share/doc/csound/pluck.html >+share/doc/csound/plustab.html >+share/doc/csound/poisson.html >+share/doc/csound/polyaft.html >+share/doc/csound/polynomial.html >+share/doc/csound/pop.html >+share/doc/csound/pop_f.html >+share/doc/csound/port.html >+share/doc/csound/portk.html >+share/doc/csound/poscil.html >+share/doc/csound/poscil3.html >+share/doc/csound/pow.html >+share/doc/csound/powershape.html >+share/doc/csound/powoftwo.html >+share/doc/csound/prealloc.html >+share/doc/csound/prepiano.html >+share/doc/csound/print.html >+share/doc/csound/printf.html >+share/doc/csound/printk.html >+share/doc/csound/printk2.html >+share/doc/csound/printks.html >+share/doc/csound/prints.html >+share/doc/csound/product.html >+share/doc/csound/pset.html >+share/doc/csound/pt04.html >+share/doc/csound/ptable.html >+share/doc/csound/ptable3.html >+share/doc/csound/ptablei.html >+share/doc/csound/ptablew.html >+share/doc/csound/ptrack.html >+share/doc/csound/push.html >+share/doc/csound/push_f.html >+share/doc/csound/puts.html >+share/doc/csound/pv_export.html >+share/doc/csound/pv_import.html >+share/doc/csound/pvadd.html >+share/doc/csound/pvanal.html >+share/doc/csound/pvbufread.html >+share/doc/csound/pvcross.html >+share/doc/csound/pvinterp.html >+share/doc/csound/pvlook.html >+share/doc/csound/pvoc.html >+share/doc/csound/pvread.html >+share/doc/csound/pvs2tab.html >+share/doc/csound/pvsadsyn.html >+share/doc/csound/pvsanal.html >+share/doc/csound/pvsarp.html >+share/doc/csound/pvsbandp.html >+share/doc/csound/pvsbandr.html >+share/doc/csound/pvsbin.html >+share/doc/csound/pvsblur.html >+share/doc/csound/pvsbuffer.html >+share/doc/csound/pvsbufread.html >+share/doc/csound/pvsbufread2.html >+share/doc/csound/pvscale.html >+share/doc/csound/pvscent.html >+share/doc/csound/pvscross.html >+share/doc/csound/pvsdemix.html >+share/doc/csound/pvsdiskin.html >+share/doc/csound/pvsdisp.html >+share/doc/csound/pvsfilter.html >+share/doc/csound/pvsfread.html >+share/doc/csound/pvsfreeze.html >+share/doc/csound/pvsftr.html >+share/doc/csound/pvsftw.html >+share/doc/csound/pvsfwrite.html >+share/doc/csound/pvsgain.html >+share/doc/csound/pvshift.html >+share/doc/csound/pvsifd.html >+share/doc/csound/pvsin.html >+share/doc/csound/pvsinfo.html >+share/doc/csound/pvsinit.html >+share/doc/csound/pvslock.html >+share/doc/csound/pvsmaska.html >+share/doc/csound/pvsmix.html >+share/doc/csound/pvsmooth.html >+share/doc/csound/pvsmorph.html >+share/doc/csound/pvsosc.html >+share/doc/csound/pvsout.html >+share/doc/csound/pvspitch.html >+share/doc/csound/pvstanal.html >+share/doc/csound/pvstencil.html >+share/doc/csound/pvsvoc.html >+share/doc/csound/pvswarp.html >+share/doc/csound/pvsynth.html >+share/doc/csound/py.html >+share/doc/csound/pyassign.html >+share/doc/csound/pycall.html >+share/doc/csound/pyeval.html >+share/doc/csound/pyexec.html >+share/doc/csound/pyinit.html >+share/doc/csound/pyrun.html >+share/doc/csound/q.html >+share/doc/csound/qinf.html >+share/doc/csound/qnan.html >+share/doc/csound/r.html >+share/doc/csound/raises.html >+share/doc/csound/rand.html >+share/doc/csound/randh.html >+share/doc/csound/randi.html >+share/doc/csound/random.html >+share/doc/csound/randomh.html >+share/doc/csound/randomi.html >+share/doc/csound/rbjeq.html >+share/doc/csound/readclock.html >+share/doc/csound/readk.html >+share/doc/csound/readk2.html >+share/doc/csound/readk3.html >+share/doc/csound/readk4.html >+share/doc/csound/reinit.html >+share/doc/csound/release.html >+share/doc/csound/remoteport.html >+share/doc/csound/remove.html >+share/doc/csound/repluck.html >+share/doc/csound/reson.html >+share/doc/csound/resonk.html >+share/doc/csound/resonr.html >+share/doc/csound/resonx.html >+share/doc/csound/resonxk.html >+share/doc/csound/resony.html >+share/doc/csound/resonz.html >+share/doc/csound/resyn.html >+share/doc/csound/reverb.html >+share/doc/csound/reverb2.html >+share/doc/csound/reverbsc.html >+share/doc/csound/rewindscore.html >+share/doc/csound/rezzy.html >+share/doc/csound/rightbrace.html >+share/doc/csound/rigoto.html >+share/doc/csound/rireturn.html >+share/doc/csound/rms.html >+share/doc/csound/rnd.html >+share/doc/csound/rnd31.html >+share/doc/csound/round.html >+share/doc/csound/rspline.html >+share/doc/csound/rtclock.html >+share/doc/csound/s.html >+share/doc/csound/s16b14.html >+share/doc/csound/s32b14.html >+share/doc/csound/samphold.html >+share/doc/csound/sandpaper.html >+share/doc/csound/scale.html >+share/doc/csound/scalet.html >+share/doc/csound/scaleutility.html >+share/doc/csound/scanhammer.html >+share/doc/csound/scans.html >+share/doc/csound/scantable.html >+share/doc/csound/scanu.html >+share/doc/csound/schedkwhen.html >+share/doc/csound/schedkwhennamed.html >+share/doc/csound/schedule.html >+share/doc/csound/schedwhen.html >+share/doc/csound/scoreline.html >+share/doc/csound/scoreline_i.html >+share/doc/csound/sdif2ad.html >+share/doc/csound/seed.html >+share/doc/csound/sekere.html >+share/doc/csound/semitone.html >+share/doc/csound/sense.html >+share/doc/csound/sensekey.html >+share/doc/csound/seqtime.html >+share/doc/csound/seqtime2.html >+share/doc/csound/serialBegin.html >+share/doc/csound/serialEnd.html >+share/doc/csound/serialFlush.html >+share/doc/csound/serialPrint.html >+share/doc/csound/serialRead.html >+share/doc/csound/serialWrite.html >+share/doc/csound/serialWrite_i.html >+share/doc/csound/setctrl.html >+share/doc/csound/setksmps.html >+share/doc/csound/setscorepos.html >+share/doc/csound/sfilist.html >+share/doc/csound/sfinstr.html >+share/doc/csound/sfinstr3.html >+share/doc/csound/sfinstr3m.html >+share/doc/csound/sfinstrm.html >+share/doc/csound/sfload.html >+share/doc/csound/sflooper.html >+share/doc/csound/sfpassign.html >+share/doc/csound/sfplay.html >+share/doc/csound/sfplay3.html >+share/doc/csound/sfplay3m.html >+share/doc/csound/sfplaym.html >+share/doc/csound/sfplist.html >+share/doc/csound/sfpreset.html >+share/doc/csound/shaker.html >+share/doc/csound/sin.html >+share/doc/csound/sinh.html >+share/doc/csound/sininv.html >+share/doc/csound/sinsyn.html >+share/doc/csound/sleighbells.html >+share/doc/csound/slider16.html >+share/doc/csound/slider16f.html >+share/doc/csound/slider16table.html >+share/doc/csound/slider16tablef.html >+share/doc/csound/slider32.html >+share/doc/csound/slider32f.html >+share/doc/csound/slider32table.html >+share/doc/csound/slider32tablef.html >+share/doc/csound/slider64.html >+share/doc/csound/slider64f.html >+share/doc/csound/slider64table.html >+share/doc/csound/slider64tablef.html >+share/doc/csound/slider8.html >+share/doc/csound/slider8f.html >+share/doc/csound/slider8table.html >+share/doc/csound/slider8tablef.html >+share/doc/csound/sliderKawai.html >+share/doc/csound/sndinfo.html >+share/doc/csound/sndload.html >+share/doc/csound/sndloop.html >+share/doc/csound/sndwarp.html >+share/doc/csound/sndwarpst.html >+share/doc/csound/sockrecv.html >+share/doc/csound/socksend.html >+share/doc/csound/soundin.html >+share/doc/csound/soundout.html >+share/doc/csound/soundouts.html >+share/doc/csound/space.html >+share/doc/csound/spat3d.html >+share/doc/csound/spat3di.html >+share/doc/csound/spat3dt.html >+share/doc/csound/spdist.html >+share/doc/csound/specaddm.html >+share/doc/csound/specdiff.html >+share/doc/csound/specdisp.html >+share/doc/csound/specfilt.html >+share/doc/csound/spechist.html >+share/doc/csound/specptrk.html >+share/doc/csound/specscal.html >+share/doc/csound/specsum.html >+share/doc/csound/spectrum.html >+share/doc/csound/splitrig.html >+share/doc/csound/sprintf.html >+share/doc/csound/sprintfk.html >+share/doc/csound/spsend.html >+share/doc/csound/sqrt.html >+share/doc/csound/sr.html >+share/doc/csound/srconv.html >+share/doc/csound/stack.html >+share/doc/csound/statevar.html >+share/doc/csound/stix.html >+share/doc/csound/strcat.html >+share/doc/csound/strcatk.html >+share/doc/csound/strchar.html >+share/doc/csound/strchark.html >+share/doc/csound/strcmp.html >+share/doc/csound/strcmpk.html >+share/doc/csound/strcpy.html >+share/doc/csound/strcpyk.html >+share/doc/csound/streson.html >+share/doc/csound/strget.html >+share/doc/csound/strindex.html >+share/doc/csound/strindexk.html >+share/doc/csound/stringconvert.html >+share/doc/csound/strlen.html >+share/doc/csound/strlenk.html >+share/doc/csound/strlower.html >+share/doc/csound/strlowerk.html >+share/doc/csound/strrindex.html >+share/doc/csound/strrindexk.html >+share/doc/csound/strset.html >+share/doc/csound/strsub.html >+share/doc/csound/strsubk.html >+share/doc/csound/strtod.html >+share/doc/csound/strtodk.html >+share/doc/csound/strtol.html >+share/doc/csound/strtolk.html >+share/doc/csound/strupper.html >+share/doc/csound/strupperk.html >+share/doc/csound/subinstr.html >+share/doc/csound/subinstrinit.html >+share/doc/csound/subtracts.html >+share/doc/csound/sum.html >+share/doc/csound/sumtab.html >+share/doc/csound/svfilter.html >+share/doc/csound/syncgrain.html >+share/doc/csound/syncloop.html >+share/doc/csound/syncphasor.html >+share/doc/csound/system.html >+share/doc/csound/t.html >+share/doc/csound/tab.html >+share/doc/csound/tab2pvs.html >+share/doc/csound/table.html >+share/doc/csound/table3.html >+share/doc/csound/tablecopy.html >+share/doc/csound/tablefilter.html >+share/doc/csound/tablefilteri.html >+share/doc/csound/tablegpw.html >+share/doc/csound/tablei.html >+share/doc/csound/tableicopy.html >+share/doc/csound/tableigpw.html >+share/doc/csound/tableikt.html >+share/doc/csound/tableimix.html >+share/doc/csound/tableiw.html >+share/doc/csound/tablekt.html >+share/doc/csound/tablemix.html >+share/doc/csound/tableng.html >+share/doc/csound/tablera.html >+share/doc/csound/tableseg.html >+share/doc/csound/tableshuffle.html >+share/doc/csound/tablew.html >+share/doc/csound/tablewa.html >+share/doc/csound/tablewkt.html >+share/doc/csound/tablexkt.html >+share/doc/csound/tablexseg.html >+share/doc/csound/tabmorph.html >+share/doc/csound/tabmorpha.html >+share/doc/csound/tabmorphak.html >+share/doc/csound/tabmorphi.html >+share/doc/csound/tabplay.html >+share/doc/csound/tabrec.html >+share/doc/csound/tabsum.html >+share/doc/csound/tambourine.html >+share/doc/csound/tan.html >+share/doc/csound/tanh.html >+share/doc/csound/taninv.html >+share/doc/csound/taninv2.html >+share/doc/csound/tb.html >+share/doc/csound/tbvcf.html >+share/doc/csound/tclcsound.html >+share/doc/csound/tclrefe.html >+share/doc/csound/tclscripting.html >+share/doc/csound/tclwrapper.html >+share/doc/csound/tempest.html >+share/doc/csound/tempo.html >+share/doc/csound/temposcal.html >+share/doc/csound/tempoval.html >+share/doc/csound/tigoto.html >+share/doc/csound/timedseq.html >+share/doc/csound/timeinstk.html >+share/doc/csound/timeinsts.html >+share/doc/csound/timek.html >+share/doc/csound/times.html >+share/doc/csound/timout.html >+share/doc/csound/title.html >+share/doc/csound/tival.html >+share/doc/csound/tlineto.html >+share/doc/csound/tone.html >+share/doc/csound/tonek.html >+share/doc/csound/tonex.html >+share/doc/csound/tradsyn.html >+share/doc/csound/trandom.html >+share/doc/csound/transeg.html >+share/doc/csound/transegb.html >+share/doc/csound/transegr.html >+share/doc/csound/trcross.html >+share/doc/csound/trfilter.html >+share/doc/csound/trhighest.html >+share/doc/csound/trigger.html >+share/doc/csound/trigseq.html >+share/doc/csound/trirand.html >+share/doc/csound/trlowest.html >+share/doc/csound/trmix.html >+share/doc/csound/trscale.html >+share/doc/csound/trshift.html >+share/doc/csound/trsplit.html >+share/doc/csound/turnoff.html >+share/doc/csound/turnoff2.html >+share/doc/csound/turnon.html >+share/doc/csound/undef.html >+share/doc/csound/unirand.html >+share/doc/csound/until.html >+share/doc/csound/upsamp.html >+share/doc/csound/urandom.html >+share/doc/csound/urd.html >+share/doc/csound/v.html >+share/doc/csound/vadd.html >+share/doc/csound/vadd_i.html >+share/doc/csound/vaddv.html >+share/doc/csound/vaddv_i.html >+share/doc/csound/vaget.html >+share/doc/csound/valpass.html >+share/doc/csound/vaset.html >+share/doc/csound/vbap16.html >+share/doc/csound/vbap16move.html >+share/doc/csound/vbap4.html >+share/doc/csound/vbap4move.html >+share/doc/csound/vbap8.html >+share/doc/csound/vbap8move.html >+share/doc/csound/vbaplsinit.html >+share/doc/csound/vbapz.html >+share/doc/csound/vbapzmove.html >+share/doc/csound/vcella.html >+share/doc/csound/vco.html >+share/doc/csound/vco2.html >+share/doc/csound/vco2ft.html >+share/doc/csound/vco2ift.html >+share/doc/csound/vco2init.html >+share/doc/csound/vcomb.html >+share/doc/csound/vcopy.html >+share/doc/csound/vcopy_i.html >+share/doc/csound/vdelay.html >+share/doc/csound/vdelay3.html >+share/doc/csound/vdelayk.html >+share/doc/csound/vdelayx.html >+share/doc/csound/vdelayxq.html >+share/doc/csound/vdelayxs.html >+share/doc/csound/vdelayxw.html >+share/doc/csound/vdelayxwq.html >+share/doc/csound/vdelayxws.html >+share/doc/csound/vdivv.html >+share/doc/csound/vdivv_i.html >+share/doc/csound/vecdelay.html >+share/doc/csound/vectorial.html >+share/doc/csound/vectorialdelay.html >+share/doc/csound/vectorialimiting.html >+share/doc/csound/vectorialrandom.html >+share/doc/csound/vectorialscalar.html >+share/doc/csound/vectorialvectorial.html >+share/doc/csound/veloc.html >+share/doc/csound/vexp.html >+share/doc/csound/vexp_i.html >+share/doc/csound/vexpseg.html >+share/doc/csound/vexpv.html >+share/doc/csound/vexpv_i.html >+share/doc/csound/vibes.html >+share/doc/csound/vibr.html >+share/doc/csound/vibrato.html >+share/doc/csound/vincr.html >+share/doc/csound/vlimit.html >+share/doc/csound/vlinseg.html >+share/doc/csound/vlowres.html >+share/doc/csound/vmap.html >+share/doc/csound/vmirror.html >+share/doc/csound/vmult.html >+share/doc/csound/vmult_i.html >+share/doc/csound/vmultv.html >+share/doc/csound/vmultv_i.html >+share/doc/csound/voice.html >+share/doc/csound/vosim.html >+share/doc/csound/vphaseseg.html >+share/doc/csound/vport.html >+share/doc/csound/vpow.html >+share/doc/csound/vpow_i.html >+share/doc/csound/vpowv.html >+share/doc/csound/vpowv_i.html >+share/doc/csound/vpvoc.html >+share/doc/csound/vrandh.html >+share/doc/csound/vrandi.html >+share/doc/csound/vst4cs.html >+share/doc/csound/vstaudio.html >+share/doc/csound/vstbankload.html >+share/doc/csound/vstedit.html >+share/doc/csound/vstinfo.html >+share/doc/csound/vstinit.html >+share/doc/csound/vstmidiout.html >+share/doc/csound/vstnote.html >+share/doc/csound/vstparamset.html >+share/doc/csound/vstprogset.html >+share/doc/csound/vsubv.html >+share/doc/csound/vsubv_i.html >+share/doc/csound/vtaba.html >+share/doc/csound/vtabi.html >+share/doc/csound/vtabk.html >+share/doc/csound/vtable1k.html >+share/doc/csound/vtablea.html >+share/doc/csound/vtablei.html >+share/doc/csound/vtablek.html >+share/doc/csound/vtablewa.html >+share/doc/csound/vtablewi.html >+share/doc/csound/vtablewk.html >+share/doc/csound/vtabwa.html >+share/doc/csound/vtabwi.html >+share/doc/csound/vtabwk.html >+share/doc/csound/vwrap.html >+share/doc/csound/waveset.html >+share/doc/csound/weibull.html >+share/doc/csound/wgbow.html >+share/doc/csound/wgbowedbar.html >+share/doc/csound/wgbrass.html >+share/doc/csound/wgclar.html >+share/doc/csound/wgflute.html >+share/doc/csound/wgpluck.html >+share/doc/csound/wgpluck2.html >+share/doc/csound/wguide1.html >+share/doc/csound/wguide2.html >+share/doc/csound/wiiconnect.html >+share/doc/csound/wiidata.html >+share/doc/csound/wiirange.html >+share/doc/csound/wiisend.html >+share/doc/csound/wrap.html >+share/doc/csound/wterrain.html >+share/doc/csound/x.html >+share/doc/csound/xadsr.html >+share/doc/csound/xin.html >+share/doc/csound/xout.html >+share/doc/csound/xscanmap.html >+share/doc/csound/xscans.html >+share/doc/csound/xscansmap.html >+share/doc/csound/xscanu.html >+share/doc/csound/xtratim.html >+share/doc/csound/xyin.html >+share/doc/csound/zacl.html >+share/doc/csound/zakinit.html >+share/doc/csound/zamod.html >+share/doc/csound/zar.html >+share/doc/csound/zarg.html >+share/doc/csound/zaw.html >+share/doc/csound/zawm.html >+share/doc/csound/zfilter2.html >+share/doc/csound/zir.html >+share/doc/csound/ziw.html >+share/doc/csound/ziwm.html >+share/doc/csound/zkcl.html >+share/doc/csound/zkmod.html >+share/doc/csound/zkr.html >+share/doc/csound/zkw.html >+share/doc/csound/zkwm.html >+share/licenses/csound-5.16.6/LGPL21 >+share/licenses/csound-5.16.6/LICENSE >+share/licenses/csound-5.16.6/catalog.mk
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 164984
:
121906
| 121907