mirror of
https://github.com/thestk/stk
synced 2026-01-18 15:11:53 +00:00
Release 4.1 tarball
This commit is contained in:
committed by
Stephen Sinclair
parent
71e5c027fb
commit
f25eb5c3d7
@@ -1,12 +1,12 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>The Synthesis ToolKit in C++ (STK)</TITLE>
|
||||
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#FFFFFF">
|
||||
<CENTER>
|
||||
<img src="princeton.gif"> <img src="ccrma.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="tutorial.html">Tutorial</a></CENTER>
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>The Synthesis ToolKit in C++ (STK)</TITLE>
|
||||
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#FFFFFF">
|
||||
<CENTER>
|
||||
<img src="princeton.gif"> <img src="ccrma.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>
|
||||
<HR>
|
||||
<!-- Generated by Doxygen 1.2.8.1 -->
|
||||
<h1>Delay Class Reference</h1>STK non-interpolating delay line class.
|
||||
@@ -49,11 +49,13 @@ MY_FLOAT </td><td valign=bottom><a class="el" href="classDelay.html#a6">ene
|
||||
<tr><td nowrap align=right valign=top><a name="a8" doxytag="Delay::lastOut"></a>
|
||||
MY_FLOAT </td><td valign=bottom><a class="el" href="classDelay.html#a8">lastOut</a> (void) const</td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Return the last computed output value.</em></font><br><br></td></tr>
|
||||
<tr><td nowrap align=right valign=top><a name="a9" doxytag="Delay::tick"></a>
|
||||
virtual MY_FLOAT </td><td valign=bottom><a class="el" href="classDelay.html#a9">tick</a> (MY_FLOAT sample)</td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Input one sample to the delay-line and return one output.</em></font><br><br></td></tr>
|
||||
<tr><td nowrap align=right valign=top>virtual MY_FLOAT </td><td valign=bottom><a class="el" href="classDelay.html#a9">nextOut</a> (void) const</td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Return the value which will be output by the next call to <a class="el" href="classDelay.html#a10">tick</a>().</em> <a href="#a9">More...</a><em></em></font><br><br></td></tr>
|
||||
<tr><td nowrap align=right valign=top><a name="a10" doxytag="Delay::tick"></a>
|
||||
virtual MY_FLOAT* </td><td valign=bottom><a class="el" href="classDelay.html#a10">tick</a> (MY_FLOAT *vector, unsigned int vectorSize)</td></tr>
|
||||
virtual MY_FLOAT </td><td valign=bottom><a class="el" href="classDelay.html#a10">tick</a> (MY_FLOAT sample)</td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Input one sample to the delay-line and return one output.</em></font><br><br></td></tr>
|
||||
<tr><td nowrap align=right valign=top><a name="a11" doxytag="Delay::tick"></a>
|
||||
virtual MY_FLOAT* </td><td valign=bottom><a class="el" href="classDelay.html#a11">tick</a> (MY_FLOAT *vector, unsigned int vectorSize)</td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Input <em>vectorSize</em> samples to the delay-line and return an equal number of outputs in <em>vector</em>.</em></font><br><br></td></tr>
|
||||
</table>
|
||||
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
@@ -128,14 +130,45 @@ Return the value at <em>tapDelay</em> samples from the delay-line input.
|
||||
The valid range for <em>tapDelay</em> is 1 to the delay-line length. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a name="a9" doxytag="Delay::nextOut"></a><p>
|
||||
<table width="100%" cellpadding="2" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="md">
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td nowrap valign="top"><b>
|
||||
MY_FLOAT Delay::nextOut (
|
||||
</b></td>
|
||||
<td valign="bottom"><b>
|
||||
void ) const<code> [virtual]</code>
|
||||
</b></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cellspacing=5 cellpadding=0 border=0>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<p>
|
||||
Return the value which will be output by the next call to <a class="el" href="classDelay.html#a10">tick</a>().
|
||||
<p>
|
||||
This method is valid only for delay settings greater than zero! </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following file:<ul>
|
||||
<li><a class="el" href="Delay_8h-source.html">Delay.h</a></ul>
|
||||
<HR>
|
||||
|
||||
<table>
|
||||
<tr><td><A HREF="http://www-ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
|
||||
<tr><td>©1995-2002 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
</table>
|
||||
|
||||
</BODY>
|
||||
<HR>
|
||||
|
||||
<table>
|
||||
<tr><td><A HREF="http://www-ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
|
||||
<tr><td>©1995-2002 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
</table>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
Reference in New Issue
Block a user