Skip to content

Commit

Permalink
deploy: ef6d90f
Browse files Browse the repository at this point in the history
  • Loading branch information
tjingboem committed May 9, 2024
1 parent 0b34908 commit f036fd1
Show file tree
Hide file tree
Showing 1,536 changed files with 12,464 additions and 12,464 deletions.
16 changes: 8 additions & 8 deletions A4.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2>
</p>
</div>
<div class="refsect1">
<a id="idm24476"></a>
<a id="idm24383"></a>
<h2>Description</h2>
<p>
These statements are global value <a class="link" href="assign.html" title="="><em class="citetitle">assignments</em></a>, made
Expand All @@ -51,12 +51,12 @@ <h2>Description</h2>
</p>
</div>
<div class="refsect1">
<a id="idm24483"></a>
<a id="idm24390"></a>
<h2>Syntax</h2>
<pre class="synopsis"><span class="command"><strong>A4</strong></span> = iarg</pre>
</div>
<div class="refsect1">
<a id="idm24487"></a>
<a id="idm24394"></a>
<h2>Initialization</h2>
<p>
<span class="emphasis"><em>A4</em></span> = (optional) -- set reference frequency
Expand All @@ -74,21 +74,21 @@ <h2>Initialization</h2>
</p>
</div>
<div class="refsect1">
<a id="idm24505"></a>
<a id="idm24412"></a>
<h2>Examples</h2>
<p>
Here is an example of the A4 opcode. It uses the file <a class="ulink" href="examples/A4.csd" target="_top"><em class="citetitle">A4.csd</em></a>.

