Skip to content

Commit

Permalink
deploy: 3b9113b
Browse files Browse the repository at this point in the history
  • Loading branch information
tjingboem committed May 3, 2024
1 parent 6703db8 commit 7fde9cd
Show file tree
Hide file tree
Showing 1,469 changed files with 12,275 additions and 11,897 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="idm24443"></a>
<a id="idm24495"></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="idm24450"></a>
<a id="idm24502"></a>
<h2>Syntax</h2>
<pre class="synopsis"><span class="command"><strong>A4</strong></span> = iarg</pre>
</div>
<div class="refsect1">
<a id="idm24454"></a>
<a id="idm24506"></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="idm24472"></a>
<a id="idm24524"></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="idm24477"></a>
<a id="idm24529"></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="idm24484"></a>
<a id="idm24536"></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="idm24750"></a>
<a id="idm24802"></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="idm24775"></a>
<a id="idm24827"></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="idm35639"></a>
<a id="idm35625"></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="idm35643"></a>
<a id="idm35629"></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="idm35647"></a>
<a id="idm35633"></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="idm35670"></a>
<a id="idm35656"></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="idm35692"></a>
<a id="idm35678"></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="idm35705"></a>
<a id="idm35691"></a>
<p class="title">
<strong>Example 71. Example of the ATSadd opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm35707"></a>
<a id="idm35693"></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="idm35862"></a>
<a id="idm35848"></a>
<p class="title">
<strong>Example 72. Example 2 of the ATSadd opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm35864"></a>
<a id="idm35850"></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="idm36206"></a>
<a id="idm36192"></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="idm36227"></a>
<a id="idm36213"></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="idm36244"></a>
<a id="idm36230"></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="idm36248"></a>
<a id="idm36234"></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="idm36252"></a>
<a id="idm36238"></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="idm36265"></a>
<a id="idm36251"></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="idm36284"></a>
<a id="idm36270"></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="idm36293"></a>
<a id="idm36279"></a>
<p class="title">
<strong>Example 73. Example of the ATSaddnz opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm36295"></a>
<a id="idm36281"></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="idm36410"></a>
<a id="idm36396"></a>
<p class="title">
<strong>Example 74. Example 2 of the ATSaddnz opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm36412"></a>
<a id="idm36398"></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="idm36671"></a>
<a id="idm36657"></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="idm36692"></a>
<a id="idm36678"></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="idm36709"></a>
<a id="idm36695"></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="idm36713"></a>
<a id="idm36699"></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="idm36717"></a>
<a id="idm36703"></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="idm36730"></a>
<a id="idm36716"></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="idm36765"></a>
<a id="idm36751"></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="idm36770"></a>
<a id="idm36756"></a>
<p class="title">
<strong>Example 75. Example of the ATSbufread opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm36772"></a>
<a id="idm36758"></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="idm37028"></a>
<a id="idm37014"></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="idm37049"></a>
<a id="idm37035"></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="idm37066"></a>
<a id="idm37052"></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="idm37072"></a>
<a id="idm37058"></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="idm37076"></a>
<a id="idm37062"></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="idm37089"></a>
<a id="idm37075"></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="idm37152"></a>
<a id="idm37138"></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="idm37157"></a>
<a id="idm37143"></a>
<p class="title">
<strong>Example 76. Example of the ATScross opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm37159"></a>
<a id="idm37145"></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="idm37424"></a>
<a id="idm37410"></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="idm37445"></a>
<a id="idm37431"></a>
<h2>Credits</h2>
<p>
</p>
Expand Down
Loading

0 comments on commit 7fde9cd

Please sign in to comment.