mirror of
https://github.com/thestk/stk
synced 2026-01-17 22:51:53 +00:00
Release 4.3.0 tarball
This commit is contained in:
committed by
Stephen Sinclair
parent
554a74374b
commit
1a8403e203
@@ -6,7 +6,7 @@
|
||||
<BODY BGCOLOR="#FFFFFF">
|
||||
<CENTER>
|
||||
<img src="princeton.gif"> <img src="ccrma.gif"> <img src="mcgill.gif"><P>
|
||||
<a class="qindex" href="index.html">Home</a> <a class="qindex" href="information.html">Information</a> <a class="qindex" href="classes.html">Classes</a> <a class="qindex" href="download.html">Download</a> <a class="qindex" href="usage.html">Usage</a> <a class="qindex" href="maillist.html">Mail List</a> <a class="qindex" href="system.html">Requirements</a> <a class="qindex" href="links.html">Links</a> <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
|
||||
<a class="qindex" href="index.html">Home</a> <a class="qindex" href="information.html">Information</a> <a class="qindex" href="classes.html">Classes</a> <a class="qindex" href="download.html">Download</a> <a class="qindex" href="usage.html">Usage</a> <a class="qindex" href="maillist.html">Mail List</a> <a class="qindex" href="system.html">Requirements</a> <a class="qindex" href="links.html">Links</a> <a class="qindex" href="faq.html">FAQ</a> <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
|
||||
<HR>
|
||||
<!-- Generated by Doxygen 1.4.4 -->
|
||||
<h1>Filter Class Reference</h1><!-- doxytag: class="Filter" --><!-- doxytag: inherits="Stk" --><code>#include <<a class="el" href="Filter_8h-source.html">Filter.h</a>></code>
|
||||
@@ -34,7 +34,7 @@ In particular, this class implements the standard difference equation:<p>
|
||||
a[0]*y[n] = b[0]*x[n] + ... + b[nb]*x[n-nb] - a[1]*y[n-1] - ... - a[na]*y[n-na]<p>
|
||||
If a[0] is not equal to 1, the filter coeffcients are normalized by a[0].<p>
|
||||
The <em>gain</em> parameter is applied at the filter input and does not affect the coefficient values. The default gain value is 1.0. This structure results in one extra multiply per computed sample, but allows easy control of the overall filter gain.<p>
|
||||
by Perry R. Cook and Gary P. Scavone, 1995 - 2005.
|
||||
by Perry R. Cook and Gary P. Scavone, 1995 - 2007.
|
||||
<p>
|
||||
<table border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td></td></tr>
|
||||
@@ -275,7 +275,7 @@ Set the filter gain.
|
||||
<p>
|
||||
The gain is applied at the filter input and does not affect the coefficient values. The default gain value is 1.0.
|
||||
<p>
|
||||
Reimplemented in <a class="el" href="classBiQuad.html#a11">BiQuad</a>, <a class="el" href="classOnePole.html#a7">OnePole</a>, <a class="el" href="classOneZero.html#a7">OneZero</a>, <a class="el" href="classPoleZero.html#a8">PoleZero</a>, <a class="el" href="classTwoPole.html#a7">TwoPole</a>, and <a class="el" href="classTwoZero.html#a7">TwoZero</a>. </td>
|
||||
Reimplemented in <a class="el" href="classBiQuad.html#a12">BiQuad</a>, <a class="el" href="classOnePole.html#a7">OnePole</a>, <a class="el" href="classOneZero.html#a7">OneZero</a>, <a class="el" href="classPoleZero.html#a8">PoleZero</a>, <a class="el" href="classTwoPole.html#a8">TwoPole</a>, and <a class="el" href="classTwoZero.html#a8">TwoZero</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a class="anchor" name="a11"></a><!-- doxytag: member="Filter::tick" ref="a11" args="(StkFrames &frames, unsigned int channel=0)" --><p>
|
||||
@@ -316,7 +316,7 @@ Take a channel of the <a class="el" href="classStkFrames.html">StkFrames</a> obj
|
||||
<p>
|
||||
The <code>channel</code> argument should be zero or greater (the first channel is specified by 0). An <a class="el" href="classStkError.html">StkError</a> will be thrown if the <code>channel</code> argument is equal to or greater than the number of channels in the <a class="el" href="classStkFrames.html">StkFrames</a> object.
|
||||
<p>
|
||||
Reimplemented in <a class="el" href="classBiQuad.html#a15">BiQuad</a>, <a class="el" href="classDelay.html#a12">Delay</a>, <a class="el" href="classOnePole.html#a11">OnePole</a>, <a class="el" href="classOneZero.html#a11">OneZero</a>, <a class="el" href="classPoleZero.html#a12">PoleZero</a>, <a class="el" href="classTwoPole.html#a11">TwoPole</a>, and <a class="el" href="classTwoZero.html#a11">TwoZero</a>. </td>
|
||||
Reimplemented in <a class="el" href="classBiQuad.html#a16">BiQuad</a>, <a class="el" href="classDelay.html#a12">Delay</a>, <a class="el" href="classOnePole.html#a11">OnePole</a>, <a class="el" href="classOneZero.html#a11">OneZero</a>, <a class="el" href="classPoleZero.html#a12">PoleZero</a>, <a class="el" href="classTwoPole.html#a12">TwoPole</a>, and <a class="el" href="classTwoZero.html#a12">TwoZero</a>. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following file:<ul>
|
||||
@@ -325,7 +325,7 @@ Reimplemented in <a class="el" href="classBiQuad.html#a15">BiQuad</a>, <a class=
|
||||
|
||||
<table>
|
||||
<tr><td><A HREF="http://ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
|
||||
<tr><td>©1995-2005 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
<tr><td>©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
</table>
|
||||
|
||||
</BODY>
|
||||
|
||||
Reference in New Issue
Block a user