mirror of
https://github.com/thestk/stk
synced 2026-01-14 05:21:53 +00:00
58 lines
2.9 KiB
HTML
58 lines
2.9 KiB
HTML
<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"> <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>
|
|
<HR>
|
|
<!-- Generated by Doxygen 1.3.4 -->
|
|
<h1>DelayL.h</h1><div class="fragment"><pre>00001 <span class="comment">/***************************************************/</span>
|
|
00023 <span class="comment">/***************************************************/</span>
|
|
00024
|
|
00025 <span class="preprocessor">#if !defined(__DELAYL_H)</span>
|
|
00026 <span class="preprocessor"></span><span class="preprocessor">#define __DELAYL_H</span>
|
|
00027 <span class="preprocessor"></span>
|
|
00028 <span class="preprocessor">#include "Delay.h"</span>
|
|
00029
|
|
<a name="l00030"></a><a class="code" href="classDelayL.html">00030</a> <span class="keyword">class </span><a class="code" href="classDelayL.html">DelayL</a> : <span class="keyword">public</span> <a class="code" href="classDelay.html">Delay</a>
|
|
00031 {
|
|
00032 <span class="keyword">public</span>:
|
|
00033
|
|
00035 <a class="code" href="classDelayL.html#a0">DelayL</a>();
|
|
00036
|
|
00038
|
|
00039 <a class="code" href="classDelayL.html#a0">DelayL</a>(MY_FLOAT theDelay, <span class="keywordtype">long</span> maxDelay);
|
|
00040
|
|
00042 <a class="code" href="classDelayL.html#a2">~DelayL</a>();
|
|
00043
|
|
00045
|
|
00048 <span class="keywordtype">void</span> <a class="code" href="classDelayL.html#a3">setDelay</a>(MY_FLOAT theDelay);
|
|
00049
|
|
00051 MY_FLOAT <a class="code" href="classDelayL.html#a4">getDelay</a>(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
|
|
00052
|
|
00054
|
|
00057 MY_FLOAT <a class="code" href="classDelayL.html#a5">nextOut</a>(<span class="keywordtype">void</span>);
|
|
00058
|
|
00060 MY_FLOAT <a class="code" href="classDelayL.html#a6">tick</a>(MY_FLOAT sample);
|
|
00061
|
|
00062 <span class="keyword">protected</span>:
|
|
00063 MY_FLOAT alpha;
|
|
00064 MY_FLOAT omAlpha;
|
|
00065 MY_FLOAT nextOutput;
|
|
00066 <span class="keywordtype">bool</span> doNextOut;
|
|
00067 };
|
|
00068
|
|
00069 <span class="preprocessor">#endif</span>
|
|
</pre></div><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-2004 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
|
</table>
|
|
|
|
</BODY>
|
|
</HTML>
|