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

@@ -46,6 +46,10 @@ unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" hr
virtual StkFloat&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1WvIn.html#0eda243730408a434856fffed776931e">tick</a> (unsigned int channel=0)=0</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Compute one sample frame and return the specified <code>channel</code> value. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="76718752b0cc1ab767ba4e70d72b9453"></a><!-- doxytag: member="stk::WvIn::tick" ref="76718752b0cc1ab767ba4e70d72b9453" args="(StkFrames &amp;frames)=0" -->
virtual <a class="el" href="classstk_1_1StkFrames.html">StkFrames</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1WvIn.html#76718752b0cc1ab767ba4e70d72b9453">tick</a> (<a class="el" href="classstk_1_1StkFrames.html">StkFrames</a> &amp;frames)=0</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Fill the <a class="el" href="classstk_1_1StkFrames.html" title="An STK class to handle vectorized audio data.">StkFrames</a> argument with computed frames and return the same reference. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
STK audio input abstract base class.