Skip to content

Commit

Permalink
deploy: 12ddec4
Browse files Browse the repository at this point in the history
  • Loading branch information
tjingboem committed May 21, 2024
1 parent cc670bb commit 63b5352
Show file tree
Hide file tree
Showing 1,495 changed files with 11,955 additions and 11,960 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="idm24542"></a>
<a id="idm24528"></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="idm24549"></a>
<a id="idm24535"></a>
<h2>Syntax</h2>
<pre class="synopsis"><span class="command"><strong>A4</strong></span> = iarg</pre>
</div>
<div class="refsect1">
<a id="idm24553"></a>
<a id="idm24539"></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="idm24571"></a>
<a id="idm24557"></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="idm24576"></a>
<a id="idm24562"></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="idm24583"></a>
<a id="idm24569"></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="idm24849"></a>
<a id="idm24835"></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="idm24854"></a>
<a id="idm24840"></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="idm35558"></a>
<a id="idm35544"></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="idm35562"></a>
<a id="idm35548"></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="idm35566"></a>
<a id="idm35552"></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="idm35589"></a>
<a id="idm35575"></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="idm35611"></a>
<a id="idm35597"></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="idm35624"></a>
<a id="idm35610"></a>
<p class="title">
<strong>Example 71. Example of the ATSadd opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm35626"></a>
<a id="idm35612"></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="idm35781"></a>
<a id="idm35767"></a>
<p class="title">
<strong>Example 72. Example 2 of the ATSadd opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm35783"></a>
<a id="idm35769"></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="idm36125"></a>
<a id="idm36111"></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="idm36130"></a>
<a id="idm36116"></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="idm36147"></a>
<a id="idm36133"></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="idm36151"></a>
<a id="idm36137"></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="idm36155"></a>
<a id="idm36141"></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="idm36168"></a>
<a id="idm36154"></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="idm36187"></a>
<a id="idm36173"></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="idm36196"></a>
<a id="idm36182"></a>
<p class="title">
<strong>Example 73. Example of the ATSaddnz opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm36198"></a>
<a id="idm36184"></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="idm36313"></a>
<a id="idm36299"></a>
<p class="title">
<strong>Example 74. Example 2 of the ATSaddnz opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm36315"></a>
<a id="idm36301"></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="idm36574"></a>
<a id="idm36560"></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="idm36579"></a>
<a id="idm36565"></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="idm36596"></a>
<a id="idm36582"></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="idm36600"></a>
<a id="idm36586"></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="idm36604"></a>
<a id="idm36590"></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="idm36617"></a>
<a id="idm36603"></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="idm36652"></a>
<a id="idm36638"></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="idm36657"></a>
<a id="idm36643"></a>
<p class="title">
<strong>Example 75. Example of the ATSbufread opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm36659"></a>
<a id="idm36645"></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="idm36915"></a>
<a id="idm36901"></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="idm36920"></a>
<a id="idm36906"></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="idm36937"></a>
<a id="idm36923"></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="idm36943"></a>
<a id="idm36929"></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="idm36947"></a>
<a id="idm36933"></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="idm36960"></a>
<a id="idm36946"></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="idm37023"></a>
<a id="idm37009"></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="idm37028"></a>
<a id="idm37014"></a>
<p class="title">
<strong>Example 76. Example of the ATScross opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm37030"></a>
<a id="idm37016"></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="idm37295"></a>
<a id="idm37281"></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="idm37300"></a>
<a id="idm37286"></a>
<h2>Credits</h2>
<p>
</p>
Expand Down
Loading

0 comments on commit 63b5352

Please sign in to comment.