Release 4.4.3 tarball

This commit is contained in:
Gary Scavone
2013-09-29 23:49:37 +02:00
committed by Stephen Sinclair
parent cfdfe7736a
commit f13d5bb3cd
632 changed files with 12236 additions and 19041 deletions

View File

@@ -9,7 +9,7 @@
<a class="qindex" href="index.html">Home</a> &nbsp; <a class="qindex" href="information.html">Information</a> &nbsp; <a class="qindex" href="classes.html">Classes</a> &nbsp; <a class="qindex" href="download.html">Download</a> &nbsp; <a class="qindex" href="usage.html">Usage</a> &nbsp; <a class="qindex" href="maillist.html">Mail List</a> &nbsp; <a class="qindex" href="system.html">Requirements</a> &nbsp; <a class="qindex" href="links.html">Links</a> &nbsp; <a class="qindex" href="faq.html">FAQ</a> &nbsp; <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
<HR>
<!-- Generated by Doxygen 1.6.2 -->
<div class="navpath"><a class="el" href="dir_ca1e4533604ab7cb0cdaaff730a9c38f.html">include</a>
<div class="navpath"><a class="el" href="dir_f14fd23bc74c76f288031ad23b3f3505.html">include</a>
</div>
<div class="contents">
<h1>TapDelay.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef STK_TAPDELAY_H</span>
@@ -63,7 +63,7 @@
<a name="l00116"></a>00116 <span class="keyword"></span>{
<a name="l00117"></a>00117 <span class="preprocessor">#if defined(_STK_DEBUG_)</span>
<a name="l00118"></a>00118 <span class="preprocessor"></span> <span class="keywordflow">if</span> ( tap &gt;= lastFrame_.<a class="code" href="classstk_1_1StkFrames.html#a5c41aae98f77487c004085912d1f8f79" title="Returns the total number of audio samples represented by the object.">size</a>() ) ) {
<a name="l00119"></a>00119 errorString_ &lt;&lt; <span class="stringliteral">&quot;TapDelay::lastOut(): tap argument and number of taps are incompatible!&quot;</span>;
<a name="l00119"></a>00119 oStream_ &lt;&lt; <span class="stringliteral">&quot;TapDelay::lastOut(): tap argument and number of taps are incompatible!&quot;</span>;
<a name="l00120"></a>00120 <a class="code" href="classstk_1_1Stk.html#a48ac73a0d8ca28445ba1a054e1f061ff" title="Static function for error reporting and handling using c-strings.">handleError</a>( StkError::FUNCTION_ARGUMENT );
<a name="l00121"></a>00121 }
<a name="l00122"></a>00122 <span class="preprocessor">#endif</span>
@@ -75,7 +75,7 @@
<a name="l00128"></a>00128 {
<a name="l00129"></a>00129 <span class="preprocessor">#if defined(_STK_DEBUG_)</span>
<a name="l00130"></a>00130 <span class="preprocessor"></span> <span class="keywordflow">if</span> ( outputs.<a class="code" href="classstk_1_1StkFrames.html#aec7ef9c46675a24111aa6e2fda3ba870" title="Return the number of channels represented by the data.">channels</a>() &lt; outPoint_.size() ) {
<a name="l00131"></a>00131 errorString_ &lt;&lt; <span class="stringliteral">&quot;TapDelay::tick(): number of taps &gt; channels in StkFrames argument!&quot;</span>;
<a name="l00131"></a>00131 oStream_ &lt;&lt; <span class="stringliteral">&quot;TapDelay::tick(): number of taps &gt; channels in StkFrames argument!&quot;</span>;
<a name="l00132"></a>00132 <a class="code" href="classstk_1_1Stk.html#a48ac73a0d8ca28445ba1a054e1f061ff" title="Static function for error reporting and handling using c-strings.">handleError</a>( StkError::FUNCTION_ARGUMENT );
<a name="l00133"></a>00133 }
<a name="l00134"></a>00134 <span class="preprocessor">#endif</span>
@@ -102,11 +102,11 @@
<a name="l00155"></a>00155 {
<a name="l00156"></a>00156 <span class="preprocessor">#if defined(_STK_DEBUG_)</span>
<a name="l00157"></a>00157 <span class="preprocessor"></span> <span class="keywordflow">if</span> ( channel &gt;= frames.<a class="code" href="classstk_1_1StkFrames.html#aec7ef9c46675a24111aa6e2fda3ba870" title="Return the number of channels represented by the data.">channels</a>() ) {
<a name="l00158"></a>00158 errorString_ &lt;&lt; <span class="stringliteral">&quot;TapDelay::tick(): channel and StkFrames arguments are incompatible!&quot;</span>;
<a name="l00158"></a>00158 oStream_ &lt;&lt; <span class="stringliteral">&quot;TapDelay::tick(): channel and StkFrames arguments are incompatible!&quot;</span>;
<a name="l00159"></a>00159 <a class="code" href="classstk_1_1Stk.html#a48ac73a0d8ca28445ba1a054e1f061ff" title="Static function for error reporting and handling using c-strings.">handleError</a>( StkError::FUNCTION_ARGUMENT );
<a name="l00160"></a>00160 }
<a name="l00161"></a>00161 <span class="keywordflow">if</span> ( frames.<a class="code" href="classstk_1_1StkFrames.html#aec7ef9c46675a24111aa6e2fda3ba870" title="Return the number of channels represented by the data.">channels</a>() &lt; outPoint_.size() ) {
<a name="l00162"></a>00162 errorString_ &lt;&lt; <span class="stringliteral">&quot;TapDelay::tick(): number of taps &gt; channels in StkFrames argument!&quot;</span>;
<a name="l00162"></a>00162 oStream_ &lt;&lt; <span class="stringliteral">&quot;TapDelay::tick(): number of taps &gt; channels in StkFrames argument!&quot;</span>;
<a name="l00163"></a>00163 <a class="code" href="classstk_1_1Stk.html#a48ac73a0d8ca28445ba1a054e1f061ff" title="Static function for error reporting and handling using c-strings.">handleError</a>( StkError::FUNCTION_ARGUMENT );
<a name="l00164"></a>00164 }
<a name="l00165"></a>00165 <span class="preprocessor">#endif</span>
@@ -132,11 +132,11 @@
<a name="l00185"></a>00185 {
<a name="l00186"></a>00186 <span class="preprocessor">#if defined(_STK_DEBUG_)</span>
<a name="l00187"></a>00187 <span class="preprocessor"></span> <span class="keywordflow">if</span> ( iChannel &gt;= iFrames.<a class="code" href="classstk_1_1StkFrames.html#aec7ef9c46675a24111aa6e2fda3ba870" title="Return the number of channels represented by the data.">channels</a>() ) {
<a name="l00188"></a>00188 errorString_ &lt;&lt; <span class="stringliteral">&quot;TapDelay::tick(): channel and StkFrames arguments are incompatible!&quot;</span>;
<a name="l00188"></a>00188 oStream_ &lt;&lt; <span class="stringliteral">&quot;TapDelay::tick(): channel and StkFrames arguments are incompatible!&quot;</span>;
<a name="l00189"></a>00189 <a class="code" href="classstk_1_1Stk.html#a48ac73a0d8ca28445ba1a054e1f061ff" title="Static function for error reporting and handling using c-strings.">handleError</a>( StkError::FUNCTION_ARGUMENT );
<a name="l00190"></a>00190 }
<a name="l00191"></a>00191 <span class="keywordflow">if</span> ( oFrames.<a class="code" href="classstk_1_1StkFrames.html#aec7ef9c46675a24111aa6e2fda3ba870" title="Return the number of channels represented by the data.">channels</a>() &lt; outPoint_.size() ) {
<a name="l00192"></a>00192 errorString_ &lt;&lt; <span class="stringliteral">&quot;TapDelay::tick(): number of taps &gt; channels in output StkFrames argument!&quot;</span>;
<a name="l00192"></a>00192 oStream_ &lt;&lt; <span class="stringliteral">&quot;TapDelay::tick(): number of taps &gt; channels in output StkFrames argument!&quot;</span>;
<a name="l00193"></a>00193 <a class="code" href="classstk_1_1Stk.html#a48ac73a0d8ca28445ba1a054e1f061ff" title="Static function for error reporting and handling using c-strings.">handleError</a>( StkError::FUNCTION_ARGUMENT );
<a name="l00194"></a>00194 }
<a name="l00195"></a>00195 <span class="preprocessor">#endif</span>
@@ -166,7 +166,7 @@
<table>
<tr><td><A HREF="http://ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
<tr><td>&copy;1995-2010 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
<tr><td>&copy;1995-2011 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
</table>
</BODY>