Skip to content

Commit

Permalink
deploy: b864dd3
Browse files Browse the repository at this point in the history
  • Loading branch information
tjingboem committed May 21, 2024
1 parent 63b5352 commit fe4ebbb
Show file tree
Hide file tree
Showing 1,528 changed files with 12,188 additions and 12,187 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="idm24528"></a>
<a id="idm24530"></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="idm24535"></a>
<a id="idm24537"></a>
<h2>Syntax</h2>
<pre class="synopsis"><span class="command"><strong>A4</strong></span> = iarg</pre>
</div>
<div class="refsect1">
<a id="idm24539"></a>
<a id="idm24541"></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="idm24557"></a>
<a id="idm24559"></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="idm24562"></a>
<a id="idm24564"></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="idm24569"></a>
<a id="idm24571"></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="idm24835"></a>
<a id="idm24837"></a>
<h2>See also</h2>
<p>
<a class="link" href="OrchTop.html#OrchHeader" title="Orchestra Header Statements">
Expand All @@ -166,7 +166,7 @@ <h2>See also</h2>
</p>
</div>
<div class="refsect1">
<a id="idm24840"></a>
<a id="idm24842"></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="idm35544"></a>
<a id="idm35546"></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="idm35548"></a>
<a id="idm35550"></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="idm35552"></a>
<a id="idm35554"></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="idm35575"></a>
<a id="idm35577"></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="idm35597"></a>
<a id="idm35599"></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="idm35610"></a>
<a id="idm35612"></a>
<p class="title">
<strong>Example 71. Example of the ATSadd opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm35612"></a>
<a id="idm35614"></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="idm35767"></a>
<a id="idm35769"></a>
<p class="title">
<strong>Example 72. Example 2 of the ATSadd opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm35769"></a>
<a id="idm35771"></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="idm36111"></a>
<a id="idm36113"></a>
<h2>See also</h2>
<p>
<a class="link" href="SpectralATS.html" title="ATS Spectral Processing">
Expand All @@ -229,7 +229,7 @@ <h2>See also</h2>
</p>
</div>
<div class="refsect1">
<a id="idm36116"></a>
<a id="idm36118"></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="idm36133"></a>
<a id="idm36135"></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="idm36137"></a>
<a id="idm36139"></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="idm36141"></a>
<a id="idm36143"></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="idm36154"></a>
<a id="idm36156"></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="idm36173"></a>
<a id="idm36175"></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="idm36182"></a>
<a id="idm36184"></a>
<p class="title">
<strong>Example 73. Example of the ATSaddnz opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm36184"></a>
<a id="idm36186"></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="idm36299"></a>
<a id="idm36301"></a>
<p class="title">
<strong>Example 74. Example 2 of the ATSaddnz opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm36301"></a>
<a id="idm36303"></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="idm36560"></a>
<a id="idm36562"></a>
<h2>See also</h2>
<p>
<a class="link" href="SpectralATS.html" title="ATS Spectral Processing">
Expand All @@ -206,7 +206,7 @@ <h2>See also</h2>
</p>
</div>
<div class="refsect1">
<a id="idm36565"></a>
<a id="idm36567"></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="idm36582"></a>
<a id="idm36584"></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="idm36586"></a>
<a id="idm36588"></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="idm36590"></a>
<a id="idm36592"></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="idm36603"></a>
<a id="idm36605"></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="idm36638"></a>
<a id="idm36640"></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="idm36643"></a>
<a id="idm36645"></a>
<p class="title">
<strong>Example 75. Example of the ATSbufread opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm36645"></a>
<a id="idm36647"></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="idm36901"></a>
<a id="idm36903"></a>
<h2>See also</h2>
<p>
<a class="link" href="SpectralATS.html" title="ATS Spectral Processing">
Expand All @@ -170,7 +170,7 @@ <h2>See also</h2>
</p>
</div>
<div class="refsect1">
<a id="idm36906"></a>
<a id="idm36908"></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="idm36923"></a>
<a id="idm36925"></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="idm36929"></a>
<a id="idm36931"></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="idm36933"></a>
<a id="idm36935"></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="idm36946"></a>
<a id="idm36948"></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="idm37009"></a>
<a id="idm37011"></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="idm37014"></a>
<a id="idm37016"></a>
<p class="title">
<strong>Example 76. Example of the ATScross opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm37016"></a>
<a id="idm37018"></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="idm37281"></a>
<a id="idm37283"></a>
<h2>See also</h2>
<p>
<a class="link" href="SpectralATS.html" title="ATS Spectral Processing">
Expand All @@ -160,7 +160,7 @@ <h2>See also</h2>
</p>
</div>
<div class="refsect1">
<a id="idm37286"></a>
<a id="idm37288"></a>
<h2>Credits</h2>
<p>
</p>
Expand Down
Loading

0 comments on commit fe4ebbb

Please sign in to comment.