</p>
<div class="example">
<a id="idm24510"></a>
<a id="idm24417"></a>
<p class="title">
<strong>Example 35. Example of the A4 opcode.</strong>
</p>
<div class="example-contents">
<p>See the sections <a class="link" href="UsingRealTime.html" title="Real-Time Audio"><em class="citetitle">Real-time Audio</em></a> and <a class="link" href="CommandFlags.html" title="Csound command line"><em class="citetitle">Command Line Flags</em></a> for more information on using command line flags.</p>
<div class="refsect1">
<a id="idm24517"></a>
<a id="idm24424"></a>
<pre class="programlisting">
<span class="nt">&lt;CsoundSynthesizer&gt;</span>
<span class="nt">&lt;CsOptions&gt;</span>
Expand Down Expand Up @@ -157,7 +157,7 @@ <h2>Examples</h2>
</p>
</div>
<div class="refsect1">
<a id="idm24783"></a>
<a id="idm24690"></a>
<h2>See Also</h2>
<p>
<a class="link" href="sr.html" title="sr"><em class="citetitle">sr</em></a>,
Expand All @@ -174,7 +174,7 @@ <h2>See Also</h2>
</p>
</div>
<div class="refsect1">
<a id="idm24808"></a>
<a id="idm24715"></a>
<h2>Credits</h2>
<p>
</p>
Expand Down
22 changes: 11 additions & 11 deletions ATSadd.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ <h2>
</p>
</div>
<div class="refsect1">
<a id="idm35611"></a>
<a id="idm35506"></a>
<h2>Description</h2>
<p>
<span class="emphasis"><em>ATSadd</em></span> reads from an ATS analysis file and uses the data to perform additive synthesis using an internal array of interpolating oscillators.
</p>
</div>
<div class="refsect1">
<a id="idm35615"></a>
<a id="idm35510"></a>
<h2>Syntax</h2>
<pre class="synopsis">ar <span class="command"><strong>ATSadd</strong></span> ktimepnt, kfmod, iatsfile, ifn, ipartials[, ipartialoffset, \
ipartialincr, igatefn]</pre>
</div>
<div class="refsect1">
<a id="idm35619"></a>
<a id="idm35514"></a>
<h2>Initialization</h2>
<p>
<span class="emphasis"><em>iatsfile</em></span> – the ATS number (n in ats.n) or the name in quotes of the analysis file made using <a class="link" href="UtilityAtsa.html" title="atsa"><em class="citetitle">ATSA</em></a>.
Expand All @@ -69,7 +69,7 @@ <h2>Initialization</h2>
</p>
</div>
<div class="refsect1">
<a id="idm35642"></a>
<a id="idm35537"></a>
<h2>Performance</h2>
<p><span class="emphasis"><em>ktimepnt</em></span> – The time pointer in seconds used to index the ATS file. Used for <span class="emphasis"><em>ATSadd</em></span> exactly the same as for <a class="link" href="pvoc.html" title="pvoc"><em class="citetitle">pvoc</em></a>.</p>
<p><span class="emphasis"><em>ATSadd</em></span> and <a class="link" href="ATSaddnz.html" title="ATSaddnz"><em class="citetitle">ATSaddnz</em></a> are based on <a class="link" href="pvadd.html" title="pvadd"><em class="citetitle">pvadd</em></a> by Richard Karpen and use files created by Juan Pampin's ATS (<a class="ulink" href="https://ccrma.stanford.edu/~juan/ATS_manual.html" target="_top"><em class="citetitle">Analysis - Transformation - Synthesis</em></a>).
Expand All @@ -80,7 +80,7 @@ <h2>Performance</h2>
</p>
</div>
<div class="refsect1">
<a id="idm35664"></a>
<a id="idm35559"></a>
<h2>Examples</h2>
<pre class="programlisting"> ktime <span class="opc">line</span> 0, p3, 2.5
asig <span class="opc">ATSadd</span> ktime, 1, "clarinet.ats", 1, 20, 2
Expand All @@ -91,13 +91,13 @@ <h2>Examples</h2>
Here is a complete example of the ATSadd opcode. It uses the file <a class="ulink" href="examples/ATSadd.csd" target="_top"><em class="citetitle">ATSadd.csd</em></a>.
</p>
<div class="example">
<a id="idm35677"></a>
<a id="idm35572"></a>
<p class="title">
<strong>Example 71. Example of the ATSadd opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm35679"></a>
<a id="idm35574"></a>
<pre class="programlisting">
<span class="nt">&lt;CsoundSynthesizer&gt;</span>
<span class="nt">&lt;CsOptions&gt;</span>
Expand Down Expand Up @@ -147,13 +147,13 @@ <h2>Examples</h2>
Here is another example of the ATSadd opcode. It uses the file <a class="ulink" href="examples/ATSadd-2.csd" target="_top"><em class="citetitle">ATSadd-2.csd</em></a>.
</p>
<div class="example">
<a id="idm35834"></a>
<a id="idm35729"></a>
<p class="title">
<strong>Example 72. Example 2 of the ATSadd opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm35836"></a>
<a id="idm35731"></a>
<pre class="programlisting">
<span class="nt">&lt;CsoundSynthesizer&gt;</span>
<span class="nt">&lt;CsOptions&gt;</span>
Expand Down Expand Up @@ -220,7 +220,7 @@ <h2>Examples</h2>
</p>
</div>
<div class="refsect1">
<a id="idm36178"></a>
<a id="idm36073"></a>
<h2>See also</h2>
<p><a class="link" href="ATSread.html" title="ATSread"><em class="citetitle">ATSread</em></a>,
<a class="link" href="ATSreadnz.html" title="ATSreadnz"><em class="citetitle">ATSreadnz</em></a>,
Expand All @@ -233,7 +233,7 @@ <h2>See also</h2>
<a class="link" href="ATSsinnoi.html" title="ATSsinnoi"><em class="citetitle">ATSsinnoi</em></a></p>
</div>
<div class="refsect1">
<a id="idm36199"></a>
<a id="idm36094"></a>
<h2>Credits</h2>
<p>
</p>
Expand Down
22 changes: 11 additions & 11 deletions ATSaddnz.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ <h2>
</p>
</div>
<div class="refsect1">
<a id="idm36216"></a>
<a id="idm36111"></a>
<h2>Description</h2>
<p>
<span class="emphasis"><em>ATSaddnz</em></span> reads from an ATS analysis file and uses the data to perform additive synthesis using a modified randi function.
</p>
</div>
<div class="refsect1">
<a id="idm36220"></a>
<a id="idm36115"></a>
<h2>Syntax</h2>
<pre class="synopsis">ar <span class="command"><strong>ATSaddnz</strong></span> ktimepnt, iatsfile, ibands[, ibandoffset, ibandincr]</pre>
</div>
<div class="refsect1">
<a id="idm36224"></a>
<a id="idm36119"></a>
<h2>Initialization</h2>
<p>
<span class="emphasis"><em>iatsfile</em></span> – the ATS number (n in ats.n) or the name in quotes of the analysis file made using <a class="link" href="UtilityAtsa.html" title="atsa"><em class="citetitle">ATSA</em></a>.
Expand All @@ -63,7 +63,7 @@ <h2>Initialization</h2>
</p>
</div>
<div class="refsect1">
<a id="idm36237"></a>
<a id="idm36132"></a>
<h2>Performance</h2>
<p><span class="emphasis"><em>ktimepnt</em></span> – The time pointer in seconds used to index the ATS file. Used for <span class="emphasis"><em>ATSaddnz</em></span> exactly the same as for <a class="link" href="pvoc.html" title="pvoc"><em class="citetitle">pvoc</em></a> and <a class="link" href="ATSadd.html" title="ATSadd"><em class="citetitle">ATSadd</em></a>.</p>
<p><span class="emphasis"><em>ATSaddnz</em></span> and <a class="link" href="ATSadd.html" title="ATSadd"><em class="citetitle">ATSadd</em></a> are based on <a class="link" href="pvadd.html" title="pvadd"><em class="citetitle">pvadd</em></a> by Richard Karpen and use files created by Juan Pampin's ATS (<a class="ulink" href="https://ccrma.stanford.edu/~juan/ATS_manual.html" target="_top"><em class="citetitle">Analysis - Transformation - Synthesis</em></a>).
Expand All @@ -72,7 +72,7 @@ <h2>Performance</h2>
</p>
</div>
<div class="refsect1">
<a id="idm36256"></a>
<a id="idm36151"></a>
<h2>Examples</h2>
<pre class="programlisting"> ktime <span class="opc">line</span> 0, p3, 2.5
asig <span class="opc">ATSaddnz</span> ktime, "clarinet.ats", 25
Expand All @@ -83,13 +83,13 @@ <h2>Examples</h2>
Here is a complete example of the ATSaddnz opcode. It uses the file <a class="ulink" href="examples/ATSaddnz.csd" target="_top"><em class="citetitle">ATSaddnz.csd</em></a>.
</p>
<div class="example">
<a id="idm36265"></a>
<a id="idm36160"></a>
<p class="title">
<strong>Example 73. Example of the ATSaddnz opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm36267"></a>
<a id="idm36162"></a>
<pre class="programlisting">
<span class="nt">&lt;CsoundSynthesizer&gt;</span>
<span class="nt">&lt;CsOptions&gt;</span>
Expand Down Expand Up @@ -134,13 +134,13 @@ <h2>Examples</h2>
Here is another example of the ATSaddnz opcode. It uses the file <a class="ulink" href="examples/ATSaddnz-2.csd" target="_top"><em class="citetitle">ATSaddnz-2.csd</em></a>.
</p>
<div class="example">
<a id="idm36382"></a>
<a id="idm36277"></a>
<p class="title">
<strong>Example 74. Example 2 of the ATSaddnz opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm36384"></a>
<a id="idm36279"></a>
<pre class="programlisting">
<span class="nt">&lt;CsoundSynthesizer&gt;</span>
<span class="nt">&lt;CsOptions&gt;</span>
Expand Down Expand Up @@ -197,7 +197,7 @@ <h2>Examples</h2>
</p>
</div>
<div class="refsect1">
<a id="idm36643"></a>
<a id="idm36538"></a>
<h2>See also</h2>
<p><a class="link" href="ATSread.html" title="ATSread"><em class="citetitle">ATSread</em></a>,
<a class="link" href="ATSreadnz.html" title="ATSreadnz"><em class="citetitle">ATSreadnz</em></a>,
Expand All @@ -210,7 +210,7 @@ <h2>See also</h2>
<a class="link" href="ATSsinnoi.html" title="ATSsinnoi"><em class="citetitle">ATSsinnoi</em></a></p>
</div>
<div class="refsect1">
<a id="idm36664"></a>
<a id="idm36559"></a>
<h2>Credits</h2>
<p>
</p>
Expand Down
18 changes: 9 additions & 9 deletions ATSbufread.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ <h2>
</p>
</div>
<div class="refsect1">
<a id="idm36681"></a>
<a id="idm36576"></a>
<h2>Description</h2>
<p>
<span class="emphasis"><em>ATSbufread</em></span> reads data from and ATS data file and stores it in an internal data table of frequency, amplitude pairs.
</p>
</div>
<div class="refsect1">
<a id="idm36685"></a>
<a id="idm36580"></a>
<h2>Syntax</h2>
<pre class="synopsis"><span class="command"><strong>ATSbufread</strong></span> ktimepnt, kfmod, iatsfile, ipartials[, ipartialoffset, \
ipartialincr]</pre>
</div>
<div class="refsect1">
<a id="idm36689"></a>
<a id="idm36584"></a>
<h2>Initialization</h2>
<p>
<span class="emphasis"><em>iatsfile</em></span> – the ATS number (n in ats.n) or the name in quotes of the analysis file made using <a class="link" href="UtilityAtsa.html" title="atsa"><em class="citetitle">ATSA</em></a>.
Expand All @@ -64,7 +64,7 @@ <h2>Initialization</h2>
</p>
</div>
<div class="refsect1">
<a id="idm36702"></a>
<a id="idm36597"></a>
<h2>Performance</h2>
<p><span class="emphasis"><em>ktimepnt</em></span> – The time pointer in seconds used to index the ATS file. Used for <span class="emphasis"><em>ATSbufread</em></span> exactly the same as for <a class="link" href="pvoc.html" title="pvoc"><em class="citetitle">pvoc</em></a>.</p>
<p>
Expand All @@ -89,20 +89,20 @@ <h2>Performance</h2>
</p>
</div>
<div class="refsect1">
<a id="idm36737"></a>
<a id="idm36632"></a>
<h2>Examples</h2>
<p>
Here is an example of the ATSbufread opcode. It uses the file <a class="ulink" href="examples/ATSbufread.csd" target="_top"><em class="citetitle">ATSbufread.csd</em></a>.

