Release 4.4.1 tarball

This commit is contained in:
Gary Scavone
2013-09-29 23:47:43 +02:00
committed by Stephen Sinclair
parent 9af41126cb
commit 5a8a65870f
131 changed files with 2404 additions and 1890 deletions

View File

@@ -48,9 +48,9 @@ Inheritance diagram for stk::RtWvOut:</div>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1RtWvOut.html#02adabdc987f3b9ac4dc4e02ea20962d">tick</a> (const StkFloat sample)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Output a single sample to all channels in a sample frame. <a href="#02adabdc987f3b9ac4dc4e02ea20962d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1RtWvOut.html#9194178983d15614efc5177ce63d8b4d">tick</a> (<a class="el" href="classstk_1_1StkFrames.html">StkFrames</a> &amp;frames)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1RtWvOut.html#025484fb9849d37ccc254c51929c77ab">tick</a> (const <a class="el" href="classstk_1_1StkFrames.html">StkFrames</a> &amp;frames)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Output the <a class="el" href="classstk_1_1StkFrames.html" title="An STK class to handle vectorized audio data.">StkFrames</a> data. <a href="#9194178983d15614efc5177ce63d8b4d"></a><br></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Output the <a class="el" href="classstk_1_1StkFrames.html" title="An STK class to handle vectorized audio data.">StkFrames</a> data. <a href="#025484fb9849d37ccc254c51929c77ab"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
STK realtime audio (blocking) output class.
@@ -176,17 +176,17 @@ If the device is "stopped", it is "started".
</div>
</div><p>
<a class="anchor" name="9194178983d15614efc5177ce63d8b4d"></a><!-- doxytag: member="stk::RtWvOut::tick" ref="9194178983d15614efc5177ce63d8b4d" args="(StkFrames &amp;frames)" -->
<a class="anchor" name="025484fb9849d37ccc254c51929c77ab"></a><!-- doxytag: member="stk::RtWvOut::tick" ref="025484fb9849d37ccc254c51929c77ab" args="(const StkFrames &amp;frames)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void stk::RtWvOut::tick </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classstk_1_1StkFrames.html">StkFrames</a> &amp;&nbsp;</td>
<td class="paramtype">const <a class="el" href="classstk_1_1StkFrames.html">StkFrames</a> &amp;&nbsp;</td>
<td class="paramname"> <em>frames</em> </td>
<td>&nbsp;)&nbsp;</td>
<td></td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
@@ -196,6 +196,8 @@ If the device is "stopped", it is "started".
Output the <a class="el" href="classstk_1_1StkFrames.html" title="An STK class to handle vectorized audio data.">StkFrames</a> data.
<p>
If the device is "stopped", it is "started". The number of channels in the <a class="el" href="classstk_1_1StkFrames.html" title="An STK class to handle vectorized audio data.">StkFrames</a> argument must equal the number of channels specified during instantiation. However, this is only checked if _STK_DEBUG_ is defined during compilation, in which case an incompatibility will trigger an <a class="el" href="classstk_1_1StkError.html" title="STK error handling class.">StkError</a> exception.
<p>Implements <a class="el" href="classstk_1_1WvOut.html#7e20334ec73dde8c6c5edef697812b7e">stk::WvOut</a>.</p>
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>