mirror of
https://github.com/thestk/stk
synced 2026-01-11 20:11:52 +00:00
70 lines
4.1 KiB
HTML
70 lines
4.1 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>RtDuplex.h</h1><div class="fragment"><pre>00001 <span class="comment">/***************************************************/</span>
|
|
00022 <span class="comment">/***************************************************/</span>
|
|
00023
|
|
00024 <span class="preprocessor">#if !defined(__RTDUPLEX_H)</span>
|
|
00025 <span class="preprocessor"></span><span class="preprocessor">#define __RTDUPLEX_H</span>
|
|
00026 <span class="preprocessor"></span>
|
|
00027 <span class="preprocessor">#include "Stk.h"</span>
|
|
00028 <span class="preprocessor">#include "RtAudio.h"</span>
|
|
00029
|
|
<a name="l00030"></a><a class="code" href="classRtDuplex.html">00030</a> <span class="keyword">class </span><a class="code" href="classRtDuplex.html">RtDuplex</a> : <span class="keyword">public</span> <a class="code" href="classStk.html">Stk</a>
|
|
00031 {
|
|
00032 <span class="keyword">public</span>:
|
|
00034
|
|
00045 <a class="code" href="classRtDuplex.html#a0">RtDuplex</a>(<span class="keywordtype">int</span> nChannels = 1, MY_FLOAT <a class="code" href="classStk.html#e0">sampleRate</a> = <a class="code" href="classStk.html#e0">Stk::sampleRate</a>(), <span class="keywordtype">int</span> device = 0, <span class="keywordtype">int</span> bufferFrames = RT_BUFFER_SIZE, <span class="keywordtype">int</span> nBuffers = 2);
|
|
00046
|
|
00048 <a class="code" href="classRtDuplex.html#a1">~RtDuplex</a>();
|
|
00049
|
|
00051
|
|
00054 <span class="keywordtype">void</span> <a class="code" href="classRtDuplex.html#a2">start</a>(<span class="keywordtype">void</span>);
|
|
00055
|
|
00057
|
|
00060 <span class="keywordtype">void</span> <a class="code" href="classRtDuplex.html#a3">stop</a>(<span class="keywordtype">void</span>);
|
|
00061
|
|
00063 MY_FLOAT <a class="code" href="classRtDuplex.html#a4">lastOut</a>(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
|
|
00064
|
|
00066
|
|
00069 MY_FLOAT <a class="code" href="classRtDuplex.html#a5">tick</a>(<span class="keyword">const</span> MY_FLOAT sample);
|
|
00070
|
|
00072
|
|
00075 MY_FLOAT *<a class="code" href="classRtDuplex.html#a5">tick</a>(MY_FLOAT *vector, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> vectorSize);
|
|
00076
|
|
00078 <span class="keyword">const</span> MY_FLOAT *<a class="code" href="classRtDuplex.html#a7">lastFrame</a>(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
|
|
00079
|
|
00081
|
|
00084 MY_FLOAT *<a class="code" href="classRtDuplex.html#a8">tickFrame</a>(MY_FLOAT *frameVector, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> frames = 1);
|
|
00085
|
|
00086 <span class="keyword">protected</span>:
|
|
00087
|
|
00088 <a class="code" href="classRtAudio.html">RtAudio</a> *audio_;
|
|
00089 MY_FLOAT *data_;
|
|
00090 MY_FLOAT *lastOutput_;
|
|
00091 <span class="keywordtype">int</span> bufferSize_;
|
|
00092 <span class="keywordtype">bool</span> stopped_;
|
|
00093 <span class="keywordtype">long</span> counter_;
|
|
00094 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> channels_;
|
|
00095
|
|
00096 };
|
|
00097
|
|
00098 <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>
|