mirror of
https://github.com/thestk/stk
synced 2026-01-17 14:41:53 +00:00
71 lines
3.9 KiB
HTML
71 lines
3.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"><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.2.8.1 -->
|
|
<h1>RtDuplex.h</h1><div class="fragment"><pre>00001 <font class="comment">/***************************************************/</font>
|
|
00022 <font class="comment">/***************************************************/</font>
|
|
00023
|
|
00024 <font class="preprocessor">#if !defined(__RTDUPLEX_H)</font>
|
|
00025 <font class="preprocessor"></font><font class="preprocessor">#define __RTDUPLEX_H</font>
|
|
00026 <font class="preprocessor"></font>
|
|
00027 <font class="preprocessor">#include "Stk.h"</font>
|
|
00028 <font class="preprocessor">#include "RtAudio.h"</font>
|
|
00029
|
|
00030 <font class="keyword">class </font><a class="code" href="classRtDuplex.html">RtDuplex</a> : <font class="keyword">public</font> <a class="code" href="classStk.html">Stk</a>
|
|
00031 {
|
|
00032 <font class="keyword">public</font>:
|
|
00034
|
|
00045 <a class="code" href="classRtDuplex.html#a0">RtDuplex</a>(<font class="keywordtype">int</font> nChannels = 1, MY_FLOAT sampleRate = Stk::sampleRate(), <font class="keywordtype">int</font> device = 0, <font class="keywordtype">int</font> bufferFrames = RT_BUFFER_SIZE, <font class="keywordtype">int</font> nBuffers = 2);
|
|
00046
|
|
00048 <a class="code" href="classRtDuplex.html#a1">~RtDuplex</a>();
|
|
00049
|
|
00051
|
|
00054 <font class="keywordtype">void</font> <a class="code" href="classRtDuplex.html#a2">start</a>(<font class="keywordtype">void</font>);
|
|
00055
|
|
00057
|
|
00060 <font class="keywordtype">void</font> <a class="code" href="classRtDuplex.html#a3">stop</a>(<font class="keywordtype">void</font>);
|
|
00061
|
|
00063 MY_FLOAT <a class="code" href="classRtDuplex.html#a4">lastOut</a>(<font class="keywordtype">void</font>) <font class="keyword">const</font>;
|
|
00064
|
|
00066
|
|
00069 MY_FLOAT <a class="code" href="classRtDuplex.html#a5">tick</a>(<font class="keyword">const</font> MY_FLOAT sample);
|
|
00070
|
|
00072
|
|
00075 MY_FLOAT *<a class="code" href="classRtDuplex.html#a5">tick</a>(MY_FLOAT *vector, <font class="keywordtype">unsigned</font> <font class="keywordtype">int</font> vectorSize);
|
|
00076
|
|
00078 <font class="keyword">const</font> MY_FLOAT *<a class="code" href="classRtDuplex.html#a7">lastFrame</a>(<font class="keywordtype">void</font>) <font class="keyword">const</font>;
|
|
00079
|
|
00081
|
|
00084 MY_FLOAT *<a class="code" href="classRtDuplex.html#a8">tickFrame</a>(MY_FLOAT *frameVector, <font class="keywordtype">unsigned</font> <font class="keywordtype">int</font> frames = 1);
|
|
00085
|
|
00086 <font class="keyword">protected</font>:
|
|
00087
|
|
00088 <a class="code" href="classRtAudio.html">RtAudio</a> *audio;
|
|
00089 MY_FLOAT *data;
|
|
00090 MY_FLOAT *lastOutput;
|
|
00091 <font class="keywordtype">int</font> bufferSize;
|
|
00092 <font class="keywordtype">bool</font> stopped;
|
|
00093 <font class="keywordtype">int</font> stream;
|
|
00094 <font class="keywordtype">long</font> counter;
|
|
00095 <font class="keywordtype">unsigned</font> <font class="keywordtype">int</font> channels;
|
|
00096
|
|
00097 };
|
|
00098
|
|
00099 <font class="preprocessor">#endif</font>
|
|
</font></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-2002 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
|
</table>
|
|
|
|
</BODY>
|
|
</HTML>
|