Skip to content

Commit

Permalink
deploy: d4b8078
Browse files Browse the repository at this point in the history
  • Loading branch information
tjingboem committed Oct 21, 2024
1 parent d48d3e2 commit a91a001
Show file tree
Hide file tree
Showing 1,534 changed files with 15,775 additions and 12,930 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="idm19584"></a>
<a id="idm19588"></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="idm19591"></a>
<a id="idm19595"></a>
<h2>Syntax</h2>
<pre class="synopsis"><span class="command"><strong>A4</strong></span> = iarg</pre>
</div>
<div class="refsect1">
<a id="idm19595"></a>
<a id="idm19599"></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="idm19613"></a>
<a id="idm19617"></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="idm19618"></a>
<a id="idm19622"></a>
<p class="title">
<strong>Example 34. 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="idm19625"></a>
<a id="idm19629"></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="idm19891"></a>
<a id="idm19895"></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="idm19896"></a>
<a id="idm19900"></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="idm30571"></a>
<a id="idm30575"></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="idm30575"></a>
<a id="idm30579"></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="idm30579"></a>
<a id="idm30583"></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="idm30602"></a>
<a id="idm30606"></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="idm30624"></a>
<a id="idm30628"></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="idm30637"></a>
<a id="idm30641"></a>
<p class="title">
<strong>Example 70. Example of the ATSadd opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm30639"></a>
<a id="idm30643"></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="idm30794"></a>
<a id="idm30798"></a>
<p class="title">
<strong>Example 71. Example 2 of the ATSadd opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm30796"></a>
<a id="idm30800"></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="idm31138"></a>
<a id="idm31142"></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="idm31143"></a>
<a id="idm31147"></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="idm31160"></a>
<a id="idm31164"></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="idm31164"></a>
<a id="idm31168"></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="idm31168"></a>
<a id="idm31172"></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="idm31181"></a>
<a id="idm31185"></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="idm31200"></a>
<a id="idm31204"></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="idm31209"></a>
<a id="idm31213"></a>
<p class="title">
<strong>Example 72. Example of the ATSaddnz opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm31211"></a>
<a id="idm31215"></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="idm31326"></a>
<a id="idm31330"></a>
<p class="title">
<strong>Example 73. Example 2 of the ATSaddnz opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm31328"></a>
<a id="idm31332"></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="idm31587"></a>
<a id="idm31591"></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="idm31592"></a>
<a id="idm31596"></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="idm31609"></a>
<a id="idm31613"></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="idm31613"></a>
<a id="idm31617"></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="idm31617"></a>
<a id="idm31621"></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="idm31630"></a>
<a id="idm31634"></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="idm31665"></a>
<a id="idm31669"></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="idm31670"></a>
<a id="idm31674"></a>
<p class="title">
<strong>Example 74. Example of the ATSbufread opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm31672"></a>
<a id="idm31676"></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="idm31928"></a>
<a id="idm31932"></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="idm31933"></a>
<a id="idm31937"></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="idm31950"></a>
<a id="idm31954"></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="idm31956"></a>
<a id="idm31960"></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="idm31960"></a>
<a id="idm31964"></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="idm31973"></a>
<a id="idm31977"></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="idm32036"></a>
<a id="idm32040"></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="idm32041"></a>
<a id="idm32045"></a>
<p class="title">
<strong>Example 75. Example of the ATScross opcode.</strong>
</p>
<div class="example-contents">
<div class="refsect1">
<a id="idm32043"></a>
<a id="idm32047"></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="idm32308"></a>
<a id="idm32312"></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="idm32313"></a>
<a id="idm32317"></a>
<h2>Credits</h2>
<p>
</p>
Expand Down
Loading

0 comments on commit a91a001

Please sign in to comment.