</p>
<div class="example">
<a id="idm36742"></a>
<a id="idm36637"></a>
<p class="title">
<strong>Example 75. Example of the ATSbufread opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm36744"></a>
<a id="idm36639"></a>
<pre class="programlisting">
<span class="nt">&lt;CsoundSynthesizer&gt;</span>
<span class="nt">&lt;CsOptions&gt;</span>
Expand Down Expand Up @@ -161,7 +161,7 @@ <h2>Examples</h2>
<p>See also the examples for <a class="link" href="ATScross.html" title="ATScross"><em class="citetitle">ATScross</em></a>, <a class="link" href="ATSinterpread.html" title="ATSinterpread"><em class="citetitle">ATSinterpread</em></a> and <a class="link" href="ATSpartialtap.html" title="ATSpartialtap"><em class="citetitle">ATSpartialtap</em></a></p>
</div>
<div class="refsect1">
<a id="idm37000"></a>
<a id="idm36895"></a>
<h2>See also</h2>
<p><a class="link" href="ATSread.html" title="ATSread"><em class="citetitle">ATSread</em></a>,
<a class="link" href="ATSreadnz.html" title="ATSreadnz"><em class="citetitle">ATSreadnz</em></a>,
Expand All @@ -174,7 +174,7 @@ <h2>See also</h2>
<a class="link" href="ATSaddnz.html" title="ATSaddnz"><em class="citetitle">ATSaddnz</em></a></p>
</div>
<div class="refsect1">
<a id="idm37021"></a>
<a id="idm36916"></a>
<h2>Credits</h2>
<p>
</p>
Expand Down
18 changes: 9 additions & 9 deletions ATScross.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ <h2>
</p>
</div>
<div class="refsect1">
<a id="idm37038"></a>
<a id="idm36933"></a>
<h2>Description</h2>
<p>
<span class="emphasis"><em>ATScross</em></span> uses data from an ATS analysis file and data from an <a class="link" href="ATSbufread.html" title="ATSbufread"><em class="citetitle">ATSbufread</em></a> to perform cross synthesis.
</p>
</div>
<div class="refsect1">
<a id="idm37044"></a>
<a id="idm36939"></a>
<h2>Syntax</h2>
<pre class="synopsis">ar <span class="command"><strong>ATScross</strong></span> ktimepnt, kfmod, iatsfile, ifn, kmylev, kbuflev, ipartials \
[, ipartialoffset, ipartialincr]</pre>
</div>
<div class="refsect1">
<a id="idm37048"></a>
<a id="idm36943"></a>
<h2>Initialization</h2>
<p>
<span class="emphasis"><em>iatsfile</em></span> – integer or character-string denoting a control-file derived from ATS analysis of an audio signal. An integer denotes the suffix of a file ATS.m; a character-string (in double quotes) gives a filename, optionally a full pathname. If not full-path, the file is sought first in the current directory, then in the one given by the environment variable SADIR (if defined).
Expand All @@ -65,7 +65,7 @@ <h2>Initialization</h2>
</p>
</div>
<div class="refsect1">
<a id="idm37061"></a>
<a id="idm36956"></a>
<h2>Performance</h2>
<p><span class="emphasis"><em>ktimepnt</em></span> – The time pointer in seconds used to index the ATS file. Used for <span class="emphasis"><em>ATScross</em></span> exactly the same as for <a class="link" href="pvoc.html" title="pvoc"><em class="citetitle">pvoc</em></a>.</p>
<p>
Expand All @@ -79,19 +79,19 @@ <h2>Performance</h2>
</p>
</div>
<div class="refsect1">
<a id="idm37124"></a>
<a id="idm37019"></a>
<h2>Examples</h2>
<p>
Here is an example of the ATScross opcode. It uses the file <a class="ulink" href="examples/ATScross.csd" target="_top"><em class="citetitle">ATScross.csd</em></a>.
</p>
<div class="example">
<a id="idm37129"></a>
<a id="idm37024"></a>
<p class="title">
<strong>Example 76. Example of the ATScross opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm37131"></a>
<a id="idm37026"></a>
<pre class="programlisting">
<span class="nt">&lt;CsoundSynthesizer&gt;</span>
<span class="nt">&lt;CsOptions&gt;</span>
Expand Down Expand Up @@ -151,7 +151,7 @@ <h2>Examples</h2>
</p>
</div>
<div class="refsect1">
<a id="idm37396"></a>
<a id="idm37291"></a>
<h2>See also</h2>
<p><a class="link" href="ATSread.html" title="ATSread"><em class="citetitle">ATSread</em></a>,
<a class="link" href="ATSreadnz.html" title="ATSreadnz"><em class="citetitle">ATSreadnz</em></a>,
Expand All @@ -164,7 +164,7 @@ <h2>See also</h2>
<a class="link" href="ATSaddnz.html" title="ATSaddnz"><em class="citetitle">ATSaddnz</em></a></p>
</div>
<div class="refsect1">
<a id="idm37417"></a>
<a id="idm37312"></a>
<h2>Credits</h2>
<p>
</p>
Expand Down
Loading

0 comments on commit f036fd1

Please sign in to comment.